Jean-Yves Levesque <jean.yves.leves...@gmail.com> 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
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to