Hi On Mon, Apr 21, 2008 at 12:44:30PM -0400, Yaroslav Halchenko wrote: > heh -- stalled today as well but stracing killed it completely so I > couldn't investigate in detail > > > If you let it continue, stop, continue, stop etc and for each time check > > the backtrace. Are you always on the same position? > Hm... I believe that it was getting back into Dispatch.
I'm not sure how to see that, but it would be good to determine if it hangs inside the gettimeofday or if the dispatcher loops. > > Maybe it is easier to strace it in order to get that data. > stracing was showing lots of getttimeoftheday or whatever that syscall > is. Today it was different: > 21162 rt_sigreturn(0xe) = 56 > 21162 clone(child_stack=0, > flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, > child_tidptr=0x2ad7a050a160) = ? ERESTARTNOINTR (To be restarted) > 21162 --- SIGALRM (Alarm clock) @ 0 (0) --- > 21162 rt_sigreturn(0xe) = 56 > 21162 clone(child_stack=0, > flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, > child_tidptr=0x2ad7a050a160) = ? ERESTARTNOINTR (To be restarted) > ... Hmm. To me it looks that we are out of resources... > > Hmm I'm not that good on gdb. I use to use ddd in order to make it easier. > > > > > ddd is a graphical frondend for gdb. > Tried ddd as well ;-) :-D > I think major problem is that I don't know how to configure its build > system to add -g in all places -- now most of the .o (thus .sos) are built > without -g key at all, thus they lack any symbols. Yes I know, or at least suspected so. > If only we had some proper -dbg package for the server ;-) I fully agree. I would like to add "if we only had a proper build system for vnc4" ;-) The current one is really aughful! :( Best regards, // Ola > -- > Yaroslav Halchenko > Research Assistant, Psychology Department, Rutgers-Newark > Student Ph.D. @ CS Dept. NJIT > Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171 > 101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102 > WWW: http://www.linkedin.com/in/yarik > -- --- Inguza Technology AB --- MSc in Information Technology ---- / [EMAIL PROTECTED] Annebergsslingan 37 \ | [EMAIL PROTECTED] 654 65 KARLSTAD | | http://inguza.com/ Mobile: +46 (0)70-332 1551 | \ gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9 / --------------------------------------------------------------- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

