tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Anyone recall the dreaded tstile issue?



	hello.  Is your git process multithreaded, or just forking in the traditional manner?  If
it's multithreaded, then you'll want stack traces for each thread.  To check for this, I'd
check to see if your process is linked against libpthread, just in case something is spawning
threads without your knowledge.

-thanks
-Brian



Home | Main Index | Thread Index | Old Index