** Summary changed:

- simple script returns seg fault on ubu64
+ libavg segfaults when loading a simple xml file from a python script

** Description changed:

+ 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.

-- 
libavg segfaults when loading a simple xml file from a python script
https://bugs.launchpad.net/bugs/241808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to