* [Bug 41579] New: R300 Segfaults when using mupen64plus
@ 2011-10-08 0:52 bugzilla-daemon
2011-10-10 11:22 ` [Bug 41579] " bugzilla-daemon
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-10-08 0:52 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=41579
Summary: R300 Segfaults when using mupen64plus
Product: Mesa
Version: 7.11
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Drivers/DRI/r300
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: krthurow@gmail.com
Created an attachment (id=52103)
--> (https://bugs.freedesktop.org/attachment.cgi?id=52103)
Backtrace from r300 segfault when running mupen64plus.
When starting up the emulator mupen64plus with a ROM, it crashes before loading
the ROM, showing a segfault. Video card is a Mobility Radeon X1700.
Using gdb I traced the segfault back to r300_dri.so
The issues seems to be at line 864 of src/gallium/drivers/r300/r300_emit.c
'buf' is getting set to 0 instead of a proper address.
My backtrace is attached.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug 41579] R300 Segfaults when using mupen64plus
2011-10-08 0:52 [Bug 41579] New: R300 Segfaults when using mupen64plus bugzilla-daemon
@ 2011-10-10 11:22 ` bugzilla-daemon
2011-10-10 11:30 ` bugzilla-daemon
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-10-10 11:22 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=41579
Michel Dänzer <michel@daenzer.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #52103|application/octet-stream |text/plain
mime type| |
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug 41579] R300 Segfaults when using mupen64plus
2011-10-08 0:52 [Bug 41579] New: R300 Segfaults when using mupen64plus bugzilla-daemon
2011-10-10 11:22 ` [Bug 41579] " bugzilla-daemon
@ 2011-10-10 11:30 ` bugzilla-daemon
2011-10-11 19:19 ` bugzilla-daemon
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-10-10 11:30 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=41579
Michel Dänzer <michel@daenzer.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Drivers/DRI/r300 |Drivers/Gallium/r300
--- Comment #1 from Michel Dänzer <michel@daenzer.net> 2011-10-10 04:30:23 PDT ---
Does this still happen with current Git?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug 41579] R300 Segfaults when using mupen64plus
2011-10-08 0:52 [Bug 41579] New: R300 Segfaults when using mupen64plus bugzilla-daemon
2011-10-10 11:22 ` [Bug 41579] " bugzilla-daemon
2011-10-10 11:30 ` bugzilla-daemon
@ 2011-10-11 19:19 ` bugzilla-daemon
2011-10-12 9:59 ` bugzilla-daemon
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-10-11 19:19 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=41579
--- Comment #2 from krthurow@gmail.com 2011-10-11 12:19:20 PDT ---
(In reply to comment #1)
> Does this still happen with current Git?
Just tested current Git, and it seems to be working.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug 41579] R300 Segfaults when using mupen64plus
2011-10-08 0:52 [Bug 41579] New: R300 Segfaults when using mupen64plus bugzilla-daemon
` (2 preceding siblings ...)
2011-10-11 19:19 ` bugzilla-daemon
@ 2011-10-12 9:59 ` bugzilla-daemon
2011-11-07 20:03 ` bugzilla-daemon
2012-12-05 16:14 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-10-12 9:59 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=41579
--- Comment #3 from Michel Dänzer <michel@daenzer.net> 2011-10-12 02:59:21 PDT ---
(In reply to comment #2)
> Just tested current Git, and it seems to be working.
Great. If it's still broken with the current 7.11 branch, and you can isolate
the change that fixed it, maybe we can backport it.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug 41579] R300 Segfaults when using mupen64plus
2011-10-08 0:52 [Bug 41579] New: R300 Segfaults when using mupen64plus bugzilla-daemon
` (3 preceding siblings ...)
2011-10-12 9:59 ` bugzilla-daemon
@ 2011-11-07 20:03 ` bugzilla-daemon
2012-12-05 16:14 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-11-07 20:03 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=41579
--- Comment #4 from Marek Olšák <maraeo@gmail.com> 2011-11-07 12:03:14 PST ---
Type on master:
git log origin/7.11..origin/master -- src/mesa/state_tracker/st_draw.c
(assuming origin is the main mesa repo)
I am 99.9% sure one of those commits fixes it. :) Please try to find the fix by
guess. There are only 7 of them.
I don't have r300 or r500 in my machine right now.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug 41579] R300 Segfaults when using mupen64plus
2011-10-08 0:52 [Bug 41579] New: R300 Segfaults when using mupen64plus bugzilla-daemon
` (4 preceding siblings ...)
2011-11-07 20:03 ` bugzilla-daemon
@ 2012-12-05 16:14 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-12-05 16:14 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 424 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=41579
Tomasz P. <son_of_the_osiris@interia.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1219 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-12-05 16:14 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-08 0:52 [Bug 41579] New: R300 Segfaults when using mupen64plus bugzilla-daemon
2011-10-10 11:22 ` [Bug 41579] " bugzilla-daemon
2011-10-10 11:30 ` bugzilla-daemon
2011-10-11 19:19 ` bugzilla-daemon
2011-10-12 9:59 ` bugzilla-daemon
2011-11-07 20:03 ` bugzilla-daemon
2012-12-05 16:14 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.