aloof-angle-91616
09/23/2018, 4:41 PMDebug
into rustc i could be twice as obnoxiousaloof-angle-91616
09/23/2018, 4:42 PMaloof-angle-91616
09/23/2018, 4:44 PMaloof-angle-91616
09/23/2018, 4:46 PMaloof-angle-91616
09/23/2018, 4:47 PMThis function will return an error if the RwLock is poisoned. An RwLock is poisoned whenever a writer panics while holding an exclusive lock. An error will be returned when the lock is acquired.
aloof-angle-91616
09/23/2018, 4:47 PMaloof-angle-91616
09/23/2018, 4:48 PMaloof-angle-91616
09/23/2018, 4:51 PMaloof-angle-91616
09/23/2018, 5:01 PMaloof-angle-91616
09/23/2018, 5:46 PMthread panicked while processing panic. aborting.
Fatal Python error: Illegal instruction
aloof-angle-91616
09/23/2018, 6:03 PMthread '<unnamed>' panicked at 'we aren't re-entrant, but are being re-entered: "WouldBlock" (write)', resettable/src/lib.rs:69:21
aloof-angle-91616
09/23/2018, 6:44 PMaloof-angle-91616
09/23/2018, 6:52 PMclean-all
. (not?) very mysteriousaloof-angle-91616
09/23/2018, 6:54 PMclean-all
deadlock was introduced when i made resettable lazy (again))witty-crayon-22786
09/24/2018, 4:35 PMaloof-angle-91616
09/24/2018, 4:36 PMaloof-angle-91616
09/24/2018, 4:38 PMwitty-crayon-22786
09/24/2018, 4:39 PMi can probably make a stacktrace to corroborate that as mentioned in the ticket if neededit would be good to confirm that it is the same issue, yes.
aloof-angle-91616
09/24/2018, 4:39 PMwitty-crayon-22786
09/24/2018, 4:39 PMwitty-crayon-22786
09/24/2018, 4:40 PMaloof-angle-91616
09/24/2018, 4:40 PMwitty-crayon-22786
09/24/2018, 4:40 PMwitty-crayon-22786
09/24/2018, 4:41 PMgdb -p $pid
and then thread all apply backtrace
aloof-angle-91616
09/24/2018, 4:41 PMaloof-angle-91616
09/24/2018, 4:41 PMwitty-crayon-22786
09/24/2018, 5:07 PMaloof-angle-91616
09/24/2018, 5:12 PMaloof-angle-91616
09/24/2018, 5:13 PMaloof-angle-91616
09/24/2018, 5:23 PM