Bug 25356 - Segmentation fault occurs on running cd
Summary: Segmentation fault occurs on running cd
Status: RESOLVED WONTFIX
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/r300 (show other bugs)
Version: git
Hardware: x86 (IA32) other
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-30 03:12 UTC by samit vats
Modified: 2014-07-07 16:43 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
manywin.log (2.24 KB, text/plain)
2009-11-30 03:12 UTC, samit vats
Details
xorg.conf (1.34 KB, application/octet-stream)
2009-11-30 03:13 UTC, samit vats
Details
lspci (1.69 KB, text/plain)
2009-11-30 03:13 UTC, samit vats
Details
glxinfo (5.59 KB, text/plain)
2009-11-30 03:13 UTC, samit vats
Details
Xorg.log (57.28 KB, application/octet-stream)
2009-11-30 03:14 UTC, samit vats
Details

Description samit vats 2009-11-30 03:12:12 UTC
Created attachment 31577 [details]
manywin.log

O.S. - Ubuntu-9.10-32bit
ASIC- RV516

Details of the X-stack:
----------------------

drm                :     2.4.5
mesa/mesa          :     7.7                                            
xorg/xserver       :     1.6.0   
xorg/xf86-video-ati:     20th November-2009


O.S.- Ubuntu-9.04-64
ASIC-RV516

Steps to Reproduce:
======================

run mesa/progs/xdemos ./mayawin 10

Observed Behaviour :
=====================

Segmentation fault observed.(log attached)
Comment 1 samit vats 2009-11-30 03:13:17 UTC
Created attachment 31578 [details]
xorg.conf
Comment 2 samit vats 2009-11-30 03:13:32 UTC
Created attachment 31579 [details]
lspci
Comment 3 samit vats 2009-11-30 03:13:49 UTC
Created attachment 31580 [details]
glxinfo
Comment 4 samit vats 2009-11-30 03:14:08 UTC
Created attachment 31581 [details]
Xorg.log
Comment 5 Alex Deucher 2010-03-03 08:33:52 UTC
Is this still an issue with newer versions of mesa?  Any chance you could get a backtrace with gdb?
Comment 6 Pauli 2010-03-03 12:57:04 UTC
This happens only in DRI1 because bo manager in mesa frees all buffers ever allocated for context in context destruction.

Result is that shared objects are destroyed even tough there is still references to them in other active contexts.
Comment 7 samit vats 2010-03-08 04:52:57 UTC
(In reply to comment #5)
> Is this still an issue with newer versions of mesa?  Any chance you could get a
> backtrace with gdb?
> 


The issue is fixed in the latest build with Mesa version 7.8-devel

Comment 8 Fabio Pedretti 2010-03-08 05:11:26 UTC
It's still happening here, with git master. Maybe related: bug #22868.

Card:
GL_RENDERER   = Mesa DRI R300 (RV530 71C5) 20090101 x86/MMX/SSE2 TCL
Comment 9 Michel Dänzer 2012-01-18 02:37:12 UTC
This report should either be reassigned to r300g if it still happens with that, or resolved as WONTFIX, as r300c is dead.
Comment 10 Andreas Boll 2014-07-07 16:43:30 UTC
The classic r300 driver has been abandoned long ago.
It was replaced by the Gallium driver r300g.

If you have issues with r300g please file a new bug report with component Drivers/Gallium/r300

Thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.