Marco Kuhn wrote: > hi, > > i did install libavg as it is described at the wiki > -libavg on Ubuntu feisty installation notes. > > but when i try the test with > > $ cd src/test > $ python Test.py > > I got an [Segmentation fault (core dumped). > > How can i solve the problem?
You can do several things to help solve this. First of all, can you send a complete cut-and-paste of the output of: $ ulimit -c unlimited $ python Test.py ... (core dumped) $ gdb python core ... (gdb) bt (gdb) quit That will generate at stack trace from the core dump, which should tell me a bit more. The name of the core file might be different, but it'll start with 'core'. Also, what happens if you do a make check in the main libavg directory? Does installing libavg from the ubuntu package via apt-get install work? (Be careful not to mix up the two versions of libavg!) Anyway, this might well be an issue with updated packages on GutsyGibbon. I might have to install a new Ubuntu here to fix it, but let's see if it's something else first. Regards, Uli -- Ulrich von Zadow | +49-172-7872715 Jabber: [EMAIL PROTECTED] Skype: uzadow _______________________________________________ libavg-users mailing list [email protected] https://mail.datenhain.de/mailman/listinfo/libavg-users
