Opened 11 years ago

Closed 4 years ago

#334 closed defect (wontfix)

Crash in QtWebKit4.dll

Reported by: mkuhn Owned by: osgeo4w-dev@…
Priority: major Component: Package
Version: Keywords:
Cc:

Description

When using d3 libraries builtin classed method, without initializing the class prior to this, a SegFault occurs at a random location in the code and therefore hard to debug.

Most probably this is related to the following bug report.

http://code.google.com/p/chromium/issues/detail?id=57797

Newer versions of webkit don't have this bug, so an update of the library in question should solve this problem.

Workaround: before using classed (and probably anything that makes use of classList) initialize the objects class attribute with an empty string.

Change History (2)

comment:2 by jef, 4 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.