Bug 2523

Summary: SIGABRT received when using httppc
Product: Claws Mail (GTK 2) Reporter: Yves KONDOSZEK <yves.kondoszek>
Component: OtherAssignee: users
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 3.7.9   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
backtrace and memory map none

Description Yves KONDOSZEK 2011-10-14 18:14:06 UTC
Created attachment 1028 [details]
backtrace and memory map

I'm trying to use claws-mail behind a HTTP proxy, so I compiled httppc's `proxed' script sources from http://httppc.sourceforge.net/. When trying it with claws-mail, I manage to get DNS responses for the IMAP servers hostnames, but right after that, I get a SIGABRT every time (see Backtrace and Memory Map attached).
I still haven't taken a look at it so I don't know which one of proxed or claws-mail received the SIGABRT or a SIGSEGV, but I'm willing to make gdb sing if someone is interested.
I'm also willing to write a section on the wiki about how to set httppc for claws-mail once this issue is solved.


Further info:
OS: Linux Fedora 15 2.6.40.6-0.fc15.i686.PAE (Virtual Machine running in a Windows XP host)
Claws Mail version 3.7.9
glibc-2.14-5

Console output at crash time:

*** glibc detected *** claws-mail: free(): invalid pointer: 0x08a22848 ***
======= Backtrace: =========
...
======= Memory map: ========
...
zsh: abort      proxed claws-mail
Comment 1 Yves KONDOSZEK 2011-11-04 10:39:44 UTC
Problem fixed, it was a libraries configuration problem.
I'll write the section in the wiki.