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 393847 - Panels don't work and bug buddy is busy reporting bugs
Panels don't work and bug buddy is busy reporting bugs
Status: RESOLVED DUPLICATE of bug 358044
Product: gnome-panel
Classification: Other
Component: panel
unspecified
Other All
: Normal critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-07 10:16 UTC by mts
Modified: 2007-01-07 19:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description mts 2007-01-07 10:16:35 UTC
Steps to reproduce:
1. 
2. 
3. 


Stack trace:
Memory status: size: 64110592 vsize: 0 resident: 64110592 share: 0 rss: 16506880 rss_rlim: 0
CPU usage: start_time: 1168162227 rtime: 0 utime: 55 stime: 0 cutime:49 cstime: 0 timeout: 6 it_real_value: 0 frequency: 0

Backtrace was generated from '/usr/bin/gnome-panel'

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1225378128 (LWP 7458)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1225378128 (LWP 7458))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 874
  • #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 IA__g_logv
  • #8 IA__g_log
  • #9 IA__g_assert_warning
    at gmessages.c line 552
  • #10 IA__gtk_recent_info_get_short_name
    at gtkrecentmanager.c line 2208
  • #11 IA__gtk_recent_info_get_display_name
    at gtkrecentmanager.c line 1588
  • #12 idle_populate_func
    at gtkrecentchoosermenu.c line 902
  • #13 g_idle_dispatch
    at gmain.c line 3926
  • #14 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #15 g_main_context_iterate
    at gmain.c line 2677
  • #16 IA__g_main_loop_run
    at gmain.c line 2881
  • #17 IA__gtk_main
    at gtkmain.c line 1024
  • #18 main
    at main.c line 95
  • #0 __kernel_

Other information:
from bug 393563

------- Comment #6 from Jens Granseuer  2007-01-06 23:49 UTC ------- Trace is much better now. Only way to improve it further would be to recompile glib and gtk+ without optimizations.
Anyway, I'll mark this as a duplicate again, since the bug that's been closed contains a lot of other duplicates, but I'll reopen the other bug. Please add all further info to that bug. 

I'm quite new with linux so can you explain what you mean by:

"Only way to improve it further would be to recompile glib and gtk+ without optimizations."

I'll do my best to improve my bugreport.
Comment 1 mts 2007-01-07 13:41:24 UTC

*** This bug has been marked as a duplicate of 358044 ***
Comment 2 Jens Granseuer 2007-01-07 14:24:59 UTC
> I'm quite new with linux so can you explain what you mean by:
> "Only way to improve it further would be to recompile glib and gtk+ without
> optimizations."
> 
> I'll do my best to improve my bugreport.

In your trace you can see output like

  depth = <value optimized out>

This means that the compiler was told to optimize the code when the application was built. As a result, the variable (in this case "depth") doesn't exist anymore in the optimized program. To fix this you have to recompile the program (and the libraries of interest, e.g. the "depth" variable is in glib) without optimizations (the -O0 switch to gcc). The best way to recompile a package differs from distribution to distribution, but in this case, I don't think it's worth the effort, unless someone explicitly asks for it. As far as I can see, all the important bits are already in your "optimized" trace.

It would be interesting if you could add a more exact step-by-step description of how to reproduce the bug to bug 358044, though.
Comment 3 mts 2007-01-07 15:29:44 UTC
First of all, I made a copy (.iso) of dvd movie to my computer. When testing if it's working i dragged it to my VLC media player, nothing happened, exept endles extracting. So i stopped extracting and tried it again with right click and extract here. Didn't work any better. Somewhere in the middle of this extracting hazzle I restarted my computer. And then it started... First panels come visible and if I'm quick i can launch my synaptic from my bottom panel before it freezes. Upper panel don't work at all alltough it's visible. I have to close Bug Buddy about ten times before it leaves me alone, that's when the panels disappears too. 
Comment 4 mts 2007-01-07 15:47:08 UTC
I've done some research about other duplicates to bug 358044. Atleast four of them are similar to my case and three of them with .iso -image.
366658
374445
382227
393448
Comment 5 mts 2007-01-07 17:05:41 UTC
I have two users in my computer, another user-account works fine!
Can I reset my panel settings somehow?
Comment 6 Jens Granseuer 2007-01-07 17:27:14 UTC
You can try removing stuff from under ~/.gnome-2.0
Until we know what's causing the problem it's difficult to know what needs to be removed, though.
Comment 7 mts 2007-01-07 19:53:00 UTC
I renamed the whole directory... didn't help!