Awn

core dump in awn since last update

Bug #220121 reported by Daniel
8
Affects Status Importance Assigned to Milestone
Awn
Fix Released
Medium
Mark Lee

Bug Description

since update of 08/04/21 awn can't launch

command:
"daniel@daniel-desktop:~$ avant-window-navigator"
returns error message:

Screen is composited.
APPLET : /usr/lib/awn/applets/main-menu.desktop

** (avant-window-navigator:6159): WARNING **: Could not get the value of 'Exec' from 'file:///home/daniel/.gnome2/panel2.d/default/launchers/daniel.desktop': Le fichier de clés n'a pas de clé « Exec »
LOADED : /home/daniel/.gnome2/panel2.d/default/launchers/daniel.desktop
LOADED : /usr/share/applications/firefox.desktop

** (avant-window-navigator:6159): WARNING **: Desktop file '/usr/share/applications/thunderbird.desktop' has malformed Icon key 'thunderbird.png'(should not include extension)
LOADED : /usr/share/applications/thunderbird.desktop
LOADED : /usr/share/applications/transmission.desktop
LOADED : /usr/share/applications/amsn.desktop

** (avant-window-navigator:6159): WARNING **: Could not load the desktop item at '/home/daniel/.gnome2/panel2.d/default/launchers/daniel-1.desktop': Aucun fichier ou dossier de ce type
Erreur de segmentation

Revision history for this message
Mark Lee (malept) wrote :

Which Linux distribution (and version number) are you using?

How did you install Awn?

Could you please create a backtrace? Instructions for doing so are at the wiki:
http://wiki.awn-project.org/SubmittingBugReports#Producing_a_good_backtrace

Changed in awn:
status: New → Incomplete
Revision history for this message
Daniel (bigweld) wrote :

Running Ubuntu 8.04 fresh install no trace of old installs.
2.6.24-16-generic kernel
GC ati Radeon 9600SE. Compiz. Metacity.

avant-window-navigator-bzr (0.3.1.bzr223.1-hardy) installed via reacocard repository. Updated today.

Backtrace don't give any informations

 > daniel@daniel-desktop:~$ gdb avant-window-navigator
 >GNU gdb 6.8-debian
 >Copyright (C) 2008 Free Software Foundation, Inc.
 >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 >This is free software: you are free to change and redistribute it.
 >There is NO WARRANTY, to the extent permitted by law. Type "show copying"
 >and "show warranty" for details.
 >This GDB was configured as "i486-linux-gnu"...
 >(no debugging symbols found)
 >(gdb) bt
 >No default breakpoint address now.
 >(gdb)

Revision history for this message
Mark Lee (malept) wrote :

You have to type "run", then avant-window-navigator should start running. When a line of output says SIGSEGV and drops you back to the (gdb) prompt, then you type "bt".

Revision history for this message
Daniel (bigweld) wrote :

(gdb) bt
#0 0xb7825447 in egg_desktop_file_get_icon () from /usr/lib/libawn.so.0
#1 0x080566a9 in awn_task_set_launcher (task=0x81b7040, item=0x81b4f80)
    at awn-task.c:974
#2 0x0805bfea in _load_launchers_func (
    uri=0x80aedb0 "/home/daniel/.gnome2/panel2.d/default/launchers/daniel-1.desktop", task_manager=0x81b2810) at awn-task-manager.c:129
#3 0xb797bb11 in g_slist_foreach () from /usr/lib/libglib-2.0.so.0
#4 0x0805bd5e in awn_task_manager_new (settings=0x80917b8)
    at awn-task-manager.c:160
#5 0x0804f950 in _load_taskmanager (manager=0x80c3c18)
    at awn-applet-manager.c:110
#6 0x0804fbf1 in awn_applet_manager_load_applets (manager=0x80c3c18)
    at awn-applet-manager.c:230
#7 0x0804eb01 in composited_changed (screen=0x80880b0, s=0x80917b8)
    at main.c:573
#8 0x0804f223 in main (argc=1, argv=0xbfb040b4) at main.c:281
(gdb)

Revision history for this message
Daniel (bigweld) wrote :

I don't know if it can help, but AWN works in a new account created this evening...

Revision history for this message
Mark Lee (malept) wrote :

Could you attach this file to the bug:

/home/daniel/.gnome2/panel2.d/default/launchers/daniel-1.desktop

Changed in awn:
assignee: nobody → malept
importance: Undecided → Medium
milestone: none → 0.2.8
Revision history for this message
Daniel (bigweld) wrote :

As the first error message says this file:
>/home/daniel/.gnome2/panel2.d/default/launchers/daniel-1.desktop
Doesn't exist...either anywhere in the file system
The parent directory
 >/home/daniel/.gnome2/panel2.d/default/launchers/
Is currently empty and only stocks launchers added via awn-manager
  Before the upgrade the following applets where activated
Cairo-menu/Quick logout/weather/trash
  The following launcher where installed
Thunderbird/firefox/Transmission/Rhythmbox/Brasero
These launchers where added to AWN bar in a graphical way (pick in main menu and slide to the running bar)

If I create a new account (named simple i.e.), AWN seems to work and no reference to a file simple-1.desktop appears in /home/simple/.gnome2/panel2.d/default/launchers/

Revision history for this message
Mark Lee (malept) wrote :

Oh, OK. My French isn't very good. I'll push a fix sometime today, and hopefully reacocard will have it in his repository soon.

description: updated
Changed in awn:
status: Incomplete → In Progress
Revision history for this message
Daniel (bigweld) wrote :

Oups!!
I try to translate:
Quot.(post#1)>** (avant-window-navigator:6159): WARNING **: Could not get the value of 'Exec' from 'file:///home/daniel/.gnome2/panel2.d/default/launchers/daniel.desktop': Le fichier de clés n'a pas de clé « Exec »
Trans.>** (avant-window-navigator:6159): WARNING **: Could not get the value of 'Exec' from 'file:///home/daniel/.gnome2/panel2.d/default/launchers/daniel.desktop':The "Keys file"(A file which contains Keys??) haven't got "Exec" KEY

Quot.(post#1) >** (avant-window-navigator:6159): WARNING **: Could not load the desktop item at '/home/daniel/.gnome2/panel2.d/default/launchers/daniel-1.desktop': Aucun fichier ou dossier de ce type
TRans.>** (avant-window-navigator:6159): WARNING **: Could not load the desktop item at '/home/daniel/.gnome2/panel2.d/default/launchers/daniel-1.desktop': No such file or directory

Quot.>Erreur de segmentation --Trans.>Segmentation fault?

Revision history for this message
Mark Lee (malept) wrote :

Could you please try the latest packages in reacocard's repository? They were updated in the last 18 hours or so.

Revision history for this message
wim vandenbussche (vandenbussche-wim) wrote :

problem solved with the new update.
Thanks a lot!

Revision history for this message
Mark Lee (malept) wrote :

I'll mark this as "Fix Committed", then, unless someone finds that this behavior still occurs.

Changed in awn:
status: In Progress → Fix Committed
Revision history for this message
Daniel (bigweld) wrote :

I confirm .
Last update solved the problem.

moonbeam (rcryderman)
Changed in awn:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.