Thomas Stuefe

Results 110 comments of Thomas Stuefe

After looking at `VMError::report_and_die`, I see we redirect error output in case of a crash to hard-wired stdout, we don't use tty. Before this patch, if we accessed tty after...

(I'm spending way to much time on this) Here is the compatibility situation wrt tty=NULL before and after my patch. - Writing to tty before VM initialization: - Before patch:...

Hi David, > Hi Thomas, > > Yes this is consuming too much of our time - sorry about that but this does need to be aired. Sorry for seeming...

> I think this is fine as a last chance handler. If we do need pre-init and post-exit logging, ie things come out to this output, we can re-evaluate and...

@dholmes-ora : I reformed the patch according to our compromise: - pre-init output is swallowed, but we don't crash. We can add the envvar solution later if needed. - post-exit...

I'm happy we have a compromise. /integrate

When I run renaissance philosophers benchmark (no arguments, just the default settings) on my 12 core machine the VM intermittently hangs after the benchmark is done. Always, two threads keep...

Happens when the main thread detaches itself upon VM exit. VM attempts to release OMs that are owned by the finished main thread (side note: if that is the sole...

Offlist questions from Roman: -"Does it really not happen with Stock?" no, I could not reproduce it with stock VM (built from f5d1b5bda27c798347ae278cbf69725ed4be895c, the commit preceding the PR) -"Do we...

> > Happens when the main thread detaches itself upon VM exit. VM attempts to release OMs that are owned by the finished main thread (side note: if that is...