On Tue, Aug 26, 2008 at 10:07 AM, Ulrich von Zadow <[EMAIL PROTECTED]> wrote:

> Hi,
>
> now we're getting to a point where I'm not sure what's up. I might have
> to try and install on an ATI machine myself one of these days to see
> what's going on.
>
> Noel Corbett wrote:
>
> > glxinfo
>
> Looks ok...
>
> > src/graphics/testgpu
> > X Error of failed request:  BadDrawable (invalid Pixmap or Window
> parameter)
> >   Major opcode of failed request:  145 (XFree86-DRI)
> >   Minor opcode of failed request:  7 ()
> >   Resource id in failed request:  0x800003
> >   Serial number of failed request:  28
> >   Current serial number in output stream:  28
>
> This doesn't give you a coredump, right?


Correct there is no coredump
This is the latest SVN by the way and using the latest ATI proprietary
drivers from their site.


>
>
> > segfault from running 'python sunriver2.py'
> > #0  0xb69f9e26 in __cxa_allocate_exception () from
> /usr/lib/libstdc++.so.6
> > #1  0xb6b98fbe in boost::python::throw_error_already_set () from
> > /usr/lib/libboost_python-gcc42-1_34_1.so.1.34.1
> > #2  0xb6b914c5 in boost::python::objects::function::argument_error ()
> from
> > /usr/lib/libboost_python-gcc42-1_34_1.so.1.34.1
>
> That's a pretty wild stack...
>
> What's in sunriver2.py? Do you get the same crash running Test.py? What
> output is produced before the crash? How far into the python code do you
> get?
>

Nothing special, running an interactive python prompt gets the same result
using the following

from libavg import avg
player = avg.Player()
player.loadfile() <- SegFaults here doesn't matter what's contained within
the parenthesis

Which is interesting, I would assume that avg wouldn't yet be doing anything
graphics related


Cheers
Noel
_______________________________________________
libavg-users mailing list
[email protected]
https://mail.datenhain.de/mailman/listinfo/libavg-users

Reply via email to