Activity log for bug #241808

Date Who What changed Old value New value Message
2008-06-21 00:56:19 Daniel Skinner bug added bug
2008-06-25 14:48:57 Venkatraman.S libavg: status New Confirmed
2008-06-25 15:01:01 Venkatraman.S openoffice.org: status New Invalid
2008-06-26 09:54:58 Pierre Ferrari bug added attachment 'libavg-241808.debdiff' (debdiff for Intrepid)
2008-06-26 09:55:14 Pierre Ferrari libavg: status Confirmed In Progress
2008-06-26 09:59:44 Pierre Ferrari libavg: status In Progress Confirmed
2008-06-26 10:05:39 Stéphane Graber description I attempted to do the basic example provided on the wiki of libavg.de which consists of a text file containing <?xml version="1.0"?> <avg width="640" height="480"> <words id="ClashText" x="10" y="10" font="arial" text="Should I stay or should I go?"/> </avg> saving it as text.avg then from the same directory i start python and type this out as follows $> python Python 2.5.2 (r252:60911, Apr 21 2008, 11:17:30) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from libavg import avg >>> Player = avg.Player() >>> Player.loadFile('text.avg') [08-06-20 20:54:38.508] LOGGER: Logging started Segmentation fault $> .. I dont know if its relevant but i am on an intel x3100 graphics adapter, laptop, and using ubuntu 64bit. Happened on Ubuntu Hardy amd64. I attempted to do the basic example provided on the wiki of libavg.de which consists of a text file containing <?xml version="1.0"?> <avg width="640" height="480"> <words id="ClashText" x="10" y="10" font="arial" text="Should I stay or should I go?"/> </avg> saving it as text.avg then from the same directory i start python and type this out as follows $> python Python 2.5.2 (r252:60911, Apr 21 2008, 11:17:30) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from libavg import avg >>> Player = avg.Player() >>> Player.loadFile('text.avg') [08-06-20 20:54:38.508] LOGGER: Logging started Segmentation fault $> .. I dont know if its relevant but i am on an intel x3100 graphics adapter, laptop, and using ubuntu 64bit.
2008-06-26 10:05:39 Stéphane Graber title simple script returns seg fault on ubu64 libavg segfaults when loading a simple xml file from a python script
2011-10-03 16:09:10 Ulrich von Zadow libavg (Ubuntu): status Confirmed Fix Released