Re: Elinks within Screen question

Kalle Olavi Niemitalo <[email protected]> Sat, 26 Sep 2009 08:37:44 +0300
Newsgroups gmane.comp.web.elinks.user
Message-ID <[email protected]>
Jean-Yves Levesque <[email protected]> writes:

> I used gdb to stop the process when it happended
> again. The break is in the following function:
>
> _dl_sysinfo_int80

With Linux on i386, int 0x80 is a way to make a system call.
The _dl_sysinfo_int80 function too appears to be used for
several system calls: at least semop, select, and read.
Can you get a backtrace with the debugger, to see which
system call it is and whether it's being made by ELinks itself
or by some library (e.g. libX11)?
_______________________________________________
elinks-users mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-users