Created
September 17, 2019 15:33
-
-
Save hpk42/8f7f26b9b443d109bb6f207d1e2f9c60 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* thread #14: tid = 15760, 0x00007ffff08bc9f6 capi.abi3.so`dc_perform_imap_jobs + 358 at lib.rs:415, name = 'python', stop reason = signal SIGILL: illegal instruction operand | |
frame #0: 0x00007ffff08bc9f6 capi.abi3.so`dc_perform_imap_jobs + 358 at lib.rs:415 | |
412 } | |
413 | |
414 #[no_mangle] | |
-> 415 pub unsafe extern "C" fn dc_perform_imap_jobs(context: *mut dc_context_t) { | |
416 if context.is_null() { | |
417 eprintln!("ignoring careless call to dc_perform_imap_jobs()"); | |
418 return; |
currently writing location-streaming tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E AttributeError: 'Chat' object has no attribute 'get_locations'
tests/test_account.py:681: AttributeError
=================== 1 failed, 48 deselected in 8.64 seconds ====================
Process 15735 stopped
dc_perform_imap_jobs + 358 at lib.rs:415, name = 'python', stop reason = signal SIGILL: illegal instruction operand frame #0: 0x00007ffff08bc9f6 capi.abi3.so
dc_perform_imap_jobs + 358 at lib.rs:415412 }
413
414 #[no_mangle]
-> 415 pub unsafe extern "C" fn dc_perform_imap_jobs(context: *mut dc_context_t) {
416 if context.is_null() {
417 eprintln!("ignoring careless call to dc_perform_imap_jobs()");
418 return;
(lldb)