Mailinglist Archive: radeonhd (333 mails)
| < Previous | Next > |
Re: [radeonhd] backtrace from server when running mplayer
- From: Ruediger Oertel <ro@xxxxxxx>
- Date: Tue, 14 Oct 2008 11:37:58 +0200
- Message-id: <200810141137.59047.ro@xxxxxxx>
On Tuesday 14 October 2008 10:35:10 Egbert Eich wrote:
yes, that helps (after making it compile, that is).
struct rhdAtomOutputDeviceList *OutputDeviceList = NULL;
needs to go before the if...else... structure, then it compiles and
runs perfectly. Thanks a lot !!! (since this morning not only mplayer
but also other applications ran into this, so this patch actually makes
me able to use X11 at all ...).
--
with kind regards (mit freundlichem Grinsen),
Ruediger Oertel (ro@xxxxxxxxxx,ro@xxxxxxx,bugfinder@xxxxxxxxxxx)
----------------------------------------------------------------------
Linux MacBookRudi 2.6.27-rc8-14-default #1 SMP 2008-10-08 10:30:20 +0200
x86_64
Key fingerprint = 17DC 6553 86A7 384B 53C5 CA5C 3CE4 F2E7 23F2 B417
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
Ruediger Oertel writes:/usr/lib64/xorg/modules//drivers/radeonhd_drv.so(RHDAtomBIOSScratchPMState+0xb)
> Hi,
>
> how can I debug this further:
> whenever I call up mplayer, the Xserver crashes like this:
> Backtrace:
> 0: /usr/bin/X(xf86SigHandler+0x65) [0x4895e5]
> 1: /lib64/libc.so.6 [0x7fda885ec7c0]
> 2:
>
> [0x7fda872c2aeb]
> 3: /usr/lib64/xorg/modules//drivers/radeonhd_drv.so [0x7fda872a6204]
> 4: /usr/bin/X(DPMSSet+0xcb) [0x48b2eb]
> 5: /usr/lib64/xorg/modules//extensions/libextmod.so [0x7fda8797dd3c]
> 6: /usr/bin/X(Dispatch+0x364) [0x44beb4]
> 7: /usr/bin/X(main+0x45d) [0x43231d]
> 8: /lib64/libc.so.6(__libc_start_main+0xe6) [0x7fda885d85a6]
> 9: /usr/bin/X [0x4316f9]
>
> just tried this again with the current git code.
> It does not even seem to matter which video output mode I choose
> for mplayer, (x11,xv,gl,gl2 all tried)
>
Bummer!
Rudi, please try the patch below.
yes, that helps (after making it compile, that is).
struct rhdAtomOutputDeviceList *OutputDeviceList = NULL;
needs to go before the if...else... structure, then it compiles and
runs perfectly. Thanks a lot !!! (since this morning not only mplayer
but also other applications ran into this, so this patch actually makes
me able to use X11 at all ...).
--
with kind regards (mit freundlichem Grinsen),
Ruediger Oertel (ro@xxxxxxxxxx,ro@xxxxxxx,bugfinder@xxxxxxxxxxx)
----------------------------------------------------------------------
Linux MacBookRudi 2.6.27-rc8-14-default #1 SMP 2008-10-08 10:30:20 +0200
x86_64
Key fingerprint = 17DC 6553 86A7 384B 53C5 CA5C 3CE4 F2E7 23F2 B417
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |