Hi,

Am Mittwoch, den 20.04.2005, 07:24 +0200 schrieb Danny Milosavljevic:
> Hello,
> 
> trying this program:
> #!/usr/bin/env python
> 
> import gtk
> from xml.dom import minidom
> import exceptions
> 
> gtk.icon_theme_get_default()
> 
> try:
>         doc = minidom.parse("doesntmatter")
>         print doc
> except exceptions.IOError,s:
>         pass
> 
> with python 2.4 and pygtk 2.4.1 (and libxml2-2.6.16, if that matters)
> will result in a segfault. Anyone confirm ?

And with python 2.4, pygtk 2.6.1 and libxml2-2.6.16 too.

Unfortunately my gdb is broken beyond repair:

gdb> run rr.py
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
Warning:
Cannot insert breakpoint -2.
Error accessing memory address 0x990: Eingabe-/Ausgabefehler.
gdb> continue
Warning:
Cannot insert breakpoint -2.
Error accessing memory address 0x990: Eingabe-/Ausgabefehler.

Otherwhise I'd debug the cause.

cheers,
   Danny

-- 
www.keyserver.net key id A334AEA6

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to