[Webkit-unassigned] [Bug 37073] New: Segmentation fault `WebCore::TimerHeapElement::operator=`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 4 17:37:05 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37073

           Summary: Segmentation fault
                    `WebCore::TimerHeapElement::operator=`
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jonas-webkit at lophus.org


Created an attachment (id=52515)
 --> (https://bugs.webkit.org/attachment.cgi?id=52515)
gdb traceback of the segfault

I can reproduce a Segmentation Fault that occurs in
`WebCore::TimerHeapElement::operator=` probably because `t` is a null pointer.
The full traceback is attached.

I'm using a rather complex setup: Python + PyWebkitGTK (the Python binding) +
PyJavaScriptCore (a Python JSC binding, [1]) + GObject threads.

I'm sure this has something to do with threads as we're getting *lots* of
threading problems with this setup.

Could please anyone give me a tip what the problem might be so I can do further
research fixing this issue? Thanks! :-)


[1] http://github.com/cream/PyJavascriptCore (fork of
http://launchpad.net/pyjavascriptcore)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list