View previous topic :: View next topic |
Author |
Message |
Ernetas Apprentice
Joined: 19 Apr 2006 Posts: 159 Location: China
|
Posted: Tue Mar 20, 2007 3:02 pm Post subject: DEBUG(3): Invalid argument |
|
|
Code: | core/misc.c function file_map() line 622
DEBUG(3): Invalid argument |
I'm getting this problem(it's not exactly copied) when I'm trying to start service and booting Gentoo.
Where could be the problem? I'm using 2.6.20 kernel. |
|
Back to top |
|
|
Ernetas Apprentice
Joined: 19 Apr 2006 Posts: 159 Location: China
|
Posted: Wed Mar 21, 2007 3:12 pm Post subject: |
|
|
I've found full error. This is it:
Code: | DEBUG(1): in core/misc.c function file_map(), line 622:
DEBUG(2): Failed to mmap file!
DEBUG(3): Invalid argument. |
|
|
Back to top |
|
|
wynn Advocate
Joined: 01 Apr 2005 Posts: 2421 Location: UK
|
Posted: Wed Mar 21, 2007 4:10 pm Post subject: |
|
|
You will have to say what service/program is failing â it's not in the kernel Code: | wynn@lightfoot /usr/src/linux-2.6.20-gentoo-r3 $ for d in $(find -type d -name core); do find $d -name misc.c; done
./sound/core/misc.c | and this misc.c has only 80 lines. _________________ The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details. |
|
Back to top |
|
|
Ernetas Apprentice
Joined: 19 Apr 2006 Posts: 159 Location: China
|
Posted: Wed Mar 21, 2007 4:32 pm Post subject: |
|
|
It's hpijs, Samba, Apache - these are main...
I were thinking that it could be file system error, but there isn't any errors. |
|
Back to top |
|
|
wynn Advocate
Joined: 01 Apr 2005 Posts: 2421 Location: UK
|
Posted: Wed Mar 21, 2007 4:49 pm Post subject: |
|
|
Some package is failing to map a file to memory apparently because one of its arguments is wrong but there's nothing to say which package. _________________ The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details. |
|
Back to top |
|
|
|