Bug 51409 - [NV05] when ubuntu tests the gnome environment the nouveau_vieux_dri (ver) segfaults
Summary: [NV05] when ubuntu tests the gnome environment the nouveau_vieux_dri (ver) se...
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/nouveau (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium major
Assignee: Nouveau Project
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-25 07:02 UTC by Gullik
Modified: 2013-09-26 23:29 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
log from desktop computer with nvidia agp card (39.10 KB, text/plain)
2012-06-25 07:02 UTC, Gullik
no flags Details

Description Gullik 2012-06-25 07:02:17 UTC
Created attachment 63451 [details]
log from desktop computer with nvidia agp card

Ubuntu 12.04 LTS logs "system errors", and activates error reporting tool, however the error tool claims 12.04 is "stable" and thus not being worked on.
I thought you might be interested, since the error footprint(s) look solveable.

I attach my dmesg.log, there are 3 bugchecks in the last few lines

Regards,

Gullik
Comment 1 mypersonalmailbox1 2012-10-24 04:07:54 UTC
Hi,

I assume you are using an NVIDIA RIVA TNT2-based graphics card (NV5).
I have observed somewhat similar instability of RIVA TNT2 M64 with VIA Technologies Apollo MVP3 chipset.
Of all the graphics chips I have tested, RIVA TNT2 M64 is by far the worst in terms of system stability on an Apollo MVP3 chipset-based mainboard.
I have tested this Apollo MVP3 chipset-based mainboard against various NVIDIA, ATI Technologies, and SiS graphics chips.
In case of NVIDIA, their new stuff (i.e., GeForce 2 MX, GeForce 4 MX, and GeForce FX) work much better than RIVA TNT2 M64.
Strange problem since RIVA TNT2 M64 works fine on many other AGP-based mainboards I have.
I assume it is some kind of VIA Technologies specific device driver bug that manifests itself when mated with RIVA TNT2.
Refer to this report I have submitted.

https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1065300

I will be filing a bug report regarding this issue with freedesktop.org soon.

Regards,

fpgahardwareengineer
Comment 2 mypersonalmailbox1 2012-10-24 04:42:50 UTC
(In reply to Comment 1)

Hi,

I just uploaded a bug report regarding NVIDIA RIVA TNT2 M64 graphics chip and VIA Technologies Apollo MVP3 chipset.

https://bugs.freedesktop.org/show_bug.cgi?id=56340

Regards,

fpgahardwareengineer
Comment 3 Emil Velikov 2012-11-05 12:10:56 UTC
Gullik

As your crash indicates a segfault in unity_support_t/nouveau_vieux_dri.so

It (nouveau_vieux_dri.so) is part of the nouveau-dri (the mesa 3d driver), which is not supported as of yet

The other issue mentioned may or maynot be related, pending on the data to be provided
Comment 4 Ilia Mirkin 2013-08-25 03:40:09 UTC
In order to make progress on this issue, we'd need a stacktrace, or at least a disassembly of the code in question. I think each of the crashes happen in the same place.

If you see:

[   33.776104] unity_support_t[1416]: segfault at 4 ip 0013f564 sp bfb8a430 error 4 in nouveau_vieux_dri.so[131000+2f000]

Then load up nouveau_vieux_dri.so in gdb (gdb /path/to/nouveau_vieux_dri.so) and run "disassemble 0xe564". I think. (I never remember how to read those crash reports. But I just did 0x13f564 - 0x131000. No clue what the 0x2f000 is.)
Comment 5 Ilia Mirkin 2013-09-26 23:29:51 UTC
No response to request for additional info. Marking as invalid. (I might have some patches to nouveau_vieux that fix at least one segfault at some point semi-soon, but no way to tell if they're at all related to the issues here.)


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.