GNOME Bugzilla – Bug 349029
crash
Last modified: 2006-07-29 18:50:15 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 ()
+ Trace 69722
Thread 1 (Thread -1223547200 (LWP 7659))
----------------------------------------------------------------------------------------------------- "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 -------
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.
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.
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.
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 ***
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.
Ø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 ***