Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=603502 Petr Pisar <ppi...@redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|perl-Padre |wxGTK CC| |d...@danny.cz AssignedTo|mmasl...@redhat.com |d...@danny.cz --- Comment #2 from Petr Pisar <ppi...@redhat.com> 2010-06-14 03:50:19 EDT --- It crashed somewhere in wxGTK package. Last stack frame is really strange. The cs:ip address points to unmapped page. Seems like a corruption of program counter. This is code of last known function: // Is this object a kind of (a subclass of) 'info'? // E.g. is wxWindow a kind of wxObject? // Go from this class to superclass, taking into account // two possible base classes. bool wxObject::IsKindOf(wxClassInfo *info) const { wxClassInfo *thisInfo = GetClassInfo(); return (thisInfo) ? thisInfo->IsKindOf(info) : false ; } According backtrace this function called another unknown one residing on invalid address. I guess some virtual method had invalid address in class method table. Reassigning to wxGTK component. I wasn't able to reproduce this bug. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel