Home Forums Wiki Doc Install Extras Screenshots Source Code Projects Blog Users Groups Register
Glx-Dock / Cairo-Dock List of forums Git Version | Version Git Crash CD au démarrage de session version 3.2.99.alpha2.1~20130718~bzr1573-0ubuntu1~ppa0~raring
The latest stable release is the *3.4.0* : How to install it here.
Note: We just switched from BZR to Git on Github! (only to host the code and your future pull requests)
Git Version | Version Git

Subjects Author Language Messages Last message
[Locked] Crash CD au démarrage de session version 3.2.99.alpha2.1~20130718~bzr1573-0ubuntu1~ppa0~raring
ronan Français 17 matttbe [Read]
30 July 2013 à 17:54

ronan, Friday 19 July 2013 à 11:17


Subscription date : 24 April 2012
Messages : 38
bonjour,

depuis 2 mises à jour, je remarque un plantage fréquent au démarrage de la session CD, et plus particulièrement à la mise à jour d'hier (3.2.99.alpha2.1~20130718~bzr1573-0ubuntu1~ppa0~raring).

ubuntu 13.04
version CD : 3.2.99.alpha2.1~20130718~bzr1573-0ubuntu1~ppa0~raring

mais une fois, le fond d'écran affiché, j'ouvre un terminal et lance la commande "cairo-dock", tout se passe normalement.

J'ai suivi le tuto : http://glx-dock.org/ww_page.php?p=ddd#5-Un%20bug%20uniquement%20au%20d%C3%A9marrage?

Je n'arrive pas à lancer le débug au lancement d'une session cairo-dock.

Voici les commandes pour modifier le démarrage de session :
# cd /usr/share/xsessions
# ls
cairo-dock.desktop

# cat cairo-dock.desktop
[Desktop Entry]
Name=Cairo-Dock (GNOME)
Comment=This session logs you into GNOME with Cairo-Dock.
Exec=gnome-session --session=cairo-dock
TryExec=cairo-dock-session
Icon=
Type=Application
Name[fr_FR]=cairo-dock


merci de m'indiquer comment modifier ce fichier afin de lancer le debug.

Voici mon essai :

[Desktop Entry]
Name=Cairo-Dock (GNOME)
Comment=This session logs you into GNOME with Cairo-Dock.
Exec=gnome-session --session=cairo-dock
TryExec=gdb -x /home/ronan/gdb_commands.txt cairo-dock-session
Icon=
Type=Application
Name[fr_FR]=cairo-dock


Merci d'avance

matttbe, Friday 19 July 2013 à 23:04


Subscription date : 24 January 2009
Messages : 12573
En effet, je vois le souci. Je viens d'ajouter une note dans le Wiki
Note: si vous utilisez la session Cairo-Dock, vous devez réécrire le lanceur actuel (il sera lancé en priorité):
mkdir -p ~/.config/autostart/
cp /usr/share/applications/cairo-dock.desktop ~/.config/autostart/
Ensuite, éditez ce fichier ~/.config/autostart/cairo-dock.desktop en remplaçant la ligne avec Exec par :
Exec=gdb -x ~/gdb_commands.txt cairo-dock
(ou utilisez l'outil de votre environnement de bureau)

ronan, Friday 19 July 2013 à 23:12


Subscription date : 24 April 2012
Messages : 38
Merci je n'aurai jamais deviné.

et voilà le debug, c'est pas très long, mais j'espère que c'est bon

276    /build/buildd/cairo-dock-3.2.99.alpha2.1~20130718~bzr1573/src/cairo-dock.c: Aucun fichier ou dossier de ce type.
~/gdb_commands.txt:4: Error in sourced command file:
No stack.
(gdb) quit


bon courage

matttbe, Friday 19 July 2013 à 23:22


Subscription date : 24 January 2009
Messages : 12573
Merci
Par contre, il y a une erreur avec les commandes données. Il y avait bien une erreur dans le script pour produire gdb_commands (maintenant corrigé sur le wiki) mais c'est après la ligne 4.
Enfin, pour l'erreur, peux-tu ouvrir le fichier gdb_commands.txt et vérifier qu'elle contient bien la ligne:
x/16i $pc
(et pas juste x/16i)

PS: es-tu certain qu'il a bien craché?

PS²: pour avoir plus d'info, pourrais-tu demander à ce que gdb soit lancé dans le terminal? 2 choses à faire:
  • Ajouter la ligne suivante à la fin du fichier ~/.config/autostart/cairo-dock.desktop
    Terminal=true
  • Retirer les 2 dernières lignes (quit - y) de ~/gdb_commands.txt

ronan, Friday 19 July 2013 à 23:42


Subscription date : 24 April 2012
Messages : 38
c'est :
x/16i \$pc

comme dans le tuto
ou
x/16i $pc

comme dans ton post?

mon fichier gdb_commands.txt contenait
x/16i $pc


PS: es-tu certain qu'il a bien craché?


Je ne vois aucune barre de Cairo-dock.

Une analyse par top ne montre pas de cairo-dock.

J'ai testé avec les 2 types de syntaxe, je pense avoir fait ce que tu as demandé :
PS²: pour avoir plus d'info, pourrais-tu demander à ce que gdb soit lancé dans le terminal? 2 choses à faire:

Ajouter la ligne suivante à la fin du fichier ~/.config/autostart/cairo-dock.desktop
Terminal=true
Retirer les 2 dernières lignes (quit - y) de ~/gdb_commands.txt


j'ai le même résultat dans gdb.txt.
Je suis censé voir un terminal à l'ouverture de session?

PS: maintenant compiz ne démarre plus

matttbe, Friday 19 July 2013 à 23:51


Subscription date : 24 January 2009
Messages : 12573
ronan :
c'est :
x/16i \$pc

comme dans le tuto
ou
x/16i $pc

comme dans ton post?

mon fichier gdb_commands.txt contenait
x/16i $pc
C'est juste que dans le wiki, il y a un "echo (...)" et donc il faut échapper le '$' sinon il va remplacer "$pc" par rien en théorie.

Je vois vite fait au démarrage les contours d'un "widget" mais pas le contenu et puis plus rien.
Bizarre car il dit 'no stack' ce qui signifie aussi 'pas de crash'. Il n'y aurait rien qui fermerait le dock au démarrage?

Je suis censé voir un terminal à l'ouverture de session?
Oui et il ne devrait pas se fermé puisque GDB est toujours en fonctionnement (il ne se quite que si on donne la commande 'quit'.

ronan, Saturday 20 July 2013 à 00:01


Subscription date : 24 April 2012
Messages : 38
Bizarre car il dit 'no stack' ce qui signifie aussi 'pas de crash'. Il n'y aurait rien qui fermerait le dock au démarrage?

désolé j'ai édité entre temps, je me rappelai de ça mais je crois que c'était avant la mise à jour d'hier

Oui et il ne devrait pas se fermé puisque GDB est toujours en fonctionnement (il ne se quite que si on donne la commande 'quit'.

si je le met après "Categories=System;", ça ne fonctionne pas.

maintenant ça crashe même quand je le lance dans le terminal
? ~ cairo-dock

============================================================================
    Cairo-Dock version : 3.2.99.alpha2
    Compiled date : Jul 18 2013 14:05:41
    Built with GTK : 3.6
    Running with OpenGL: 1
============================================================================

Launcher-API-Daemon: registered as Unity: <dbus.service.BusName com.canonical.Unity on <dbus._dbus.SessionBus (session) at 0xb6f2808c> at 0xb6f19bec>
connect...
-> connected to cairo-dock
('new owner:', dbus.UTF8String(':1.58'))
Launcher-API-Daemon: Update application://nautilus.desktop with dbus.Dictionary({dbus.String(u'count'): dbus.Int64(0L, variant_level=1), dbus.String(u'progress-visible'): dbus.Boolean(False, variant_level=1), dbus.String(u'count-visible'): dbus.Boolean(False, variant_level=1), dbus.String(u'quicklist'): dbus.ObjectPath('/com/canonical/unity/launcherentry/706927342', variant_level=1), dbus.String(u'urgent'): dbus.Boolean(False, variant_level=1), dbus.String(u'progress'): dbus.Double(0.0, variant_level=1)}, signature=dbus.Signature('sv'))
Launcher-API-Daemon: set_count (0)
Launcher-API-Daemon: set_progress (0.00)
IndicatorObject class does not have an accessible description.
cairo_dock_set_image_on_icon (/usr/share/cairo-dock/plug-ins/Screenshot/icon.svg)
GldiShortkey 'Print' failed!
warning : (/build/buildd/cairo-dock-3.2.99.alpha2.1~20130718~bzr1573/src/gldit/cairo-dock-keybinder.c:init_object:417)
Couldn't bind 'Print' (Capture d'écran: Prendre une capture d'écran)
This shortkey is probably already used by another applet or another application
cairo_dock_set_image_on_icon (/home/ronan/.config/cairo-dock/extras/dustbin/Crystal/trashcan_empty.png)
cairo_dock_set_image_on_icon (/home/ronan/.config/cairo-dock/third-party/Gmail/icon)
cairo_dock_set_image_on_icon (/usr/share/cairo-dock/plug-ins/Composite-Manager/composite-on.png)
cairo_dock_set_image_on_icon (/usr/share/cairo-dock/plug-ins/Clipper/icon.svg)
warning : (/build/buildd/cairo-dock-plug-ins-3.2.99.alpha2.1~20130718~bzr2880/stack/src/applet-load-icons.c:cd_stack_build_one_icon:134)
Stack : Le fichier de clés contient la clé « Name » avec la valeur « Meteociel - Pr&eacute;visions m&eacute;t&eacute;o pour La Menitr? ( 49250 ) - M&eacute;t&eacute;o La Menitr? - M&eacute;t&eacute;o ( 49250 ) » qui n'est pas codé en UTF-8
cairo_dock_set_image_on_icon (/usr/share/cairo-dock/plug-ins/Xgamma/icon.png)
warning : (/build/buildd/cairo-dock-3.2.99.alpha2.1~20130718~bzr1573/src/gldit/cairo-dock-config.c:cairo_dock_get_string_key_value:201)
Le fichier de clés n'a pas de clé « icon name »
cairo_dock_set_image_on_icon (/home/ronan/.config/cairo-dock/extras/mail/Mono/no_mail.svg)
_detach_icon (Indicateurs Génériques)
_detach_icon (Indicateurs Génériques)
_detach_icon (Indicateurs Génériques)
cairo_dock_set_image_on_icon (/usr/share/cairo-dock/plug-ins/Status-Notifier/icon-broken.svg)
cd_dbus_find_matching_icons (class=nautilus)
Launcher-API-Daemon: set_urgent (0)
cd_dbus_find_matching_icons (class=nautilus)
Launcher-API-Daemon: set_menu (/com/canonical/unity/launcherentry/706927342)
cd_dbus_find_matching_icons (class=nautilus)
Launcher-API-Daemon: set_count_visible (0)
cd_dbus_find_matching_icons (class=nautilus)
Launcher-API-Daemon: set_progress_visible (0)
cd_dbus_find_matching_icons (class=nautilus)
cairo_dock_set_image_on_icon (/usr/share/cairo-dock/plug-ins/Status-Notifier/icon.png)
Launcher-API-Daemon: Update application://nautilus-home.desktop with dbus.Dictionary({dbus.String(u'count'): dbus.Int64(0L, variant_level=1), dbus.String(u'progress-visible'): dbus.Boolean(False, variant_level=1), dbus.String(u'count-visible'): dbus.Boolean(False, variant_level=1), dbus.String(u'quicklist'): dbus.ObjectPath('/com/canonical/unity/launcherentry/1543400804', variant_level=1), dbus.String(u'urgent'): dbus.Boolean(False, variant_level=1), dbus.String(u'progress'): dbus.Double(0.0, variant_level=1)}, signature=dbus.Signature('sv'))
Launcher-API-Daemon: set_count (0)
Launcher-API-Daemon: set_progress (0.00)
cd_dbus_find_matching_icons (class=nautilus-home)
Launcher-API-Daemon: set_urgent (0)
gtk_widget_realize: assertion `widget->priv->anchored || GTK_IS_INVISIBLE (widget)' failed
gtk_widget_realize: assertion `widget->priv->anchored || GTK_IS_INVISIBLE (widget)' failed
cd_dbus_find_matching_icons (class=nautilus-home)
Launcher-API-Daemon: set_menu (/com/canonical/unity/launcherentry/1543400804)
cd_dbus_find_matching_icons (class=nautilus-home)
Launcher-API-Daemon: set_count_visible (0)
cd_dbus_find_matching_icons (class=nautilus-home)
Launcher-API-Daemon: set_progress_visible (0)
cairo_dock_redraw_icon: assertion `pContainer != NULL' failed
cd_dbus_find_matching_icons (class=nautilus-home)
_detach_icon (Imprimantes)
Launcher-API-Daemon: launcher bus name changed: :1.15
Launcher-API-Daemon: launcher bus name changed: :1.15
Launcher-API-Daemon: Update application://empathy.desktop with dbus.Dictionary({dbus.String(u'count'): dbus.Int64(0L, variant_level=1), dbus.String(u'urgent'): dbus.Boolean(False, variant_level=1), dbus.String(u'progress-visible'): dbus.Boolean(False, variant_level=1), dbus.String(u'count-visible'): dbus.Boolean(False, variant_level=1), dbus.String(u'progress'): dbus.Double(0.0, variant_level=1)}, signature=dbus.Signature('sv'))
Launcher-API-Daemon: set_count (0)
Launcher-API-Daemon: set_progress (0.00)
cd_dbus_find_matching_icons (class=empathy)
Launcher-API-Daemon: set_urgent (0)
cd_dbus_find_matching_icons (class=empathy)
cairo_dock_set_image_on_icon (/home/ronan/.config/cairo-dock/third-party/Gmail/icon)
Launcher-API-Daemon: set_count_visible (0)
cd_dbus_find_matching_icons (class=empathy)
Launcher-API-Daemon: set_progress_visible (0)
cd_dbus_find_matching_icons (class=empathy)
Launcher-API-Daemon: Update application://empathy.desktop with dbus.Dictionary({}, signature=dbus.Signature('sv'))
Launcher-API-Daemon: launcher bus name changed: :1.70
Lecture WAVE '/home/ronan/.config/cairo-dock/third-party/Gmail/snd/pop.wav' : Float 32 bit Little Endian, Fréquence 44100 Hz, Stéréo
cairo_dock_set_image_on_icon (/usr/share/cairo-dock/plug-ins/powermanager/default-charge.svg)
cairo_dock_set_image_on_icon (/home/ronan/.config/cairo-dock/extras/dustbin/Crystal/trashcan_full.png)
_cd_find_volume_name_from_drive_name: assertion `pDrive != NULL' failed
_cd_find_volume_name_from_drive_name: assertion `pDrive != NULL' failed
cairo_dock_set_image_on_icon (/home/ronan/.config/cairo-dock/extras/weather/7degrees/31.png)
The program 'cairo-dock' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAtom (invalid Atom parameter)'.
(Details: serial 1464 error_code 5 request_code 19 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
('new owner:', dbus.String(u''))
-> no more connection to cairo-dock
[1] 7194 trace trap (core dumped) cairo-dock
? ~ Launcher-API-Daemon: Update application://ubuntuone-installer.desktop with dbus.Dictionary({dbus.String(u'count'): dbus.Int64(0L, variant_level=1), dbus.String(u'urgent'): dbus.Boolean(False, variant_level=1), dbus.String(u'progress-visible'): dbus.Boolean(False, variant_level=1), dbus.String(u'count-visible'): dbus.Boolean(False, variant_level=1), dbus.String(u'progress'): dbus.Double(0.0, variant_level=1)}, signature=dbus.Signature('sv'))
Launcher-API-Daemon: set_count (0)
Launcher-API-Daemon: set_progress (0.00)
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/lib/i386-linux-gnu/cairo-dock/cairo-dock-launcher-API-daemon", line 195, in on_launcher_entry_signal
launcher.set_progress (progress)
File "/usr/lib/i386-linux-gnu/cairo-dock/cairo-dock-launcher-API-daemon", line 113, in set_progress
self.dock.iface.SetProgress (x, self.id)
AttributeError: 'NoneType' object has no attribute 'SetProgress'
Launcher-API-Daemon: launcher bus name changed: :1.83
Launcher-API-Daemon: Update application://ubuntuone-installer.desktop with dbus.Dictionary({}, signature=dbus.Signature('sv'))


voilà voilà

ronan, Saturday 20 July 2013 à 00:04


Subscription date : 24 April 2012
Messages : 38
Je ne comprend pas tout, je viens de retester la commande "cairo-dock" et là c'est bon O_o

ronan, Saturday 20 July 2013 à 11:43


Subscription date : 24 April 2012
Messages : 38
Je confirme le problème au démarrage.

Lorsque j’exécute cairo-dock via un terminal, il se crashe 1 fois sur 3 ou 4

Que puis je faire d'autres pour vous aider? Je suis le seul à avoir ce problème?

matttbe, Saturday 20 July 2013 à 17:41


Subscription date : 24 January 2009
Messages : 12573
Ça semble être lié au sujet 7076.

Il semble avoir un problème avec "<Super>L" (il faudrait p-ê indiquer "<Super>l"). Pourrais-tu lister les raccourcis que tu utilises?
grep -rn "^#k " ~/.config/cairo-dock/current_theme/ -A 1

ronan, Saturday 20 July 2013 à 18:36


Subscription date : 24 April 2012
Messages : 38
pour info, je n'ai modifié aucun raccourci ni avant ni après la mise à jour.

? ~ grep -rn "^#k " ~/.config/cairo-dock/current_theme/ -A 1
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Xgamma/Xgamma.conf:112:#k Shortkey to increase the brightness:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Xgamma/Xgamma.conf-113-shortkey=XF86MonBrightnessUp
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Xgamma/Xgamma.conf:115:#k Shortkey to decrease the brightness:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Xgamma/Xgamma.conf-116-shortkey2=XF86MonBrightnessDown
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Clipper/Clipper.conf:141:#k Shortkey to pop-up the items menu:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Clipper/Clipper.conf-142-shortkey=<Control>F8
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Global-Menu/Global-Menu.conf:108:#k Shortkey to pop up the menu
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Global-Menu/Global-Menu.conf-109-shortkey=<Alt>F1
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Composite-Manager/Composite-Manager.conf:134:#k Shortkey to toggle the composite ON/OFF:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Composite-Manager/Composite-Manager.conf-135-shortkey=<Control>F12
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/GMenu/GMenu.conf:109:#k Shortkey to show/hide the menu:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/GMenu/GMenu.conf-110-menu shortkey=<Control>F1
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/GMenu/GMenu.conf:112:#k Shortkey to show/hide the quick-launch dialog:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/GMenu/GMenu.conf-113-quick launch shortkey=<Control>F2
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Remote-Control/Remote-Control.conf:13:#k Shortkey to trigger the applet:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Remote-Control/Remote-Control.conf-14-shortkey = <Super>Return
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Transmission/Transmission.conf:106:#k Shortkey to pop up the torrents info:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Transmission/Transmission.conf-107-shortkey=<Ctrl>F10
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Messaging-Menu/Messaging-Menu.conf:118:#k Shortkey to show/hide the menu:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Messaging-Menu/Messaging-Menu.conf-119-shortkey=
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/quick-browser/quick-browser.conf:140:#k Shortkey to show/hide the menu:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/quick-browser/quick-browser.conf-141-menu shortkey=<Control>F6
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Cardapio/Cardapio.conf:105:#k Shortkey to pop up the menu:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Cardapio/Cardapio.conf-106-shortkey=<Alt>F1
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Screenshot/Screenshot.conf:105:#k Shortkey to take a screenshot
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Screenshot/Screenshot.conf-106-shortkey=Print
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Recent-Events/Recent-Events.conf:110:#k Shortkey to show/hide the search dialog
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Recent-Events/Recent-Events.conf-111-shortkey=<Control>F10
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/systray/systray.conf:102:#k Shortkey to toggle the systray in dock mode:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/systray/systray.conf-103-shortkey=<Control>F7
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/showDesktop/showDesktop.conf:122:#k Shortkey for the middle-click action:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/showDesktop/showDesktop.conf-123-shortkey=<Shift><Ctrl>F4
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/logout/logout.conf:121:#k Shortkey to lock the screen
/home/ronan/.config/cairo-dock/current_theme/plug-ins/logout/logout.conf-122-shortkey=<Super>l
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/logout/logout.conf:124:#k Shortkey to show the menu
/home/ronan/.config/cairo-dock/current_theme/plug-ins/logout/logout.conf-125-shortkey2=<Control>F12
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Scooby-Do/Scooby-Do.conf:7:#k Shortkey to enable/disable the finder mode:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/Scooby-Do/Scooby-Do.conf-8-shortkey search=<Control>Return
--
/home/ronan/.config/cairo-dock/current_theme/plug-ins/AlsaMixer/AlsaMixer.conf:150:#k Shortkey to show/hide the sound control dialog:
/home/ronan/.config/cairo-dock/current_theme/plug-ins/AlsaMixer/AlsaMixer.conf-151-shortkey=<Alt>F3

ronan, Monday 22 July 2013 à 23:17


Subscription date : 24 April 2012
Messages : 38
je viens de tester avec la mise à jour d'aujourd'hui et toujours même résultat.

version :cairo-dock-3.2.99.alpha2.1~20130722~bzr1579

j'ai tenté de lancer la commande dans le terminal
? ~ gdb -x ~/gdb_commands.txt cairo-dock

et voici la sortie
GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu
Copyright (C) 2013 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 "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/cairo-dock...Reading symbols from /usr/lib/debug/usr/bin/cairo-dock...done.
done.
"r276    /build/buildd/cairo-dock-3.2.99.alpha2.1~20130722~bzr1579/src/cairo-dock.c: Aucun fichier ou dossier de ce type.
/home/ronan/gdb_commands.txt:4: Error in sourced command file:
No stack.


J'ai effectué un autre test http://glx-dock.org/ww_page.php?p=ddd#3-M%C3%A9thode%20dans%20le%20terminal

le dock ne se démarre pas entièrement une fois sur trois ou quatre aussi.
voici la sortie dans gdb.txt

276    /build/buildd/cairo-dock-3.2.99.alpha2.1~20130722~bzr1579/src/cairo-dock.c: Aucun fichier ou dossier de ce type.
#0 0xb7e77e95 in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#1 0xb7e78013 in g_log () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2 0xb7795529 in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#3 0xb77a0d1b in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#4 0xb712da96 in _XError () from /usr/lib/i386-linux-gnu/libX11.so.6
No symbol table info available.
#5 0xb712aa0e in ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
No symbol table info available.
#6 0xb712aa67 in ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
No symbol table info available.
#7 0xb712b760 in _XReply () from /usr/lib/i386-linux-gnu/libX11.so.6
No symbol table info available.
#8 0xb712872a in XTranslateCoordinates ()
from /usr/lib/i386-linux-gnu/libX11.so.6
No symbol table info available.
#9 0xb7797383 in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#10 0xb779dd3d in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#11 0xb779d7f4 in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#12 0xb776f47e in gdk_display_get_event ()
from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#13 0xb779d2fa in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#14 0xb7e703b3 in g_main_context_dispatch ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#15 0xb7e70750 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#16 0xb7e70c2b in g_main_loop_run ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#17 0xb7978aed in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
No symbol table info available.
#18 0x08053b90 in main (argc=1, argv=0xbffff774)
at /build/buildd/cairo-dock-3.2.99.alpha2.1~20130722~bzr1579/src/cairo-dock.c:849
i = <optimized out>
erreur = 0x0
bSafeMode = 0
bMaintenance = 0
bNoSticky = 0
bCappuccino = 0
bPrintVersion = 0
bTesting = 0
bForceOpenGL = 0
bToggleIndirectRendering = 0
bKeepAbove = 0
bForceColors = 0
bAskBackend = 0
bMetacityWorkaround = 0
cEnvironment = 0x0
cUserDefinedDataDir = 0x0
cVerbosity = 0x0
cUserDefinedModuleDir = 0x0
cExcludeModule = 0x0
cThemeServerAdress = 0x0
iDelay = 0
pOptionsTable = {{long_name = 0x806f8d6 "cairo",
short_name = 99 'c', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x807b014 <g_bForceCairo>,
description = 0xb1c76fd4 "Utiliser le mode Cairo exclusivement.", arg_description = 0x0}, {long_name = 0x806f946 "opengl",
short_name = 111 'o', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0xbffff3c0,
description = 0xb1c77064 "Utiliser le mode OpenGL (accélération matérielle).", arg_description = 0x0}, {
long_name = 0x806f93d "indirect-opengl",
short_name = 79 'O', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0xbffff3c4,
description = 0xb1c76ffa "Utiliser le mode OpenGL avec du rendu indirect. Il y a quelques cas où l'option devrait être utilisée.", arg_description = 0x0}, {long_name = 0x806f94d "ask-backend",
short_name = 65 'A', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0xbffff3d0,
description = 0xb1c6def5 "Demander au démarrage quel moteur utiliser.", arg_description = 0x0}, {long_name = 0x806f959 "env",
short_name = 101 'e', flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0xbffff3d8,
description = 0xb1c70262 "Forcer le dock à considérer cet environnement - utiliser avec soin.", arg_description = 0x0}, {
long_name = 0x8073d5a "dir", short_name = 100 'd',
flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0xbffff3dc,
description = 0xb1c702a8 "Force le dock à charger les paramètres depuis ce dossier au lieu de ~/.config/cairo-dock.",
arg_description = 0x0}, {long_name = 0x806f83c "server",
short_name = 83 'S', flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0xbffff3ec,
description = 0xb1c6d7e1 "Adresse du serveur contenant les thèmes additionnels. Ceci écrasera l'adresse par défaut du serveur.",
arg_description = 0x0}, {long_name = 0x806f95d "wait",
short_name = 119 'w', flags = 2, arg = G_OPTION_ARG_INT,
arg_data = 0xbffff3f0,
description = 0xb1c774ff "Attendre N secondes avant de démarrer ; ceci est utile si vous remarquez des problèmes si le dock est démarré automatiquement avec la session.", arg_description = 0x0}, {
long_name = 0x806f962 "maintenance", short_name = 109 'm',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0xbffff3ac,
description = 0xb1c6d912 "Permettre d'éditer la configuration avant que le dock soit lancé et afficher le panneau de configuration au démarrage.", arg_description = 0x0}, {
long_name = 0x806f96e "exclude", short_name = 120 'x',
flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0xbffff3e8,
description = 0xb1c6fcee "Exclure une applet donnée de l'activation (il est cependant toujours chargé).", arg_description = 0x0}, {
long_name = 0x806f976 "safe-mode", short_name = 102 'f',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0xbffff3a8,
description = 0xb1c6f89a "Ne charger aucune applet.",
arg_description = 0x0}, {
long_name = 0x806f999 "metacity-workaround",
short_name = 87 'W', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0xbffff3d4,
description = 0xb1c77eda "Contourner les bugs du gestionnaire de fenêtes Metacity (bulles de dialogues ou docks et sous-docks invisibles)", arg_description = 0x0}, {long_name = 0x806f9ad "log",
short_name = 108 'l', flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0xbffff3e0,
description = 0xb1c72b44 "Verbosité du journal (debug, message, warning, critical, error) ; le choix par défaut est warning.",
arg_description = 0x0}, {long_name = 0x806f9b1 "colors",
short_name = 70 'F', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0xbffff3cc,
description = 0xb1c70345 "Forcer l'affichage de certains messages avec des couleurs.", arg_description = 0x0}, {
long_name = 0x806fa9f "version", short_name = 118 'v',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0xbffff3b8,
description = 0xb1c746f1 "Afficher la version et quitter.",
arg_description = 0x0}, {long_name = 0x806f9d0 "locked",
short_name = 107 'k', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x807b1c4 <g_bLocked>,
description = 0xb1c72ad2 "Verrouiller le dock pour qu'aucune modification ne soit possible pour les utilisateurs.",
arg_description = 0x0}, {
long_name = 0x806f9d7 "keep-above", short_name = 97 'a',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0xbffff3c8,
description = 0xb1c72698 "Garder le dock au-dessus des autres fenêtres dans toutes les situations.", arg_description = 0x0}, {
long_name = 0x806f9e2 "no-sticky", short_name = 115 's',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0xbffff3b0,
description = 0xb1c6f8b4 "Ne pas faire apparaître le dock sur tous les bureaux.", arg_description = 0x0}, {
long_name = 0x806f9ec "capuccino", short_name = 67 'C',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0xbffff3b4,
description = 0xb1c6e696 "Cairo-Dock peut faire tout ce que l'on veut, même le café !", arg_description = 0x0}, {
long_name = 0x806f9f6 "modules-dir", short_name = 77 'M',
flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0xbffff3e4,
description = 0xb1c6df22 "Demander au dock de charger des modules additionnels contenus dans ce dossier (attention que ce n'est pas recommandé pour votre dock de charger des modules non officiels).",
arg_description = 0x0}, {long_name = 0x806fa02 "testing",
short_name = 84 'T', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0xbffff3bc,
description = 0xb1c701a2 "Prévu uniquement pour du débogage. Le gestionnaire de plantage ne sera pas démarré pour traquer les bogues.", arg_description = 0x0}, {long_name = 0x806fa0a "easter-eggs",
short_name = 69 'E', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x807aa28 <g_bEasterEggs>,
description = 0xb1c7013c "Prévu uniquement pour du débogage. Certaines options cachées et encore instables seront activées.",
arg_description = 0x0}, {long_name = 0x0,
short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE,
arg_data = 0x0, description = 0x0, arg_description = 0x0}}
context = <optimized out>
__PRETTY_FUNCTION__ = "main"
iDesktopEnv = CAIRO_DOCK_UNKNOWN_ENV
bFirstLaunch = 0
cRootDataDirPath = <optimized out>
iRendering = <optimized out>
cExtraDirPath = <optimized out>
cThemesDirPath = 0x82105a0 "/home/ronan/.config/cairo-dock/themes"
cCurrentThemeDirPath = <optimized out>
bNewVersion = <optimized out>
Stack level 0, frame at 0xbfffeda0:
eip = 0xb7e77e95 in g_logv; saved eip 0xb7e78013
called by frame at 0xbfffedc0
Arglist at 0xbfffed0c, args:
Locals at 0xbfffed0c, Previous frame's sp is 0xbfffeda0
Saved registers:
ebx at 0xbfffed8c, ebp at 0xbfffed98, esi at 0xbfffed90,
edi at 0xbfffed94, eip at 0xbfffed9c
eax 0x6    6
ecx 0xb7684440    -1217903552
edx 0xb7684470    -1217903504
ebx 0xb7f28000    -1208844288
esp 0xbfffed00    0xbfffed00
ebp 0x4    0x4
esi 0x0    0
edi 0x2    2
eip 0xb7e77e95    0xb7e77e95 <g_logv+581>
eflags 0x200246    [ PF ZF IF ID ]
cs 0x73    115
ss 0x7b    123
ds 0x7b    123
es 0x7b    123
fs 0x0    0
gs 0x33    51
=> 0xb7e77e95 <g_logv+581>:    mov 0x24(%esp),%eax
0xb7e77e99 <g_logv+585>:    mov 0x28(%esp),%edx
0xb7e77e9d <g_logv+589>:    mov %eax,0x4(%esp)
0xb7e77ea1 <g_logv+593>:    mov %edx,(%esp)
0xb7e77ea4 <g_logv+596>:    call 0xb7eb42e0 <g_private_set>
0xb7e77ea9 <g_logv+601>:    lea 0x0(%esi,%eiz,1),%esi
0xb7e77eb0 <g_logv+608>:    test %edi,%edi
0xb7e77eb2 <g_logv+610>:    je 0xb7e77ec8 <g_logv+632>
0xb7e77eb4 <g_logv+612>:    sub $0x1,%edi
0xb7e77eb7 <g_logv+615>:    bt %edi,%ebp
0xb7e77eba <g_logv+618>:    jae 0xb7e77eb0 <g_logv+608>
0xb7e77ebc <g_logv+620>:    cmp $0xffffffff,%edi
0xb7e77ebf <g_logv+623>:    jne 0xb7e77d70 <g_logv+288>
0xb7e77ec5 <g_logv+629>:    lea 0x0(%esi),%esi
0xb7e77ec8 <g_logv+632>:    mov 0x38(%esp),%eax
0xb7e77ecc <g_logv+636>:    mov %eax,(%esp)

Thread 16 (Thread 0xa30b4b40 (LWP 10308)):
#0 0xb7552f3e in ?? () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#1 0xb7500ffa in ?? () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#2 0xb750129d in ?? () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#3 0xb750129d in ?? () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#4 0xb74fedcd in ?? () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#5 0xb74fe577 in ?? () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#6 0xb74fd453 in dcgettext () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#7 0xb7e5dbac in g_dgettext ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#8 0xb7e698dc in g_key_file_get_locale_string ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#9 0xb73f7bab in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
No symbol table info available.
#10 0xb73fba61 in g_desktop_app_info_new_from_filename ()
from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
No symbol table info available.
#11 0xb13981f3 in ?? () from /usr/lib/libgnome-menu-3.so.0
No symbol table info available.
#12 0xb13985ca in ?? () from /usr/lib/libgnome-menu-3.so.0
No symbol table info available.
#13 0xb1399d34 in ?? () from /usr/lib/libgnome-menu-3.so.0
No symbol table info available.
#14 0xb1399ec5 in ?? () from /usr/lib/libgnome-menu-3.so.0
No symbol table info available.
#15 0xb13a29e9 in ?? () from /usr/lib/libgnome-menu-3.so.0
No symbol table info available.
#16 0xb13a2ccf in ?? () from /usr/lib/libgnome-menu-3.so.0
No symbol table info available.
#17 0xb139be43 in ?? () from /usr/lib/libgnome-menu-3.so.0
No symbol table info available.
#18 0xb13a07d2 in gmenu_tree_load_sync ()
from /usr/lib/libgnome-menu-3.so.0
No symbol table info available.
#19 0xb13fc15e in cd_load_tree_from_file (
cMenuFile=cMenuFile@entry=0xb13fee43 "applications.menu")
at /build/buildd/cairo-dock-plug-ins-3.2.99.alpha2.1~20130722~bzr2888/GMenu/src/applet-tree.c:473
tree = 0x8a726c8
#20 0xb13faef8 in _load_trees_async (pSharedMemory=0x874b498)
at /build/buildd/cairo-dock-plug-ins-3.2.99.alpha2.1~20130722~bzr2888/GMenu/src/applet-menu.c:81
tree = <optimized out>
#21 0xb7716202 in _cairo_dock_threaded_calculation (pTask=0x87f7d88)
at /build/buildd/cairo-dock-3.2.99.alpha2.1~20130722~bzr1579/src/gldit/cairo-dock-task.c:151
No locals.
#22 0xb7e95fc3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#23 0xb7313d78 in start_thread ()
from /lib/i386-linux-gnu/libpthread.so.0
No symbol table info available.
#24 0xb75c63de in clone () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.

Thread 14 (Thread 0xa15e2b40 (LWP 10274)):
#0 0xb7fdd424 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb75be301 in select () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#2 0xb16af870 in ?? () from /usr/lib/libetpan.so.15
No symbol table info available.
#3 0xb16adbc2 in mailstream_low_read () from /usr/lib/libetpan.so.15
No symbol table info available.
#4 0xb16aea30 in mailstream_feed_read_buffer ()
from /usr/lib/libetpan.so.15
No symbol table info available.
#5 0xb16ad498 in mailstream_read_line_append ()
from /usr/lib/libetpan.so.15
No symbol table info available.
#6 0xb16ad4f4 in mailstream_read_line () from /usr/lib/libetpan.so.15
No symbol table info available.
#7 0xb16c3d05 in mailimap_read_line () from /usr/lib/libetpan.so.15
No symbol table info available.
#8 0xb16c4a1c in mailimap_select () from /usr/lib/libetpan.so.15
No symbol table info available.
#9 0xb16f0d71 in ?? () from /usr/lib/libetpan.so.15
No symbol table info available.
#10 0xb170e733 in mailsession_select_folder ()
from /usr/lib/libetpan.so.15
No symbol table info available.
#11 0xb16f2fe6 in ?? () from /usr/lib/libetpan.so.15
No symbol table info available.
#12 0xb170e733 in mailsession_select_folder ()
from /usr/lib/libetpan.so.15
No symbol table info available.
#13 0xb16f9806 in ?? () from /usr/lib/libetpan.so.15
No symbol table info available.
#14 0xb1710a1c in mailstorage_connect () from /usr/lib/libetpan.so.15
No symbol table info available.
#15 0xb17664bb in cd_mail_get_folder_data (pMailAccount=0x88ed508)
at /build/buildd/cairo-dock-plug-ins-3.2.99.alpha2.1~20130722~bzr2888/mail/src/cd-mail-applet-etpan.c:38
r = 0
__PRETTY_FUNCTION__ = "cd_mail_get_folder_data"
result_messages = <optimized out>
result_recent = <optimized out>
result_unseen = <optimized out>
#16 0xb7716202 in _cairo_dock_threaded_calculation (pTask=0x88f5268)
at /build/buildd/cairo-dock-3.2.99.alpha2.1~20130722~bzr1579/src/gldit/cairo-dock-task.c:151
No locals.
#17 0xb7e95fc3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#18 0xb7313d78 in start_thread ()
from /lib/i386-linux-gnu/libpthread.so.0
No symbol table info available.
#19 0xb75c63de in clone () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.

Thread 13 (Thread 0xa1efeb40 (LWP 10273)):
#0 0xb7fdd424 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb731784b in pthread_cond_wait@@GLIBC_2.3.2 ()
from /lib/i386-linux-gnu/libpthread.so.0
No symbol table info available.
#2 0xb75d3d7c in pthread_cond_wait ()
from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#3 0xb7eb4126 in g_cond_wait ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4 0xb7716232 in _cairo_dock_threaded_calculation (pTask=0x87da640)
at /build/buildd/cairo-dock-3.2.99.alpha2.1~20130722~bzr1579/src/gldit/cairo-dock-task.c:165
No locals.
#5 0xb7e95fc3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#6 0xb7313d78 in start_thread ()
from /lib/i386-linux-gnu/libpthread.so.0
No symbol table info available.
#7 0xb75c63de in clone () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.

Thread 9 (Thread 0xa39f1b40 (LWP 10266)):
#0 0xb7fdd424 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb75b6dcb in poll () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#2 0xaeeb7d16 in ?? () from /usr/lib/i386-linux-gnu/libpulse.so.0
No symbol table info available.
#3 0xaeea608a in pa_mainloop_poll ()
from /usr/lib/i386-linux-gnu/libpulse.so.0
No symbol table info available.
#4 0xaeea68c9 in pa_mainloop_iterate ()
from /usr/lib/i386-linux-gnu/libpulse.so.0
No symbol table info available.
#5 0xaeea69a4 in pa_mainloop_run ()
from /usr/lib/i386-linux-gnu/libpulse.so.0
No symbol table info available.
#6 0xaeeb7c9e in ?? () from /usr/lib/i386-linux-gnu/libpulse.so.0
No symbol table info available.
#7 0xaee57eaa in ?? ()
from /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-3.0.so
No symbol table info available.
#8 0xb7313d78 in start_thread ()
from /lib/i386-linux-gnu/libpthread.so.0
No symbol table info available.
#9 0xb75c63de in clone () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.

Thread 7 (Thread 0xad00fb40 (LWP 10264)):
#0 0xb7fdd424 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb7317c33 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
from /lib/i386-linux-gnu/libpthread.so.0
No symbol table info available.
#2 0xb75d3dd4 in pthread_cond_timedwait ()
from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#3 0xb7eb4260 in g_cond_wait_until ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4 0xb7e42929 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5 0xb7e968bf in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#6 0xb7e95fc3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#7 0xb7313d78 in start_thread ()
from /lib/i386-linux-gnu/libpthread.so.0
No symbol table info available.
#8 0xb75c63de in clone () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.

Thread 4 (Thread 0xaeb1bb40 (LWP 10257)):
#0 0xb7fdd424 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb75b6dcb in poll () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#2 0xb7e7f2db in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3 0xb7e706d0 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4 0xb7e70831 in g_main_context_iteration ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5 0xb7e708be in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#6 0xb7e95fc3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#7 0xb7313d78 in start_thread ()
from /lib/i386-linux-gnu/libpthread.so.0
No symbol table info available.
#8 0xb75c63de in clone () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.

Thread 3 (Thread 0xb24ffb40 (LWP 10254)):
#0 0xb7fdd424 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb75b6dcb in poll () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#2 0xb7e7f2db in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3 0xb7e706d0 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4 0xb7e70c2b in g_main_loop_run ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5 0xb7442bca in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
No symbol table info available.
#6 0xb7e95fc3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#7 0xb7313d78 in start_thread ()
from /lib/i386-linux-gnu/libpthread.so.0
No symbol table info available.
#8 0xb75c63de in clone () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.

Thread 2 (Thread 0xb2e92b40 (LWP 10253)):
#0 0xb7fdd424 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb75b6dcb in poll () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#2 0xb7e7f2db in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3 0xb7e706d0 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4 0xb7e70831 in g_main_context_iteration ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5 0xb2ea0e80 in ?? ()
from /usr/lib/i386-linux-gnu/gio/modules/libdconfsettings.so
No symbol table info available.
#6 0xb7e95fc3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#7 0xb7313d78 in start_thread ()
from /lib/i386-linux-gnu/libpthread.so.0
No symbol table info available.
#8 0xb75c63de in clone () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.

Thread 1 (Thread 0xb316c880 (LWP 9980)):
#0 0xb7e77e95 in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#1 0xb7e78013 in g_log () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2 0xb7795529 in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#3 0xb77a0d1b in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#4 0xb712da96 in _XError () from /usr/lib/i386-linux-gnu/libX11.so.6
No symbol table info available.
#5 0xb712aa0e in ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
No symbol table info available.
#6 0xb712aa67 in ?? () from /usr/lib/i386-linux-gnu/libX11.so.6
No symbol table info available.
#7 0xb712b760 in _XReply () from /usr/lib/i386-linux-gnu/libX11.so.6
No symbol table info available.
#8 0xb712872a in XTranslateCoordinates ()
from /usr/lib/i386-linux-gnu/libX11.so.6
No symbol table info available.
#9 0xb7797383 in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#10 0xb779dd3d in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#11 0xb779d7f4 in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#12 0xb776f47e in gdk_display_get_event ()
from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#13 0xb779d2fa in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
No symbol table info available.
#14 0xb7e703b3 in g_main_context_dispatch ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#15 0xb7e70750 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#16 0xb7e70c2b in g_main_loop_run ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#17 0xb7978aed in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
No symbol table info available.
#18 0x08053b90 in main (argc=1, argv=0xbffff774)
at /build/buildd/cairo-dock-3.2.99.alpha2.1~20130722~bzr1579/src/cairo-dock.c:849
i = <optimized out>
erreur = 0x0
bSafeMode = 0
bMaintenance = 0
bNoSticky = 0
bCappuccino = 0
bPrintVersion = 0
bTesting = 0
bForceOpenGL = 0
bToggleIndirectRendering = 0
bKeepAbove = 0
bForceColors = 0
bAskBackend = 0
bMetacityWorkaround = 0
cEnvironment = 0x0
cUserDefinedDataDir = 0x0
cVerbosity = 0x0
cUserDefinedModuleDir = 0x0
cExcludeModule = 0x0
cThemeServerAdress = 0x0
iDelay = 0
pOptionsTable = {{long_name = 0x806f8d6 "cairo",
short_name = 99 'c', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x807b014 <g_bForceCairo>,
description = 0xb1c76fd4 "Utiliser le mode Cairo exclusivement.", arg_description = 0x0}, {long_name = 0x806f946 "opengl",
short_name = 111 'o', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0xbffff3c0,
description = 0xb1c77064 "Utiliser le mode OpenGL (accélération matérielle).", arg_description = 0x0}, {
long_name = 0x806f93d "indirect-opengl",
short_name = 79 'O', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0xbffff3c4,
description = 0xb1c76ffa "Utiliser le mode OpenGL avec du rendu indirect. Il y a quelques cas où l'option devrait être utilisée.", arg_description = 0x0}, {long_name = 0x806f94d "ask-backend",
short_name = 65 'A', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0xbffff3d0,
description = 0xb1c6def5 "Demander au démarrage quel moteur utiliser.", arg_description = 0x0}, {long_name = 0x806f959 "env",
short_name = 101 'e', flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0xbffff3d8,
description = 0xb1c70262 "Forcer le dock à considérer cet environnement - utiliser avec soin.", arg_description = 0x0}, {
long_name = 0x8073d5a "dir", short_name = 100 'd',
flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0xbffff3dc,
description = 0xb1c702a8 "Force le dock à charger les paramètres depuis ce dossier au lieu de ~/.config/cairo-dock.",
arg_description = 0x0}, {long_name = 0x806f83c "server",
short_name = 83 'S', flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0xbffff3ec,
description = 0xb1c6d7e1 "Adresse du serveur contenant les thèmes additionnels. Ceci écrasera l'adresse par défaut du serveur.",
arg_description = 0x0}, {long_name = 0x806f95d "wait",
short_name = 119 'w', flags = 2, arg = G_OPTION_ARG_INT,
arg_data = 0xbffff3f0,
description = 0xb1c774ff "Attendre N secondes avant de démarrer ; ceci est utile si vous remarquez des problèmes si le dock est démarré automatiquement avec la session.", arg_description = 0x0}, {
long_name = 0x806f962 "maintenance", short_name = 109 'm',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0xbffff3ac,
description = 0xb1c6d912 "Permettre d'éditer la configuration avant que le dock soit lancé et afficher le panneau de configuration au démarrage.", arg_description = 0x0}, {
long_name = 0x806f96e "exclude", short_name = 120 'x',
flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0xbffff3e8,
description = 0xb1c6fcee "Exclure une applet donnée de l'activation (il est cependant toujours chargé).", arg_description = 0x0}, {
long_name = 0x806f976 "safe-mode", short_name = 102 'f',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0xbffff3a8,
description = 0xb1c6f89a "Ne charger aucune applet.",
arg_description = 0x0}, {
long_name = 0x806f999 "metacity-workaround",
short_name = 87 'W', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0xbffff3d4,
description = 0xb1c77eda "Contourner les bugs du gestionnaire de fenêtes Metacity (bulles de dialogues ou docks et sous-docks invisibles)", arg_description = 0x0}, {long_name = 0x806f9ad "log",
short_name = 108 'l', flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0xbffff3e0,
description = 0xb1c72b44 "Verbosité du journal (debug, message, warning, critical, error) ; le choix par défaut est warning.",
arg_description = 0x0}, {long_name = 0x806f9b1 "colors",
short_name = 70 'F', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0xbffff3cc,
description = 0xb1c70345 "Forcer l'affichage de certains messages avec des couleurs.", arg_description = 0x0}, {
long_name = 0x806fa9f "version", short_name = 118 'v',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0xbffff3b8,
description = 0xb1c746f1 "Afficher la version et quitter.",
arg_description = 0x0}, {long_name = 0x806f9d0 "locked",
short_name = 107 'k', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x807b1c4 <g_bLocked>,
description = 0xb1c72ad2 "Verrouiller le dock pour qu'aucune modification ne soit possible pour les utilisateurs.",
arg_description = 0x0}, {
long_name = 0x806f9d7 "keep-above", short_name = 97 'a',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0xbffff3c8,
description = 0xb1c72698 "Garder le dock au-dessus des autres fenêtres dans toutes les situations.", arg_description = 0x0}, {
long_name = 0x806f9e2 "no-sticky", short_name = 115 's',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0xbffff3b0,
description = 0xb1c6f8b4 "Ne pas faire apparaître le dock sur tous les bureaux.", arg_description = 0x0}, {
long_name = 0x806f9ec "capuccino", short_name = 67 'C',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0xbffff3b4,
description = 0xb1c6e696 "Cairo-Dock peut faire tout ce que l'on veut, même le café !", arg_description = 0x0}, {
long_name = 0x806f9f6 "modules-dir", short_name = 77 'M',
flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0xbffff3e4,
description = 0xb1c6df22 "Demander au dock de charger des modules additionnels contenus dans ce dossier (attention que ce n'est pas recommandé pour votre dock de charger des modules non officiels).",
arg_description = 0x0}, {long_name = 0x806fa02 "testing",
short_name = 84 'T', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0xbffff3bc,
description = 0xb1c701a2 "Prévu uniquement pour du débogage. Le gestionnaire de plantage ne sera pas démarré pour traquer les bogues.", arg_description = 0x0}, {long_name = 0x806fa0a "easter-eggs",
short_name = 69 'E', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x807aa28 <g_bEasterEggs>,
description = 0xb1c7013c "Prévu uniquement pour du débogage. Certaines options cachées et encore instables seront activées.",
arg_description = 0x0}, {long_name = 0x0,
short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE,
arg_data = 0x0, description = 0x0, arg_description = 0x0}}
context = <optimized out>
__PRETTY_FUNCTION__ = "main"
iDesktopEnv = CAIRO_DOCK_UNKNOWN_ENV
bFirstLaunch = 0
cRootDataDirPath = <optimized out>
iRendering = <optimized out>
cExtraDirPath = <optimized out>
cThemesDirPath = 0x82105a0 "/home/ronan/.config/cairo-dock/themes"
cCurrentThemeDirPath = <optimized out>
bNewVersion = <optimized out>
A debugging session is active.

    Inferior 1 [process 9980] will be killed.

Quit anyway? (y or n)

ronan, Monday 22 July 2013 à 23:19


Subscription date : 24 April 2012
Messages : 38
et aussi le contenu de mon fichier gdb_commands.txt :

echo "r
set logging on
l
bt full
info frame
info registers
x/16i \$pc
thread apply all bt full
quit
y" > ~/gdb_commands.txt

matttbe, Monday 22 July 2013 à 23:52


Subscription date : 24 January 2009
Messages : 12573
Merci pour ces info!
J'espère que Fabounet va jeter un coup d'oeil, ça semble être dû à une précédente modif et je pense qu'il avait une idée d'où ça vient

et aussi le contenu de mon fichier gdb_commands.txt :
Ce que tu listes est la commande à exécuter dans le terminal afin de produire le fichier ~/gdb_commands.txt avec ce contenu:
r
set logging on
l
bt full
info frame
info registers
x/16i $pc
thread apply all bt full
quit
y

ronan, Monday 22 July 2013 à 23:56


Subscription date : 24 April 2012
Messages : 38
Ce que tu listes est la commande à exécuter dans le terminal afin de produire le fichier ~/gdb_commands.txt avec ce contenu:


je sais bien mais c'était pour prouver ma bonne foi puisqu'il y a ce genre de sortie:

"r276 /build/buildd/cairo-dock-3.2.99.alpha2.1~20130722~bzr1579/src/cairo-dock.c: Aucun fichier ou dossier de ce type.
/home/ronan/gdb_commands.txt:4: Error in sourced command file:
No stack.

ronan, Monday 29 July 2013 à 13:21


Subscription date : 24 April 2012
Messages : 38
idem pour la version 3.2.99.alpha2.1~20130727~bzr1584-0ubuntu1~ppa0~raring

ronan, Tuesday 30 July 2013 à 16:59


Subscription date : 24 April 2012
Messages : 38
Résolu

la mise à jour d'hier : 3.2.99.alpha2.1~20130729~bzr1591-0ubuntu1~ppa0~raring n'a pas amélioré le démarrage.

Cependant la mise à jour du noyau linux d'aujourd'hui permet un fonctionnement normal, j'ai pas compris mais ça refonctionne

J'ai testé avec 2 redémarrages complets de l'ordi.

matttbe, Tuesday 30 July 2013 à 17:54


Subscription date : 24 January 2009
Messages : 12573
Oui, bizarre

Si ça se reproduit, n'hésite pas à réouvrir ce sujet!

Git Version | Version Git

Subjects Author Language Messages Last message
[Locked] Crash CD au démarrage de session version 3.2.99.alpha2.1~20130718~bzr1573-0ubuntu1~ppa0~raring
ronan Français 17 matttbe [Read]
30 July 2013 à 17:54


Glx-Dock / Cairo-Dock List of forums Git Version | Version Git Crash CD au démarrage de session version 3.2.99.alpha2.1~20130718~bzr1573-0ubuntu1~ppa0~raring Top

Online users :

Powered by ElementSpeak © 2007 Adrien Pilleboue, 2009-2013 Matthieu Baerts.
Dock based on CSS Dock Menu (Ndesign) with jQuery. Icons by zgegball
Cairo-Dock is a free software under GNU-GPL3 licence. First stable version created by Fabounet.
Many thanks to TuxFamily for the web Hosting and Mav for the domain name.