Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xvidtune causes floating point exception
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
stesla
n00b
n00b


Joined: 10 Jun 2002
Posts: 15
Location: Omaha, NE

PostPosted: Wed Mar 05, 2003 8:40 am    Post subject: xvidtune causes floating point exception Reply with quote

I finished installing Gentoo on my laptop, it all went smoothly (as it always does), but I wanted to tweak some of my configuration. A large part of that was getting the most out of the video equipment I have on board, so logically I wanted to run xvidtune to see exactly where my settings were and how I could improve things.

This is what happens when I do that:
Code:
samuel@hiro samuel $ xvidtune
Vendor: IBM, Model: IBM-ITSX95
Num hsync: 0, Num vsync: 0
Floating point exception
samuel@hiro samuel $


Here's what the tail end of the strace (where it gets weird) looks like:
Code:
write(1, "Vendor: IBM, Model: IBM-ITSX95\n", 31Vendor: IBM, Model: IBM-ITSX95
) = 31
write(1, "Num hsync: 0, Num vsync: 0\n", 27Num hsync: 0, Num vsync: 0
) = 27
rt_sigaction(SIGINT, {0x8049750, [INT], SA_RESTART|0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, {0x8049750, [QUIT], SA_RESTART|0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTERM, {0x8049750, [TERM], SA_RESTART|0x4000000}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGHUP, {0x8049750, [HUP], SA_RESTART|0x4000000}, {SIG_DFL}, 8) = 0
write(3, "\206\5\2\0\0\0\1\0\206\0\1\0", 12) = 12
read(3, 0xbffff110, 32)                 = -1 EAGAIN (Resource temporarily unavailable)
select(4, [3], NULL, NULL, NULL)        = 1 (in [3])
read(3, "\1\203\25\0\0\0\0\0\2\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\200"..., 32) = 32
write(3, "\206\16\2\0\2\0\1\0\206\1\2\0\0\0\0\0", 16) = 16
read(3, 0xbffff1a0, 32)                 = -1 EAGAIN (Resource temporarily unavailable)
select(4, [3], NULL, NULL, NULL)        = 1 (in [3])
read(3, "\1\212\27\0\5\0\0\0\340\245\1\0x\5\0\0\0\0\0\0\0\0\32\4"..., 32) = 32
read(3, "\0\0\0\0n\0\0\0\330\212\240\10\240\371\240\10\0\0\0\0", 20) = 20
--- SIGFPE (Floating point exception) ---
+++ killed by SIGFPE +++


my current CFLAGS are "-march=pentium3 -02 -pipe" when I originally built it they were the same except I was using -03 instead. I've rebuilt it, and it is still causing me grief.

I'm running on an Intel Pentium 4 2.4GHz. Any ideas?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum