* [Bug 35578] When WebGL(HWaccel) is activated, Firefox will Crash...
2011-03-23 2:50 [Bug 35578] New: When WebGL(HWaccel) is activated, Firefox will Crash bugzilla-daemon
@ 2011-03-23 8:47 ` bugzilla-daemon
2011-03-23 10:25 ` bugzilla-daemon
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2011-03-23 8:47 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=35578
--- Comment #1 from Michel Dänzer <michel@daenzer.net> 2011-03-23 01:47:44 PDT ---
(In reply to comment #1)
> actually i have updated Mesa from git,
Which commit from which branch are you using?
> 0x00007f67e863854e in r600_bo (radeon=0x7f67e9c95d60, size=208,
> alignment=4096, binding=32, usage=0) at r600_bo.c:43
Would be interesting if you could provide the output from running
p *radeon
at the gdb prompt here.
--
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] 11+ messages in thread* [Bug 35578] When WebGL(HWaccel) is activated, Firefox will Crash...
2011-03-23 2:50 [Bug 35578] New: When WebGL(HWaccel) is activated, Firefox will Crash bugzilla-daemon
2011-03-23 8:47 ` [Bug 35578] " bugzilla-daemon
@ 2011-03-23 10:25 ` bugzilla-daemon
2011-03-23 11:45 ` bugzilla-daemon
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2011-03-23 10:25 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=35578
--- Comment #2 from Henri Verbeet <hverbeet@gmail.com> 2011-03-23 03:25:37 PDT ---
I don't think that's from the driver you built yourself, the line numbers don't
match current git. By default the drivers will be installed in /usr/local/, so
you would have to set LIBGL_DRIVERS_PATH="/usr/local/lib/dri/" and
LD_LIBRARY_PATH="/usr/local/lib/".
--
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] 11+ messages in thread* [Bug 35578] When WebGL(HWaccel) is activated, Firefox will Crash...
2011-03-23 2:50 [Bug 35578] New: When WebGL(HWaccel) is activated, Firefox will Crash bugzilla-daemon
2011-03-23 8:47 ` [Bug 35578] " bugzilla-daemon
2011-03-23 10:25 ` bugzilla-daemon
@ 2011-03-23 11:45 ` bugzilla-daemon
2011-03-23 11:49 ` bugzilla-daemon
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2011-03-23 11:45 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=35578
--- Comment #3 from Nicolas Peninguy <npeninguy@gmail.com> 2011-03-23 04:45:43 PDT ---
Mozilla only provides 32bits builds of Firefox I think, so you might need to
build a i386 version of Mesa.
--
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] 11+ messages in thread* [Bug 35578] When WebGL(HWaccel) is activated, Firefox will Crash...
2011-03-23 2:50 [Bug 35578] New: When WebGL(HWaccel) is activated, Firefox will Crash bugzilla-daemon
` (2 preceding siblings ...)
2011-03-23 11:45 ` bugzilla-daemon
@ 2011-03-23 11:49 ` bugzilla-daemon
2011-03-23 15:48 ` bugzilla-daemon
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2011-03-23 11:49 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=35578
--- Comment #4 from Henri Verbeet <hverbeet@gmail.com> 2011-03-23 04:49:05 PDT ---
(In reply to comment #3)
> Mozilla only provides 32bits builds of Firefox I think,
The backtrace looks very much like a 64-bit build.
--
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] 11+ messages in thread* [Bug 35578] When WebGL(HWaccel) is activated, Firefox will Crash...
2011-03-23 2:50 [Bug 35578] New: When WebGL(HWaccel) is activated, Firefox will Crash bugzilla-daemon
` (3 preceding siblings ...)
2011-03-23 11:49 ` bugzilla-daemon
@ 2011-03-23 15:48 ` bugzilla-daemon
2011-03-23 21:39 ` bugzilla-daemon
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2011-03-23 15:48 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=35578
--- Comment #5 from Maximiliano Castañón <maximi89@gmail.com> 2011-03-23 08:48:13 PDT ---
(In reply to comment #2)
> I don't think that's from the driver you built yourself, the line numbers don't
> match current git. By default the drivers will be installed in /usr/local/, so
> you would have to set LIBGL_DRIVERS_PATH="/usr/local/lib/dri/" and
> LD_LIBRARY_PATH="/usr/local/lib/".
i will try it when i go to my house.
What means that of "p *radeon" ? i need to run it in the gdb?
And yes,i´m using the 64 bits version, it´s called x86_64
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
Thank!
--
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] 11+ messages in thread* [Bug 35578] When WebGL(HWaccel) is activated, Firefox will Crash...
2011-03-23 2:50 [Bug 35578] New: When WebGL(HWaccel) is activated, Firefox will Crash bugzilla-daemon
` (4 preceding siblings ...)
2011-03-23 15:48 ` bugzilla-daemon
@ 2011-03-23 21:39 ` bugzilla-daemon
2011-03-24 4:39 ` bugzilla-daemon
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2011-03-23 21:39 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=35578
--- Comment #6 from Maximiliano Castañón <maximi89@gmail.com> 2011-03-23 14:39:00 PDT ---
well, i ran FF with:
LIBGL_DRIVERS_PATH="/usr/local/lib/dri/" LD_LIBRARY_PATH="/usr/local/lib/"
MOZ_GLX_IGNORE_BLACKLIST=1 ./firefox
it show various messages of:
Mesa warning: couldn't open libtxc_dxtn.so, software DXTn
compression/decompression unavailable
But it seems to work fine... the test of FPS with Mozilla gives me 4 FPS, but
seems to work.
I'm running mesa e4b040c2b
--
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] 11+ messages in thread* [Bug 35578] When WebGL(HWaccel) is activated, Firefox will Crash...
2011-03-23 2:50 [Bug 35578] New: When WebGL(HWaccel) is activated, Firefox will Crash bugzilla-daemon
` (5 preceding siblings ...)
2011-03-23 21:39 ` bugzilla-daemon
@ 2011-03-24 4:39 ` bugzilla-daemon
2011-03-24 4:41 ` bugzilla-daemon
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2011-03-24 4:39 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=35578
--- Comment #7 from Maximiliano Castañón <maximi89@gmail.com> 2011-03-23 21:39:07 PDT ---
Ok, got another crash:
Program received signal SIGPIPE, Broken pipe.
[Switching to Thread 0x7fde18eff700 (LWP 16893)]
0x00007fde2b1ad57c in __libc_send (fd=72, buf=<value optimized out>,
n=<value optimized out>, flags=<value optimized out>)
at ../sysdeps/unix/sysv/linux/x86_64/send.c:32
32 ../sysdeps/unix/sysv/linux/x86_64/send.c: No existe el fichero o el
directorio.
in ../sysdeps/unix/sysv/linux/x86_64/send.c
(gdb) traceback
Undefined command: "traceback". Try "help".
(gdb) backtrace
#0 0x00007fde2b1ad57c in __libc_send (fd=72, buf=<value optimized out>,
n=<value optimized out>, flags=<value optimized out>)
at ../sysdeps/unix/sysv/linux/x86_64/send.c:32
#1 0x00007fde288d199d in ?? ()
#2 0x00007fdd5ed6f005 in ?? ()
#3 0x00007fde0a2ce6ba in ?? ()
#4 0x00007fddd5b01068 in ?? ()
#5 0x00007fddd5baf000 in ?? ()
#6 0x00007fde2b49c040 in ?? ()
#7 0x00007fddc1b3e6a0 in ?? ()
#8 0x0000001200000000 in ?? ()
#9 0x00007fdda54040f0 in ?? ()
#10 0x0000000000000000 in ?? ()
--
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] 11+ messages in thread* [Bug 35578] When WebGL(HWaccel) is activated, Firefox will Crash...
2011-03-23 2:50 [Bug 35578] New: When WebGL(HWaccel) is activated, Firefox will Crash bugzilla-daemon
` (6 preceding siblings ...)
2011-03-24 4:39 ` bugzilla-daemon
@ 2011-03-24 4:41 ` bugzilla-daemon
2011-03-24 7:29 ` bugzilla-daemon
2011-03-24 7:35 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2011-03-24 4:41 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=35578
--- Comment #8 from Maximiliano Castañón <maximi89@gmail.com> 2011-03-23 21:41:35 PDT ---
Created an attachment (id=44773)
--> (https://bugs.freedesktop.org/attachment.cgi?id=44773)
traceback
when i try to login it crashed.
--
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] 11+ messages in thread* [Bug 35578] When WebGL(HWaccel) is activated, Firefox will Crash...
2011-03-23 2:50 [Bug 35578] New: When WebGL(HWaccel) is activated, Firefox will Crash bugzilla-daemon
` (7 preceding siblings ...)
2011-03-24 4:41 ` bugzilla-daemon
@ 2011-03-24 7:29 ` bugzilla-daemon
2011-03-24 7:35 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2011-03-24 7:29 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=35578
Michel Dänzer <michel@daenzer.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #44773|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] 11+ messages in thread* [Bug 35578] When WebGL(HWaccel) is activated, Firefox will Crash...
2011-03-23 2:50 [Bug 35578] New: When WebGL(HWaccel) is activated, Firefox will Crash bugzilla-daemon
` (8 preceding siblings ...)
2011-03-24 7:29 ` bugzilla-daemon
@ 2011-03-24 7:35 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2011-03-24 7:35 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=35578
Michel Dänzer <michel@daenzer.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #9 from Michel Dänzer <michel@daenzer.net> 2011-03-24 00:35:12 PDT ---
(In reply to comment #7)
> Program received signal SIGPIPE, Broken pipe.
SIGPIPE is usually handled by the application and thus harmless. You can tell
gdb to ignore it with
handle SIGPIPE nostop noprint
Anyway, the original problem seems fixed, probably by commit
63b9790a55038c262b57c846a5f7067ea33fc60f ('r600g: move user fence into base
radeon structure').
--
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] 11+ messages in thread