azynheira / mu0

Automatically exported from code.google.com/p/mu0
0 stars 0 forks source link

mu crash on Mac OS 10.7 #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Emacs 24.1 on Mac OS 10.7
2. mu & mu4e 0.9.8.5 installed with brew
3. running mu4e, try going to the week's mail ("bw")
4. Mac OS X popped up a crash notice for mu - included in part below, email if 
you need more, code.google.com wouldn't allow the whole thing:

Process:         mu [17012]
Path:            /Users/USER/*/mu
Identifier:      mu
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  Emacs [17000]

Date/Time:       2012-10-08 20:44:58.084 -0400
OS Version:      Mac OS X 10.7.5 (11G56)
Report Version:  9

Interval Since Last Report:          771225 sec
Crashes Since Last Report:           1
Per-App Crashes Since Last Report:   1
Anonymous UUID:                      475E5AE1-1E42-48B5-9D07-3FBE50E1D4EE

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

VM Regions Near 0:
--> 
    __TEXT                 000000010ab72000-000000010ab9c000 [  168K] r-x/rwx SM=COW  /Users/USER/*

Application Specific Information:
objc[17012]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libglib-2.0.0.dylib             0x000000010ae743d6 g_str_hash + 4
1   libglib-2.0.0.dylib             0x000000010ae738b7 g_hash_table_lookup + 65
2   mu                              0x000000010ab8b2e7 mu_threader_calculate + 
406
3   mu                              0x000000010ab7f888 
_MuMsgIter::_MuMsgIter(Xapian::Enquire&, unsigned long, int, unsigned char, 
bool) + 196
4   mu                              0x000000010ab7ee8f mu_msg_iter_new + 164
5   mu                              0x000000010ab828a5 mu_query_run + 346
6   mu                              0x000000010ab76d2f cmd_find + 328
7   mu                              0x000000010ab762b6 mu_cmd_server + 553
8   mu                              0x000000010ab78546 with_store + 146
9   mu                              0x000000010ab7341d main + 129
10  mu                              0x000000010ab73394 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff82efb7e6 kevent + 10
1   libdispatch.dylib               0x00007fff82958786 _dispatch_mgr_invoke + 923
2   libdispatch.dylib               0x00007fff82957316 _dispatch_mgr_thread + 54

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fe10c0f9920  rcx: 0x000000010ab9e50a  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x00007fff6a7717a0  rsp: 0x00007fff6a7717a0
   r8: 0x00007fe10ca02268   r9: 0x0000000000000730  r10: 0x0000000080014000  r11: 0x00007fe10c14c240
  r12: 0x00007fe10cd668e0  r13: 0x00007fe10c0f9920  r14: 0x0000000000000000  r15: 0x00007fe10c0f9920
  rip: 0x000000010ae743d6  rfl: 0x0000000000010202  cr2: 0x0000000000000000
Logical CPU: 1

Original issue reported on code.google.com by DPoirie...@gmail.com on 9 Oct 2012 at 12:51

GoogleCodeExporter commented 8 years ago
Hmm, that doesn't look good... Can you try if this is reproducible with the 
development/git version? 

Also, can you reproduce this from the command line, ie.

  $ mu find "date:7d..now" --threads

and, if so, does it make a difference when you run:

  $ G_SLICE=always-malloc mu find "date:7d..now" --threads

Thanks.

Original comment by digg...@gmail.com on 10 Oct 2012 at 9:38

GoogleCodeExporter commented 8 years ago
Unfortunately, I can't get it to happen again. I tried in Emacs and on the 
command line and on the command line with the git master branch.

Original comment by DPoirie...@gmail.com on 10 Oct 2012 at 11:27

GoogleCodeExporter commented 8 years ago
Well, okay, let's assume it's gone then. If you catch it again please open (or 
reopen) a bug. Thanks!

Original comment by digg...@gmail.com on 16 Oct 2012 at 7:53