GNOME Bugzilla – Bug 564825
[MAPI] EDS crashed in get_SPropValue at libmapi/property.c:90
Last modified: 2010-06-15 17:53:04 UTC
Steps to reproduce: Trying to send a mail and it probably crashed during autocompletion Stack trace: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xa76fbb90 (LWP 21237)] get_SPropValue (lpProps=0xb12f0ff0, ulPropTag=1493762051) at libmapi/property.c:90 90 for (i = 0; lpProps[i].ulPropTag; i++) { (gdb) t a a bt
+ Trace 210873
Thread 271 (Thread 0xa76fbb90 (LWP 21237))
Thread 267 (Thread 0xa5affb90 (LWP 21233))
(gdb) l 85 _PUBLIC_ const void *get_SPropValue(struct SPropValue *lpProps, 86 uint32_t ulPropTag) 87 { 88 uint32_t i; 89 90 for (i = 0; lpProps[i].ulPropTag; i++) { 91 if (ulPropTag == lpProps[i].ulPropTag) { 92 return get_SPropValue_data(&lpProps[i]); 93 } 94 } (gdb) Other information:
Thanks for a bug report. This got fixed within bug #607651, thus I'm marking it as a duplicate. *** This bug has been marked as a duplicate of bug 607651 ***