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 704384 - Crash when try to create a new note in 64 bits version
Crash when try to create a new note in 64 bits version
Status: RESOLVED DUPLICATE of bug 703700
Product: bijiben
Classification: Applications
Component: general
unspecified
Other Linux
: Normal critical
: ---
Assigned To: Bijiben maintainer(s)
Bijiben maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-07-17 11:08 UTC by Christian
Modified: 2013-07-17 12:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian 2013-07-17 11:08:22 UTC
The issue reported in https://bugzilla.gnome.org/show_bug.cgi?id=697922 happens also on x86_64.

1. Run bijiben (3.8.2)
2. Click the "New" button
3. type something
3. segmentation fault (core dumped)  bijiben

System: Linux t61 3.9.9-1-ARCH #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013 x86_64 GNU/Linux

(gdb) b bjb_controller_add_note
Function "bjb_controller_add_note" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y

Breakpoint 1 (bjb_controller_add_note) pending.
(gdb) run
Starting program: /usr/bin/bijiben 
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe4781700 (LWP 11007)]
[New Thread 0x7fffe3f80700 (LWP 11008)]
[New Thread 0x7fffe101f700 (LWP 11009)]
[New Thread 0x7fffcc0c1700 (LWP 11011)]
[Thread 0x7fffcc0c1700 (LWP 11011) exited]
[New Thread 0x7fffcc0c1700 (LWP 11012)]
[New Thread 0x7fffc97c0700 (LWP 11013)]
[New Thread 0x7fff83ffd700 (LWP 11014)]
[New Thread 0x7fff837fc700 (LWP 11015)]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff78ca170 in tracker_sparql_connection_update_async ()
   from /usr/lib/libtracker-sparql-0.16.so.0
Comment 1 Christian 2013-07-17 11:10:31 UTC
sorry linked to the wrong bug report above
correct one: https://bugzilla.gnome.org/show_bug.cgi?id=697921
Comment 2 Pierre-Yves Luyten 2013-07-17 11:24:17 UTC
Hello Christian, thanks for the report.


Actually it seems different from 697921. Can you precise the distro?

If we're lucky you do not have "tracker" installed, but just the library (see https://bugzilla.gnome.org/show_bug.cgi?id=703700)
Comment 3 Christian 2013-07-17 11:38:45 UTC
hey Pierre, it is an Arch Linux
(Linux t61 3.9.9-1-ARCH #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013 x86_64 GNU/Linux) gnome version 3.8.3

nope tracker was not installed :)
with tracker installed it seems to work out fine
Comment 4 Pierre-Yves Luyten 2013-07-17 12:06:21 UTC
great! i'll try to improve the situation on 3.8 branch too.

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