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 349029 - crash
crash
Status: RESOLVED DUPLICATE of bug 348941
Product: nautilus-sendto
Classification: Applications
Component: general
unspecified
Other other
: High critical
: ---
Assigned To: Roberto Majadas
Roberto Majadas
Depends on:
Blocks:
 
 
Reported: 2006-07-28 02:36 UTC by shazan25
Modified: 2006-07-29 18:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description shazan25 2006-07-28 02:36:17 UTC
From: Elard Encinas Vera <shazan25@gmail.com>
To: submit@bugs.gnome.org
X-Mailer: bug-buddy 2.14.0
Subject: crash

Distribution: Ubuntu 6.06 (dapper)
Package: nautilus-sendto
Severity: Normal
Version: GNOME2.14.2 unspecified
Gnome-Distributor: Ubuntu
Synopsis: no me funciono
Bugzilla-Product: nautilus-sendto
Bugzilla-Component: general
Bugzilla-Version: unspecified
BugBuddy-GnomeVersion: 2.0 (2.14.1)
Description:
Description of the crash:


Steps to reproduce the crash:
1. al darle enviar a se colgo
2. nunca lo mando a ningun lugar
3.

Expected Results:


How often does this happen?


Additional Information:



Debugging Information:

Backtrace was generated from '/usr/bin/nautilus-sendto'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1223547200 (LWP 7659)]
[New Thread -1252004944 (LWP 7670)]
[New Thread -1243612240 (LWP 7662)]
(no debugging symbols found)
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1223547200 (LWP 7659))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #6 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #7 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #8 g_log
    from /usr/lib/libglib-2.0.so.0
  • #9 add_evolution_contacts_to_model
    from /usr/lib/nautilus-sendto/plugins/libevolution.so
  • #10 add_evolution_contacts_to_model
    from /usr/lib/nautilus-sendto/plugins/libevolution.so
  • #11 set_contact_widgets
  • #12 nautilus_sendto_create_ui
  • #13 main
  • #0 __kernel_vsyscall

-----------------------------------------------------------------------------------------------------
"La creencia en un enlace universal de compartir que conecta a toda la
humanidad."
"Apenas has cenado, y aunque escrupulosamente el matadero se esconde
en la graciosa distancia de millas, hay complicidad"...
"Si los mataderos tuvieran paredes de cristal, todos ser\xEDan vegetarianos"...
"La gente dice con frecuencia que los humanos siempre han comido
carne, como si \xE9sta fuera una justificaci\xF3n para continuar la
pr\xE1ctica. De acuerdo con esta l\xF3gica, no deber\xEDamos tratar de evitar
que la gente mate a otra gente dado que esto tambi\xE9n ha sucedido desde
el comienzo de los tiempos"...
"Cuando Herman era testigo de la matanza de animales y peces, siempre
ten\xEDa la misma idea: En su comportamiento para con los animales, todos
los hombres son nazis."

Ralph Waldo Emerson, Linda y Paul McCartney, Isaac Bashevis Singer y
Jeremy Bentham, gracias: rociopukie
http://www.jlodown.com/indexEsp.asp
                                                         ELARD ENCINAS




------- Bug created by bug-buddy at 2006-07-28 02:36 -------

Comment 1 Øystein Gisnås 2006-07-28 07:18:48 UTC
The steps to reproduce are a bit unclear to me. Any spanish speakers here?

Telling from the backtrace, I would say one of the three g_errors in dd_evolution_contacts_to_model (src/plugins/evolution.c) have been triggered, resulting in a call to abort(). I'm pretty sure the patch in #348941 will avoid this kind of crash.
Comment 2 Daniel Holbach 2006-07-28 08:43:26 UTC
https://launchpad.net/distros/ubuntu/+source/nautilus-sendto/+bug/41915 has a similar backtrace. It seems to be enough to just rightclick on a file and try to send to somebody.
Comment 3 Daniel Holbach 2006-07-28 11:33:39 UTC
The reporter tried the patch of bug 348941 and it works nicely. The bugs should probably marked as duplicate and the patch get a review.
Comment 4 Karsten Bräckelmann 2006-07-28 20:35:00 UTC
Actually, this is yet another duplicate of bug 317081. Identical stacktrace.

Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 317081 ***
Comment 5 Øystein Gisnås 2006-07-29 06:00:20 UTC
If you look very closely at the stacktraces, you'll see that this is not a duplicate of bug 317081. This is more easily seen with debug symbols enabled because the line numbers differ. There are basically two classes of crashes.

The first type is the strlen() of a NULL contact reported in bug 317081, bug 317367, bug 322557, and bug 324169. The fix for this was included starting with release 0.5.

The other type is one of the g_alerts called because the address book could not be created/opened/read. Comment #27 in bug 317081 includes the bt of this, but he never reported a new bug. Bug 318139, bug 342598, bug 343819, bug 343863, bug 346431, bug 346453, bug 347059, bug 347943, and now this one is about this problem, and should not have been duplicated with the ones that are resolved. It should ring a bell when so many people report it with version 0.5 installed. Now can someone make sure these ones duplicate each other and keep one open? As I stated in comment #1, my patch for multi addressbook lookup fixes the crash as verified in comment #3. In other words, review and commit the patch in bug 348941 to fix this.
Comment 6 Karsten Bräckelmann 2006-07-29 18:50:15 UTC
Øystein, thanks for pointing out these oversights and the deep insight. Good catch.

Correcting the false duplicates. I am going to raise the priority of bug 348941 as well, to make the developers more aware of this issue and your patch.


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