Opened 8 years ago
Closed 8 years ago
#5276 closed Bug (fixed)
regression in nightly: "assert (tr_sessionIsLocked (session))"
Reported by: | jordan | Owned by: | jordan |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | libtransmission | Version: | |
Severity: | Normal | Keywords: | |
Cc: |
Description
As reported in the forums:
Thread 2 Crashed: 0 libsystem_kernel.dylib 0x00007fff8b977ce2 __pthread_kill + 10 1 libsystem_c.dylib 0x00007fff95daf7d2 pthread_kill + 95 2 libsystem_c.dylib 0x00007fff95da0a7a abort + 143 3 libsystem_c.dylib 0x00007fff95dd35de __assert_rtn + 146 4 org.m0k.transmission 0x0000000100075d34 tr_fdTorrentClose + 134 5 org.m0k.transmission 0x000000010007142e tr_torrentDeleteLocalData + 109 6 org.m0k.transmission 0x00000001000705aa setLocation + 750 7 org.m0k.transmission 0x000000010007a528 readFromPipe + 274 8 org.m0k.transmission 0x00000001000afcd3 event_base_loop + 1149 9 org.m0k.transmission 0x000000010007a1ed libeventThreadFunc + 145 10 org.m0k.transmission 0x000000010007243a ThreadFunc + 15 11 libsystem_c.dylib 0x00007fff95dad8bf _pthread_start + 335 12 libsystem_c.dylib 0x00007fff95db0b75 thread_start + 13
This is a new assertion that was added as a result of bugs found in the new automated tests. It's the circle of life...
Change History (2)
comment:1 Changed 8 years ago by jordan
- Status changed from new to assigned
comment:2 Changed 8 years ago by jordan
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
r13979: add unit test (currently failing) to reproduce this error" move-test.c
r13980: fix the bug; tests now pass again