Re: Undefined SysCall



Scott J. McCaughrin schrieb:

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

Are you sure you are not listing garbage e.g. a not continously aligned code
section?

Kind regards

Jan
.



Relevant Pages

  • Undefined SysCall
    ... the glib, I found that: ... int 0x80;syscall with undefined code ... My x86_64 box only has syscall numbers up to 0x117, ...
    (comp.os.linux.development.system)
  • Re: Undefined SysCall
    ... int 0x80;syscall with undefined code ... My x86_64 box only has syscall numbers up to 0x117, ... In order to understand recursion you must first understand recursion. ...
    (comp.os.linux.development.system)