linux gdb doesnt work at all, fbsd one with problems

2006-07-15 Thread Divacky Roman
hi linux gdb doesnt work at all with internal error (some assert condition doesnt hold), this is manifested by simple: gdb /bin/ls run (sorry cant paste the output now because currently linuxolator panics for me on every load :)) fbsd gdb is not able to attach to a running

Re: dlsym() on implicit loaded symbols

2006-07-15 Thread Simon 'corecode' Schubert
Roland Dittel wrote: Hi all, We have a issue with dlsym() on symbols imported by a library that was loaded with dlopen(). Our code loads the libssl with dlopen() and then do a dlsym() on several symbols. This works for all symbols exported by libssl itself but fails for symbols exported by

Re: kern/99979: Get Ready for Kernel Module in C++

2006-07-15 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Joerg Sonnenberger [EMAIL PROTECTED] writes: : On Thu, Jul 13, 2006 at 11:16:18AM +0530, Kamal R. Prasad wrote: : Im sorry I didn't understand you. setjmp() stores a few register contents : [notably ip] in a jmpbuf -which are restored after a longjmp().

Re: fork inside ip_input

2006-07-15 Thread M. Warner Losh
In message: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: : On 14.07.2006 15:57:28, Simon 'corecode' Schubert wrote: : Mykola Stryebkov wrote: : Hi all. : : Have a strange question: is it possible to create new process (using : fork or fork1) from inside of ip_input()? : : i

Re: kern/99979: Get Ready for Kernel Module in C++

2006-07-15 Thread Peter Jeremy
On Thu, 2006-Jul-13 11:16:18 +0530, Kamal R. Prasad wrote: Im sorry I didn't understand you. setjmp() stores a few register contents This varies with the CPU - from 48 bytes (i386 and sparc64) to 656 bytes (alpha). In addition, setjmp() stores the signal mask - and accessing this requires a

Re: linux gdb doesnt work at all, fbsd one with problems

2006-07-15 Thread Václav Haisman
Divacky Roman wrote, On 15.7.2006 16:01: hi linux gdb doesnt work at all with internal error (some assert condition doesnt hold), this is manifested by simple: gdb /bin/ls run (sorry cant paste the output now because currently linuxolator panics for me on every load :))

Re: BSD tar broken file name parsing

2006-07-15 Thread Tim Kientzle
File a bug and I'll take a look at it. Bonus if you can check this on -CURRENT; I have fixed a bunch of problems in -CURRENT that aren't yet merged into 6.x but I can't remember right now if this is one of them. Ti Steven Hartland wrote: Just had a really strange one, on a fresh 6.1 install