Subject:
|
Re: LDGLite Linux install question
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Tue, 17 Jun 2003 14:30:29 GMT
|
Viewed:
|
1782 times
|
| |
| |
In lugnet.cad.dev, Orion Pobursky wrote:
> I was kinda hopeing that this problem was a problem with my
> Linux install and not hardware. Oh well...
> Thanks for the effort.
Wait a minute! You're not done yet. I poked through the MESA code
(common_x86.c) and realized something. The SIGFPE is normally caught
by the exception handlers in MESA but in gdb the program stops anyhow.
You need to tell gdb to continue to get to the real problem, the
SIGSEGV, which is might not be a problem with your hardware.
gdb ldglite
run
(hit the SIGFPE)
cont
(hit the SIGSEGV)
backtrace
Don
|
|
Message has 1 Reply: | | Re: LDGLite Linux install question
|
| (...) Ok, here's the output: (gdb) run Starting program: /usr/local/bin/ldglite Program received signal SIGFPE, Arithmetic exception. 0x0816ce13 in _mesa_test_os_sse_ex...on_support () (gdb) cont Continuing. Program received signal SIGSEGV, (...) (21 years ago, 17-Jun-03, to lugnet.cad.dev)
|
Message is in Reply To:
| | Re: LDGLite Linux install question
|
| (...) I installed it per the instructions on the LDraw website, so I guess I built it myself. (...) I'll try that when I get a free moment. I was kinda hopeing that this problem was a problem with my Linux install and not hardware. Oh well... Thanks (...) (21 years ago, 16-Jun-03, to lugnet.cad.dev)
|
15 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|