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 659970 - While on help, it closes itself it you try to search something
While on help, it closes itself it you try to search something
Status: RESOLVED DUPLICATE of bug 736312
Product: yelp
Classification: Applications
Component: Crashers
3.1.x
Other Linux
: Normal critical
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-23 20:50 UTC by Nivaldo Henrique Bondança
Modified: 2014-09-11 15:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nivaldo Henrique Bondança 2011-09-23 20:50:02 UTC
Entry on help (F1), then on the search bar type something and press <enter>, this will close the help.

But you have to hit <enter>, if you click on some of the suggestion, it will go smoothly.

I just pulled from the repository, and I use the Ubuntu 11.04.
Comment 1 Fabio Durán Verdugo 2011-09-23 23:55:01 UTC
this is a crash
Thanks for taking the time to report this bug.
Without a stack trace from the crash it's very hard to determine what caused it.
Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 José Aliste 2011-09-24 00:05:44 UTC
NIvaldo, can you describe more precisely what happens? Which search bar are you talking about?
Comment 3 Fabio Durán Verdugo 2011-09-24 01:43:28 UTC
And Nivaldo can you say what is the exact evince version and yelp version? because from git master and follow your description I can't reproduce. thank
Comment 4 Fabio Durán Verdugo 2011-09-24 02:07:25 UTC
OK, I get the crash this crash is a yelp problem, is a malloc fails, but I can't get the crash with valgrind execute yelp ghelp:evince

Only I get the thread backtrace
more info https://bugs.launchpad.net/ubuntu/+source/yelp/+bug/857944

.

Thread 1 (Thread 0xb6a60880 (LWP 25346))

  • #0 malloc_consolidate
    at malloc.c line 5155
  • #1 malloc_consolidate
    at malloc.c line 5089
  • #2 _int_malloc
    at malloc.c line 4373
  • #3 __GI___libc_malloc
    at malloc.c line 3660
  • #4 sqlite3MemMalloc
    at sqlite3.c line 14768
  • #5 mallocWithAlarm
    at sqlite3.c line 18281
  • #6 sqlite3Malloc
    at sqlite3.c line 18314
  • #7 sqlite3Malloc
    at sqlite3.c line 18301
  • #8 sqlite3DbMallocRaw
    at sqlite3.c line 18646
  • #9 sqlite3DbMallocZero
    at sqlite3.c line 18590
  • #10 sqlite3Prepare
    at sqlite3.c line 90144
  • #11 sqlite3LockAndPrepare
    at sqlite3.c line 90306
  • #12 sqlite3LockAndPrepare
    at sqlite3.c line 24753
  • #13 yelp_sqlite_storage_get_root_title
    at yelp-sqlite-storage.c line 302
  • #14 yelp_storage_get_root_title
    at yelp-storage.c line 103
  • #15 yelp_document_get_root_title
    at yelp-document.c line 637
  • #16 document_callback
    at yelp-view.c line 1985
  • #17 request_idle_info
    at yelp-document.c line 1374
  • #18 g_idle_dispatch
    at /build/buildd/glib2.0-2.29.92/./glib/gmain.c line 4801
  • #19 g_main_dispatch
    at /build/buildd/glib2.0-2.29.92/./glib/gmain.c line 2441
  • #20 g_main_context_dispatch
    at /build/buildd/glib2.0-2.29.92/./glib/gmain.c line 3011
  • #21 g_main_context_iterate
    at /build/buildd/glib2.0-2.29.92/./glib/gmain.c line 3089
  • #22 g_main_loop_run
    at /build/buildd/glib2.0-2.29.92/./glib/gmain.c line 3297
  • #23 gtk_main
    at /build/buildd/gtk+3.0-3.1.92/./gtk/gtkmain.c line 1367
  • #24 gtk_application_run_mainloop
    at /build/buildd/gtk+3.0-3.1.92/./gtk/gtkapplication.c line 115
  • #25 g_application_run
    at /build/buildd/glib2.0-2.29.92/./gio/gapplication.c line 1323
  • #26 main
    at yelp.c line 50

Comment 5 Shaun McCance 2011-09-24 15:55:27 UTC
What version of Yelp is this? This looks a lot like a bug that was fixed in 3.1.2.
Comment 6 Fabio Durán Verdugo 2011-09-26 01:52:55 UTC
Shaun the version is yelp 3.1.4



fabio@megatron:~$ dpkg -l |grep yelp
ii  libyelp0                                 3.1.4-0ubuntu1                                                   Library for the GNOME help browser
ii  yelp                                     3.1.4-0ubuntu1                                                   Help browser for GNOME
ii  yelp-xsl                                 3.1.6-0ubuntu1                                                   XSL stylesheets for the yelp help browser
fabio@megatron:~$
Comment 7 Shaun McCance 2011-09-26 02:52:42 UTC
I can't seem to reproduce, but it's definitely not that old fixed bug, so I'm marking the bug NEW.
Comment 8 Nivaldo Henrique Bondança 2011-09-26 14:58:45 UTC
Here's a link to the reproduction of the bug http://vimeo.com/29608142
Comment 9 Shaun McCance 2014-09-11 15:17:59 UTC
Looks like this is the saame as #736312. Marking duplicate here since that one has a patch.

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