Ticket #989 (new defect)

Opened 3 years ago

Last modified 3 years ago

Report: segfault in html report creation

Reported by: bdelbosc Assigned to: bdelbosc
Priority: P2 Milestone: unspecified
Component: funkload Version: unspecified
Severity: major Keywords: gdchart segfault
Cc:

Description

on a very long bench > 24h with a monitoring taken twice by second, the fl-build-report failed to create an html report. During the monitor chart creation we got a segfault:

Creating html report: ...Segmentation fault

this happens during the gdchart call, perhaps the amount of data is too big for gdchart.

a temporary workaroud to have a report without monitor charts is to remove monitor element from the xml result:

cat result.xml | grep -v '<monitor ' > result-without-monitoring.xml

then build the report

fl-build-report result-without-monitoring.xml --html

Change History

11/03/05 14:41:02 changed by bdelbosc

  • priority changed from P1 to P2.