Opened 12 years ago
Closed 4 years ago
#334 closed defect (wontfix)
Crash in QtWebKit4.dll
Reported by: | mkuhn | Owned by: | |
---|---|---|---|
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:1 by , 12 years ago
comment:2 by , 4 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
d3 library, classed documentation: https://github.com/mbostock/d3/wiki/Selections#wiki-classed