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 331731 - cvs fails to launch -- glibc detected invalid pointer in free
cvs fails to launch -- glibc detected invalid pointer in free
Status: RESOLVED DUPLICATE of bug 332720
Product: evolution
Classification: Applications
Component: Shell
2.6.x
Other Linux
: Urgent critical
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
: 332314 332527 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-02-19 01:04 UTC by Elijah Newren
Modified: 2013-09-13 01:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elijah Newren 2006-02-19 01:04:18 UTC
Running with CVS HEAD as of today, I get...

1082 newren@amr:tmp/blablabla$ gdb $(which evolution-2.6)
<snip>

(gdb) run
Starting program: /export/home/b/gnome2/bin/evolution-2.6
[Thread debugging using libthread_db enabled]
[New Thread -1208142144 (LWP 13054)]
CalDAV Eplugin starting up ...
*** glibc detected *** free(): invalid pointer: 0x09ee2260 ***

Program received signal SIGABRT, Aborted.

Thread NaN (LWP 13054)

  • #0 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #1 raise
    from /lib/tls/libc.so.6
  • #2 abort
    from /lib/tls/libc.so.6
  • #3 __libc_message
    from /lib/tls/libc.so.6
  • #4 _int_free
    from /lib/tls/libc.so.6
  • #5 free
    from /lib/tls/libc.so.6
  • #6 IA__g_free
    at gmem.c line 187
  • #7 org_gnome_default_mailer_check_default
    at default-mailer.c line 50
  • #8 epl_invoke
    at e-plugin.c line 863
  • #9 e_plugin_invoke
    at e-plugin.c line 652
  • #10 emph_event_handle
    at e-event.c line 407
  • #11 e_event_emit
    at e-event.c line 296
  • #12 e_shell_attempt_upgrade
    at e-shell.c line 905
  • #13 e_shell_construct
    at e-shell.c line 689
  • #14 e_shell_new
  • #15 idle_cb
    at main.c line 347
  • #16 g_idle_dispatch
    at gmain.c line 3796
  • #17 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #18 g_main_context_iterate
    at gmain.c line 2547
  • #19 IA__g_main_loop_run
    at gmain.c line 2751
  • #20 bonobo_main
    at bonobo-main.c line 311
  • #21 main
    at main.c line 603

Comment 1 Claudio Saavedra 2006-02-19 13:49:46 UTC
I reproduce this with the same backtrace. Confirming.

Simple duplicated finder shows several similar backtraces.
Comment 2 Elijah Newren 2006-02-19 14:12:11 UTC
(In reply to comment #1)
> Simple duplicated finder shows several similar backtraces.

The simple-dup-finder is kinda stupid about picking function names to match against; in this case, it does really poorly.  Try searching on just one of the evo function names, e.g.
http://bugzilla.gnome.org/buglist.cgi?query=org_gnome_default_mailer_check_default 
and you'll see it's unique.  :)
Comment 3 Claudio Saavedra 2006-02-19 18:49:29 UTC
Hey Elijah, 

I didn't knew that trick. Thank you :-)
Comment 4 Karsten Bräckelmann 2006-02-23 16:07:23 UTC
*** Bug 332314 has been marked as a duplicate of this bug. ***
Comment 5 Karsten Bräckelmann 2006-02-25 15:23:51 UTC
*** Bug 332527 has been marked as a duplicate of this bug. ***
Comment 6 Srinivasa Ragavan 2006-03-01 16:17:34 UTC
Hey I fixed the dupe of it. It should be fixed in 2.5.92

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