Mailinglist Archive: radeonhd (436 mails)
| < Previous | Next > |
[radeonhd] [Bug 16263] Lockup on asus laptop with M82
- From: bugzilla-daemon@xxxxxxxxxxxxxxx
- Date: Mon, 21 Jul 2008 05:02:47 -0700 (PDT)
- Message-id: <20080721120255.F3C8A13005B@xxxxxxxxxxxxxxxxxxxxxxxx>
http://bugs.freedesktop.org/show_bug.cgi?id=16263
--- Comment #32 from Egbert Eich <eich@xxxxxxxxxxxxxxxxxxx> 2008-07-21
05:02:41 PST ---
(In reply to comment #30)
The 'unknown' is irrelevant, it simply means there is not workaround flagged in
a blacklist.
The problem with the log file is that when the machine hangs there may still be
data in the write buffer so that we don't get to see where it hangs exactly.
The lockup is really worrisome. The only way to debug this which I can see is:
- to rebuild the driver with:
make clean; make CFLAGS="-O0 -g"
- to log in from remote as root and run gdb on the Xserver:
gdb /usr/bin/Xorg
>> break rhdMapFB
>> run
and then single step thru it until it hangs.
Apart from this I'm really running out if ideas.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
xorg-team mailing list
xorg-team@xxxxxxxxxxx
http://lists.x.org/mailman/listinfo/xorg-team
--- Comment #32 from Egbert Eich <eich@xxxxxxxxxxxxxxxxxxx> 2008-07-21
05:02:41 PST ---
(In reply to comment #30)
Hi Egbert,
The M82 is now written, although the card is still 'unknown'.
But it hangs up in the same place, in FUNCTION: rhdMapFB.
I´ll atach the log.
The 'unknown' is irrelevant, it simply means there is not workaround flagged in
a blacklist.
The problem with the log file is that when the machine hangs there may still be
data in the write buffer so that we don't get to see where it hangs exactly.
The lockup is really worrisome. The only way to debug this which I can see is:
- to rebuild the driver with:
make clean; make CFLAGS="-O0 -g"
- to log in from remote as root and run gdb on the Xserver:
gdb /usr/bin/Xorg
>> break rhdMapFB
>> run
and then single step thru it until it hangs.
Apart from this I'm really running out if ideas.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
xorg-team mailing list
xorg-team@xxxxxxxxxxx
http://lists.x.org/mailman/listinfo/xorg-team
| < Previous | Next > |