View previous topic :: View next topic |
Author |
Message |
gregw Tux's lil' helper
Joined: 20 Nov 2004 Posts: 106 Location: Warrington, Cheshire, England
|
Posted: Sat Nov 18, 2006 4:47 pm Post subject: [SOLVED] strange dmesg error |
|
|
HI all,
just spotted this on my amd64 2006.1 system.
Code: | factorial[19112]: segfault at 0000000000020f51 rip 0000000000402fee rsp 00007fff0b9cfd40 error 4
factorial[19115]: segfault at 0000000000020f51 rip 0000000000402fee rsp 00007fff441b9540 error 4
factorial[19119]: segfault at 0000000000020f51 rip 0000000000402fee rsp 00007fff339f6d80 error 4
factorial[19121]: segfault at 0000000000020f51 rip 0000000000402fee rsp 00007fff2afb8340 error 4
factorial[19124]: segfault at 0000000000020f51 rip 0000000000402fee rsp 00007fff051524d0 error 4
gentoo |
any idea what this error is? The system is working quite hapily and has been up and running all day. I'll reboot it later and see what happens.
GregW
Last edited by gregw on Thu May 10, 2007 9:23 pm; edited 2 times in total |
|
Back to top |
|
|
phajdan.jr Retired Dev
Joined: 23 Mar 2006 Posts: 1777 Location: Poland
|
Posted: Sat Nov 18, 2006 7:12 pm Post subject: |
|
|
It means that program called "factorial" had crashed. |
|
Back to top |
|
|
xanas3712 Guru
Joined: 15 Oct 2004 Posts: 455
|
Posted: Sun Dec 31, 2006 1:03 am Post subject: |
|
|
I think the question is "what is factorial"? I haven't heard of it but I just got this message myself, this was my first search result.. |
|
Back to top |
|
|
zxy Veteran
Joined: 06 Jan 2006 Posts: 1160 Location: in bed in front of the computer
|
Posted: Sat Jan 06, 2007 9:23 am Post subject: |
|
|
Me, too. Which package does it belong to. _________________ Nature does not hurry, yet everything is accomplished.
Lao Tzu |
|
Back to top |
|
|
phajdan.jr Retired Dev
Joined: 23 Mar 2006 Posts: 1777 Location: Poland
|
Posted: Sat Jan 06, 2007 9:33 am Post subject: |
|
|
equery belongs `which factorial` # requires gentoolkit
But it looks like author of this thread is not interested in the problem. |
|
Back to top |
|
|
zxy Veteran
Joined: 06 Jan 2006 Posts: 1160 Location: in bed in front of the computer
|
Posted: Sat Jan 06, 2007 9:42 am Post subject: |
|
|
I'm interrested.
This is the output of equery that I get
Code: | # equery belongs `which factorial`
which: no factorial in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin)
List all packages owning a particular set of files
|
And
returns nothing.
I suspect that the segfault was during install of some package, when running a test. But I'm not sure. _________________ Nature does not hurry, yet everything is accomplished.
Lao Tzu |
|
Back to top |
|
|
phajdan.jr Retired Dev
Joined: 23 Mar 2006 Posts: 1777 Location: Poland
|
Posted: Sat Jan 06, 2007 10:31 am Post subject: |
|
|
zxy wrote: |
I suspect that the segfault was during install of some package, when running a test. |
That's very probable. Try to search the logs and get the date and time when it happened. Then use some emerge log parser (for example qlop, part of portage-utils) to extract information which package was being compiled. |
|
Back to top |
|
|
gregw Tux's lil' helper
Joined: 20 Nov 2004 Posts: 106 Location: Warrington, Cheshire, England
|
Posted: Sun Apr 08, 2007 6:52 pm Post subject: |
|
|
for info:
After a llong time looking at this, it is related to a crash of proftp server!
flagged resolved.
Cheers
GregW |
|
Back to top |
|
|
dopey Apprentice
Joined: 10 Feb 2003 Posts: 235
|
Posted: Tue Apr 17, 2007 9:14 pm Post subject: |
|
|
factorial is a one of mysql's test cases. It segfaults on every single x86_64 system I've ever built mysql on, so I've just decided to ignore it. I haven't had any problems with mysql though, but I don't really do anything strenuous with mysql either. |
|
Back to top |
|
|
|