https://d.puremagic.com/issues/show_bug.cgi?id=11981
--- Comment #11 from Stanislav Blinov <[email protected]> 2014-02-08 19:09:56 PST --- Oh, I see. SIGUSR1 is being sent to a thread while it's being constructed. Either getStackBottom() or rt.tlsgc.init() call malloc(). When SIGUSR1 is received it calls Thread.getThis(), and that TLS reference had not yet been allocated, so it calls malloc() again and locks. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
