After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 668272 - Crash in camel_pop3_engine_command_new at camel-pop3-engine.c:414
Crash in camel_pop3_engine_command_new at camel-pop3-engine.c:414
Status: RESOLVED DUPLICATE of bug 578692
Product: evolution
Classification: Applications
Component: Mailer
3.2.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[pop]
Depends on:
Blocks:
 
 
Reported: 2012-01-19 14:57 UTC by Paul Menzel
Modified: 2015-04-29 12:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paul Menzel 2012-01-19 14:57:38 UTC
Using Debian Sid/unstable Evolution 3.2.2 crashed when resuming the system and focusing Evolution. But I could have crashed beforehand already.

Starting program: /usr/bin/evolution 
[Thread debugging using libthread_db enabled]
[…]
[Thread 0xd0f9cb70 (LWP 4228) exited]
[Thread 0xd97d9b70 (LWP 4178) exited]
[Thread 0xd87d7b70 (LWP 4183) exited]
[Thread 0xda7dbb70 (LWP 4177) exited]
[Thread 0xd6fd4b70 (LWP 4184) exited]
[Thread 0xd5fd2b70 (LWP 4185) exited]
[Thread 0xd77d5b70 (LWP 4173) exited]
[Thread 0xdbf65b70 (LWP 4118) exited]
[Thread 0xd67d3b70 (LWP 4162) exited]
[Thread 0xd8fd8b70 (LWP 4182) exited]
[Thread 0xd9fdab70 (LWP 4172) exited]

[$ t a a bt full]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xd7fd6b70 (LWP 510)]
camel_pop3_engine_command_new (pe=0x0, flags=0, func=0, data=0x0, cancellable=0x0, error=0x0, fmt=0xecfcb498 "DELE %u\r\n")
    at camel-pop3-engine.c:414
414	camel-pop3-engine.c: Datei oder Verzeichnis nicht gefunden.
	in camel-pop3-engine.c

Thread 2 (Thread 0xf4baab70 (LWP 29195))

  • #0 __kernel_vsyscall
  • #1 read
    at ../sysdeps/unix/syscall-template.S line 82
  • #2 unix_signal_helper_thread
    at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./glib/gmain.c line 4542
  • #3 g_thread_create_proxy
    at /build/buildd-glib2.0_2.30.2-4-i386-4jiwMk/glib2.0-2.30.2/./glib/gthread.c line 1962
  • #4 start_thread
    at pthread_create.c line 304
  • #5 clone
    at ../sysdeps/unix/sysv/linux/i386/clone.S line 130
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Continuing.
[Thread 0xcc058b70 (LWP 4174) exited]
[Thread 0xd7fd6b70 (LWP 510) exited]
[Thread 0xf3470b70 (LWP 29220) exited]
[Thread 0xf4baab70 (LWP 29195) exited]
[Thread 0xf43a9b70 (LWP 29197) exited]

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.

Please tell me if any password or private data is leaked with this backtrace.
Comment 1 Milan Crha 2012-04-18 10:48:22 UTC
> Please tell me if any password or private data is leaked with this backtrace.

I usually search for "pass" (quotes for clarity only) in the backtrace to check whether password is there or not. Whether any private data are leaked I cannot tell, it depends on each individual what he/she calls 'private data', but I do not consider anything private being exposed there.
Comment 2 Milan Crha 2015-04-29 12:47:53 UTC

*** This bug has been marked as a duplicate of bug 578692 ***