libavg / libavg

https://www.libavg.de
GNU Lesser General Public License v2.1
103 stars 43 forks source link

libavg sementation fault #370

Closed libavgIssueImporter closed 10 years ago

libavgIssueImporter commented 10 years ago

this ticket is transfered from former bug tracking system

I have installed libavg in Ubuntu 10.04 (32 bit). Whenever I tried to run the sample app I got error Quote: Segmentation fault. When I run python Test.py I get following error: Quote: ERROR: While parsing /etc/avgrc: Option scr:ycbcrmode unknown. Aborting. Help please.


author: abhijit created: 2012/12/16 08:00:51 +0100 assigned to: None priority: High project: libavg

libavgIssueImporter commented 10 years ago

this comment is transfered from former bug tracking system

First: Your version of /etc/avgrc doesn't correspond to your libavg version. Make sure you only have one libavg version installed, preferrably by uninstalling everything and re-installing just one version.

If that doesn't fix the issue, we need more information so we can track this down.

From https://www.libavg.de/site/projects/libavg/wiki/BugReport:

""" We always need to know:

The libavg version: Installer, tarball, svn checkout? If svn checkout: which version?
The exact program output.
If make check terminates without errors. If there are errors in make check, please sent the output of make check.

"""

and

""" If you're running into a segmentation fault, a stack trace helps:

$ gdb python (gdb) r Test.py [...] ./bin/bash: line 4: 4324 Segmentation fault ${dir}$tst (gdb) bt

"""

Thanks!


author: uzadow created: 2012/12/17 00:14:48 +0100

libavgIssueImporter commented 10 years ago

this comment is transfered from former bug tracking system

Closing because we don't have sufficient info to reproduce this - it's probably a configuration issue on the user's computer.


author: uzadow created: 2013/01/23 15:50:42 +0100 changed property 'Status' from 'New' to 'Closed' set property 'Resolution' to 'worksforme'