Undefined SysCall
- From: "Scott J. McCaughrin" <sjmccaug@xxxxxxxxxxxxxxx>
- Date: Thu, 12 Jul 2007 23:11:09 +0000 (UTC)
I have a RedHat Linux V Enterprise box with GNU 4.1: while inspecting
the glib, I found that: pthreadlib.a contains a `pthread_create.o'
with the lines:
mov eax,0x137 ;set EAX = 311 (decimal)
int 0x80 ;syscall with undefined code
My x86_64 box only has syscall numbers up to 0x117 (279 decimal),
according to asm/unistd.h. I perused asm-x86_64/unistd.h and other
syscall.h files, to no avail -- 0x137 seems undefined on my box.
Any idea what 0x137 is the syscall code for?
I objdump'd /usr/lib/pthreadlib.a and did not run the extracted
object (pthread_create.o) through any filters.
Thanks for any insights,
-- Scott
.
- Follow-Ups:
- Re: Undefined SysCall
- From: Paul Pluzhnikov
- Re: Undefined SysCall
- From: Jan Kandziora
- Re: Undefined SysCall
- Prev by Date: Re: Newbie: allocating aligned physically-contiguous memory?
- Next by Date: char device driver and bus ?
- Previous by thread: Newbie: allocating aligned physically-contiguous memory?
- Next by thread: Re: Undefined SysCall
- Index(es):
Relevant Pages
|