NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-i386/50543: i386 7.0 kernel crashes and graphics lock ups
The following reply was made to PR port-i386/50543; it has been noted by GNATS.
From: "scole mail" <scole_mail%gmx.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-i386/50543: i386 7.0 kernel crashes and graphics lock ups
Date: Sun, 13 Dec 2015 20:03:51 +0100
I ran glxinfo in gdb. It seems to run all the way through and dies at the return of main.c from glxinfo.c (first column is line numbers from glxinfo.c):
1296 if (scrnum + 1 < numScreens)
(gdb) n
1301 XCloseDisplay(dpy);
(gdb) n
1303 return 0;
(gdb) n
1304 }
(gdb) n
0x080491f4 in ___start ()
(gdb) n
Single stepping until exit from function ___start,
which has no line number information.
Program received signal SIGSEGV, Segmentation fault.
0xbaa02d87 in ?? ()
(gdb) bt
#0 0xbaa02d87 in ?? ()
I'm not sure how to get more info about this ___start . I haven't had any other kernel crashes yet.
I get the same behavior with or without PAE.
Thanks
Home |
Main Index |
Thread Index |
Old Index