Ticket #3871 (confirmed defect)
wx.SplashScreen gives Segmentation Fault with valgrind
| Reported by: | svniemeijer | Owned by: | robind |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxPython | Version: | |
| Keywords: | Cc: | svniemeijer, robind | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
When running valgrind (using wxPython 2.8.1.1 and Python 2.4.4 on Linux with GTK 2.7.4) on the splash.py script as provided below, valgrind (aside from a bunch of Python/gtk related issues) ends up with a segmentation fault that starts in _wrap_EvtHandlersetOORInfo.
From what I can figure out the two 'Jump to the invalid address' errors that follow are caused by a call to the virtual function DoSetClientData in EvtHandler.
When running the script without valgrind, things seem to go ok, but this is probably by accident (e.g. the virtual table of a deleted object was still intact in the appropriate memory space).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

