Chromium et la console deviennent invisible sur le bureau... Presque Résolu... Le sujet est résolu

Demande d'aide : c'est ici.
Avatar de l’utilisateur
DbFr871
Membre très actif
Membre très actif
Messages : 1140
Inscription : 17 mai 2016, 20:48
Localisation : Nègrepelissien
Contact :
Status : Hors-ligne

piratebab a écrit : 29 août 2017, 09:47 Ce qu'il est important de noté dans ce lien, c'est qu'il te faut installer le paquet chromium-dbg.
Ensuite la commande pour lancer le débug de chromium est un peu différente que celle proposée par gilles, mais l'idée est la même. Et elle envoie les logs dans un fichier ce qui te facilitera la récupération et l'analyse.
.
bon... ça c'est fait... "j'ava" pas compris...
Merci de me l'avoir souligné :wink:

Je viens de l'installer, et je continue à croiser les doigts... :wink:
Cordialement,
Bernard
Debian9.1Stretch-XFCE-64bits-Sony-Vaio,Intel-P8400-2.26GHz,DD-SeagateSSHD500Go,GeForce9300M-GS-256Mo
Avatar de l’utilisateur
DbFr871
Membre très actif
Membre très actif
Messages : 1140
Inscription : 17 mai 2016, 20:48
Localisation : Nègrepelissien
Contact :
Status : Hors-ligne

Un retour d'info, tant que chromium est visible :

Code : Tout sélectionner

bernard# chromium --debug 2>&1 | tee gdb-chromium.txt
# Env:
#     LD_LIBRARY_PATH=
#                PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#            GTK_PATH=
#      CHROMIUM_FLAGS=
/usr/bin/gdb /usr/lib/chromium/chromium -x /tmp/chromiumargs.vrzELO
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 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 "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/chromium/chromium...Reading symbols from /usr/lib/debug/.build-id/e2/06e3acde7124fca936e2a5b2fed8196cc5fb46.debug...(no debugging symbols found)...done.
(no debugging symbols found)...done.
(gdb) quit
bernard#
.
Pour l'instant, rien de "failed"... ouf...
Cordialement,
Bernard
Debian9.1Stretch-XFCE-64bits-Sony-Vaio,Intel-P8400-2.26GHz,DD-SeagateSSHD500Go,GeForce9300M-GS-256Mo
Avatar de l’utilisateur
piratebab
Site Admin
Site Admin
Messages : 5854
Inscription : 24 avr. 2016, 18:41
Localisation : sud ouest
Status : En ligne

laisse tourner jusqu'a apparition du problème.
Aprés plantage, localise le fichier gdb-chromium.txt, il contiendra peut étre une piste!
Comme recomandé dans le tuto, regarde déja ce fichier pour voir si tu as des lignes avec "#5 0x083949e0 in ?? ()", il te faudra installer d'autres paquets de debug pour "décoder" ce type de ligne.
Avatar de l’utilisateur
DbFr871
Membre très actif
Membre très actif
Messages : 1140
Inscription : 17 mai 2016, 20:48
Localisation : Nègrepelissien
Contact :
Status : Hors-ligne

piratebab a écrit : 29 août 2017, 11:33 1+ laisse tourner jusqu'a apparition du problème.
2+ Aprés plantage, localise le fichier gdb-chromium.txt, il contiendra peut étre une piste!
Comme recomandé dans le tuto, regarde déja ce fichier pour voir si tu as des lignes avec "#5 0x083949e0 in ?? ()", il te faudra installer d'autres paquets de debug pour "décoder" ce type de ligne.
.
1+ Ok, je laisse tourner :wink:

2+ il est dans le /home... nickel, et il reprend ce qui est écrit dans la console, à l'identique :wink:

Souhaitons que... :icon_biggrin:
Cordialement,
Bernard
Debian9.1Stretch-XFCE-64bits-Sony-Vaio,Intel-P8400-2.26GHz,DD-SeagateSSHD500Go,GeForce9300M-GS-256Mo
--gilles--
Membre actif
Membre actif
Messages : 526
Inscription : 24 août 2016, 19:35
Localisation : Gnome 43 - debian 12
Status : Hors-ligne

piratebab a écrit : 28 août 2017, 17:21 C'est l'artillerie lourde que tu proposes!
Mais vu qu'il n'y a pas d'autre moyen d'avoir ce qui se passe ...
En espérant que la console ne disparaisse pas avec chromium (dans ce cas il faut envoyer la sortie vers un fichier ..)
gilles, si tu as un peu de temps, tu pourrais faire un tuto sur le wiki pour l'utilisation du débogage avec gdb. Quasiment un copié collé de ce que tu viens d'écrire.
Pas trop le temps en ce moment, mais pourquoi pas dès que possible, de toute façon nous allons continuer à d'abord aider DbFr871.





DbFr871 a écrit : 29 août 2017, 10:26 Un retour d'info, tant que chromium est visible :

Code : Tout sélectionner

bernard# chromium --debug 2>&1 | tee gdb-chromium.txt
# Env:
#     LD_LIBRARY_PATH=
#                PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#            GTK_PATH=
#      CHROMIUM_FLAGS=
/usr/bin/gdb /usr/lib/chromium/chromium -x /tmp/chromiumargs.vrzELO
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 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 "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/chromium/chromium...Reading symbols from /usr/lib/debug/.build-id/e2/06e3acde7124fca936e2a5b2fed8196cc5fb46.debug...(no debugging symbols found)...done.
(no debugging symbols found)...done.
(gdb) quit
bernard#
.
Pour l'instant, rien de "failed"... ouf...
Il y a trois choses qui me tracassent:

1] dans ce que tu montres, tu lances gdb par l'intermédiaire de chromium --debug 2>&1 | tee gdb-chromium.txt, c'est bien, mais nous ne voyons pas les étapes suivantes :
(gdb) handle SIG33 pass nostop noprint
(gdb) set pagination 0
(gdb) run


celle du run qui doit lancer chromium pour de bon et ici c'est à cette étape que l'on peut voir si toutes les bibliothèques requises sont bien présentes ou non. Chromium ne doit pas, bien sûr, être lancé comme d'habitude auparavant, mais juste par le terminal avec chromium --debug 2>&1 | tee gdb-chromium.txt




2] Nous pouvons lire : no debugging symbols found, ce qui m'étonne, vu que tu es censé avoir installé chromium-dbg




3] depuis le début du fil, nous ignorons à la fois ta version de Debian, [[ mais nous lisons dans ton log gdb : (GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1)]] et ta version de chromium.
Donne-nous aussi :
$ cat /etc/debian_version

$ apt-cache policy chromium
Parler de liberté n'a de sens qu'à condition que ce soit la liberté de dire aux gens ce qu'ils n'ont pas envie d'entendre. Eric Blair, George Orwell
Avatar de l’utilisateur
piratebab
Site Admin
Site Admin
Messages : 5854
Inscription : 24 avr. 2016, 18:41
Localisation : sud ouest
Status : En ligne

il y a plusieurs commandes à rentrer sous gdb
(gdb) handle SIG33 pass nostop noprint
(gdb) set pagination 0
(gdb) run <arguments, if any>
Avatar de l’utilisateur
DbFr871
Membre très actif
Membre très actif
Messages : 1140
Inscription : 17 mai 2016, 20:48
Localisation : Nègrepelissien
Contact :
Status : Hors-ligne

piratebab a écrit : 29 août 2017, 15:47 il y a plusieurs commandes à rentrer sous gdb
(gdb) handle SIG33 pass nostop noprint
(gdb) set pagination 0
(gdb) run <arguments, if any>
.
Ah... raté...
ça vient de me le faire, et rien de noté dans le fichier .txt




--gilles-- a écrit : 29 août 2017, 15:23 ...
DbFr871 a écrit : 29 août 2017, 10:26 Un retour d'info, tant que chromium est visible :

Code : Tout sélectionner

bernard# chromium --debug 2>&1 | tee gdb-chromium.txt
# Env:
#     LD_LIBRARY_PATH=
#                PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#            GTK_PATH=
#      CHROMIUM_FLAGS=
/usr/bin/gdb /usr/lib/chromium/chromium -x /tmp/chromiumargs.vrzELO
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 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 "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/chromium/chromium...Reading symbols from /usr/lib/debug/.build-id/e2/06e3acde7124fca936e2a5b2fed8196cc5fb46.debug...(no debugging symbols found)...done.
(no debugging symbols found)...done.
(gdb) quit
bernard#
.
Pour l'instant, rien de "failed"... ouf...
Il y a trois choses qui me tracassent:

1] dans ce que tu montres, tu lances gdb par l'intermédiaire de chromium --debug 2>&1 | tee gdb-chromium.txt, c'est bien, mais nous ne voyons pas les étapes suivantes :
(gdb) handle SIG33 pass nostop noprint
(gdb) set pagination 0
(gdb) run


celle du run qui doit lancer chromium pour de bon et ici c'est à cette étape que l'on peut voir si toutes les bibliothèques requises sont bien présentes ou non. Chromium ne doit pas, bien sûr, être lancé comme d'habitude auparavant, mais juste par le terminal avec chromium --debug 2>&1 | tee gdb-chromium.txt




2] Nous pouvons lire : no debugging symbols found, ce qui m'étonne, vu que tu es censé avoir installé chromium-dbg




3] depuis le début du fil, nous ignorons à la fois ta version de Debian, [[ mais nous lisons dans ton log gdb : (GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1)]] et ta version de chromium.
Donne-nous aussi :
$ cat /etc/debian_version

$ apt-cache policy chromium
.

Code : Tout sélectionner

portable:~$ cat /etc/debian_version
8.9
portable:~$ 
portable:~$ apt-cache policy chromium
chromium:
  Installé : 57.0.2987.98-1~deb8u1
  Candidat : 57.0.2987.98-1~deb8u1
 Table de version :
 *** 57.0.2987.98-1~deb8u1 0
        500 http://ftp.fr.debian.org/debian/ jessie/main amd64 Packages
        500 http://security.debian.org/ jessie/updates/main amd64 Packages
        500 http://ftp.de.debian.org/debian/ oldstable/main amd64 Packages
        100 /var/lib/dpkg/status
portable:~$ 
et si, chromium-dbg est bien installé :

Code : Tout sélectionner

portable:~$ apt-cache policy chromium-dbg
chromium-dbg:
  Installé : 57.0.2987.98-1~deb8u1
  Candidat : 57.0.2987.98-1~deb8u1
 Table de version :
 *** 57.0.2987.98-1~deb8u1 0
        500 http://ftp.fr.debian.org/debian/ jessie/main amd64 Packages
        500 http://security.debian.org/ jessie/updates/main amd64 Packages
        500 http://ftp.de.debian.org/debian/ oldstable/main amd64 Packages
        100 /var/lib/dpkg/status
portable:~$ 
.
je vais fermer et ouvrir selon la commande indiquée, en souhaitant que cela nous donne des pistes... :wink:
Cordialement,
Bernard
Debian9.1Stretch-XFCE-64bits-Sony-Vaio,Intel-P8400-2.26GHz,DD-SeagateSSHD500Go,GeForce9300M-GS-256Mo
Avatar de l’utilisateur
DbFr871
Membre très actif
Membre très actif
Messages : 1140
Inscription : 17 mai 2016, 20:48
Localisation : Nègrepelissien
Contact :
Status : Hors-ligne

Apparemment cela coince quelques parts...

Code : Tout sélectionner

bernard# chromium --debug 2>&1 | tee gdb-chromium.txt
# Env:
#     LD_LIBRARY_PATH=
#                PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#            GTK_PATH=
#      CHROMIUM_FLAGS=
/usr/bin/gdb /usr/lib/chromium/chromium -x /tmp/chromiumargs.gOgrIt
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 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 "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/chromium/chromium...Reading symbols from /usr/lib/debug/.build-id/e2/06e3acde7124fca936e2a5b2fed8196cc5fb46.debug...(no debugging symbols found)...done.
(no debugging symbols found)...done.
(gdb) handle SIG33 pass nostop noprint
Signal        Stop	Print	Pass to program	Description
SIG33         No	No	Yes		Real-time event 33
(gdb) 
Signal        Stop	Print	Pass to program	Description
SIG33         No	No	Yes		Real-time event 33
(gdb)  set pagination 0
(gdb) 
(gdb) run
Starting program: /usr/lib/chromium/chromium 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffeb3d2700 (LWP 3493)]
[New Thread 0x7fffeabd1700 (LWP 3499)]
[New Thread 0x7fffe9e86700 (LWP 3500)]
[New Thread 0x7fffe9685700 (LWP 3501)]
[New Thread 0x7fffe8e84700 (LWP 3502)]
[New Thread 0x7fffe8683700 (LWP 3503)]
[New Thread 0x7fffe7e82700 (LWP 3504)]
[New Thread 0x7fffe7e7a700 (LWP 3505)]
[New Thread 0x7fffe64de700 (LWP 3506)]
[New Thread 0x7fffe5cdd700 (LWP 3507)]
[New Thread 0x7fffe54dc700 (LWP 3508)]
[New Thread 0x7fffe4cdb700 (LWP 3509)]
[New Thread 0x7fffe44da700 (LWP 3510)]
[New Thread 0x7fffe3cd9700 (LWP 3511)]
[New Thread 0x7fffe34d8700 (LWP 3512)]
[New Thread 0x7fffe2cd7700 (LWP 3513)]
[New Thread 0x7fffe24d6700 (LWP 3514)]
[New Thread 0x7fffe1cd5700 (LWP 3515)]
[New Thread 0x7fffe14d4700 (LWP 3516)]
[New Thread 0x7fffe0cd3700 (LWP 3517)]
[New Thread 0x7fffe0290700 (LWP 3518)]
[New Thread 0x7fffdf7a6700 (LWP 3519)]
[New Thread 0x7fffdc5d6700 (LWP 3520)]
[3489:3489:0829/181755.123875:ERROR:desktop_window_tree_host_x11.cc(1141)] Not implemented reached in virtual void views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType)
[New Thread 0x7fffd7b4e700 (LWP 3521)]
[New Thread 0x7fffd734d700 (LWP 3523)]
[New Thread 0x7fffd6725700 (LWP 3530)]
[3532:3532:0829/181755.347101:ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface: ui::mojom::GpuMain
[Thread 0x7fffd6725700 (LWP 3530) exited]
[Thread 0x7fffd734d700 (LWP 3523) exited]
[Thread 0x7fffd7b4e700 (LWP 3521) exited]
[Thread 0x7fffdc5d6700 (LWP 3520) exited]
[Thread 0x7fffdf7a6700 (LWP 3519) exited]
[Thread 0x7fffe0290700 (LWP 3518) exited]
[Thread 0x7fffe0cd3700 (LWP 3517) exited]
[Thread 0x7fffe1cd5700 (LWP 3515) exited]
[Thread 0x7fffe24d6700 (LWP 3514) exited]
[Thread 0x7fffe2cd7700 (LWP 3513) exited]
[Thread 0x7fffe34d8700 (LWP 3512) exited]
[Thread 0x7fffe3cd9700 (LWP 3511) exited]
[Thread 0x7fffe44da700 (LWP 3510) exited]
[Thread 0x7fffe4cdb700 (LWP 3509) exited]
[Thread 0x7fffe54dc700 (LWP 3508) exited]
[Thread 0x7fffe5cdd700 (LWP 3507) exited]
[Thread 0x7fffe64de700 (LWP 3506) exited]
[Thread 0x7fffe7e7a700 (LWP 3505) exited]
[Thread 0x7fffe7e82700 (LWP 3504) exited]
[Thread 0x7fffe8683700 (LWP 3503) exited]
[Thread 0x7fffe8e84700 (LWP 3502) exited]
[Thread 0x7fffe9685700 (LWP 3501) exited]
[Thread 0x7fffe9e86700 (LWP 3500) exited]
[Thread 0x7fffeabd1700 (LWP 3499) exited]
[Thread 0x7fffeb3d2700 (LWP 3493) exited]
[Thread 0x7ffff7fb09c0 (LWP 3489) exited]
[Inferior 1 (process 3489) exited with code 01]
(gdb) 
(gdb) 
(gdb) 
.

avec ceci comme explication pour l'empêchement d'ouverture de chromium :
Image
Cordialement,
Bernard
Debian9.1Stretch-XFCE-64bits-Sony-Vaio,Intel-P8400-2.26GHz,DD-SeagateSSHD500Go,GeForce9300M-GS-256Mo
Avatar de l’utilisateur
DbFr871
Membre très actif
Membre très actif
Messages : 1140
Inscription : 17 mai 2016, 20:48
Localisation : Nègrepelissien
Contact :
Status : Hors-ligne

en suivant "scrupuleusement"... la commande --no-sandbox cela a réussi :

Code : Tout sélectionner

...
(gdb) 
(gdb) run --no-sandbox
Starting program: /usr/lib/chromium/chromium --no-sandbox
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffeb3d2700 (LWP 3944)]
[New Thread 0x7fffea687700 (LWP 3946)]
[New Thread 0x7fffe9e86700 (LWP 3947)]
[New Thread 0x7fffe9685700 (LWP 3948)]
[New Thread 0x7fffe8e84700 (LWP 3949)]
[New Thread 0x7fffe8683700 (LWP 3950)]
[New Thread 0x7fffe867b700 (LWP 3951)]
[New Thread 0x7fffe6cdf700 (LWP 3952)]
[New Thread 0x7fffe64de700 (LWP 3953)]
[New Thread 0x7fffe5cdd700 (LWP 3954)]
[New Thread 0x7fffe54dc700 (LWP 3955)]
[New Thread 0x7fffe4cdb700 (LWP 3956)]
[New Thread 0x7fffe44da700 (LWP 3957)]
[New Thread 0x7fffe3cd9700 (LWP 3958)]
[New Thread 0x7fffe34d8700 (LWP 3959)]
[New Thread 0x7fffe2cd7700 (LWP 3960)]
[New Thread 0x7fffe24d6700 (LWP 3961)]
[New Thread 0x7fffe1cd5700 (LWP 3962)]
[New Thread 0x7fffe14d4700 (LWP 3963)]
[New Thread 0x7fffe0cd3700 (LWP 3964)]
[New Thread 0x7fffdfd21700 (LWP 3965)]
[New Thread 0x7fffdcb51700 (LWP 3966)]
[New Thread 0x7fffd834f700 (LWP 3967)]
[New Thread 0x7fffd7b4e700 (LWP 3969)]
[New Thread 0x7fffd734d700 (LWP 3976)]
[New Thread 0x7fffd6b2c700 (LWP 3977)]
[New Thread 0x7fffd632b700 (LWP 3978)]
[Thread 0x7fffd632b700 (LWP 3978) exited]
[New Thread 0x7fffd5826700 (LWP 3979)]
[New Thread 0x7fffd4db5700 (LWP 3981)]
[New Thread 0x7fffd3e28700 (LWP 3983)]
[3980:3980:0829/182847.817143:ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface: ui::mojom::GpuMain

(chromium:3943): LIBDBUSMENU-GLIB-WARNING **: Unable to get session bus: La connexion est fermée

.
et un chromium "vierge" est ouvert...
je vais le laisser ouvert, des fois, que lui aussi devienne invisible... :wink:

Écrit depuis... Firefox :icon_e_surprised: :icon_biggrin:
Cordialement,
Bernard
Debian9.1Stretch-XFCE-64bits-Sony-Vaio,Intel-P8400-2.26GHz,DD-SeagateSSHD500Go,GeForce9300M-GS-256Mo
--gilles--
Membre actif
Membre actif
Messages : 526
Inscription : 24 août 2016, 19:35
Localisation : Gnome 43 - debian 12
Status : Hors-ligne

DbFr871 a écrit : 29 août 2017, 18:27 Apparemment cela coince quelques parts...

Code : Tout sélectionner

bernard# chromium --debug 2>&1 | tee gdb-chromium.txt
# Env:
#     LD_LIBRARY_PATH=
#                PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#            GTK_PATH=
#      CHROMIUM_FLAGS=
/usr/bin/gdb /usr/lib/chromium/chromium -x /tmp/chromiumargs.gOgrIt
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 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 "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/chromium/chromium...Reading symbols from /usr/lib/debug/.build-id/e2/06e3acde7124fca936e2a5b2fed8196cc5fb46.debug...(no debugging symbols found)...done.
(no debugging symbols found)...done.
(gdb) handle SIG33 pass nostop noprint
Signal        Stop	Print	Pass to program	Description
SIG33         No	No	Yes		Real-time event 33
(gdb) 
Signal        Stop	Print	Pass to program	Description
SIG33         No	No	Yes		Real-time event 33
(gdb)  set pagination 0
(gdb) 
(gdb) run
Starting program: /usr/lib/chromium/chromium 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffeb3d2700 (LWP 3493)]
[New Thread 0x7fffeabd1700 (LWP 3499)]
[New Thread 0x7fffe9e86700 (LWP 3500)]
[New Thread 0x7fffe9685700 (LWP 3501)]
[New Thread 0x7fffe8e84700 (LWP 3502)]
[New Thread 0x7fffe8683700 (LWP 3503)]
[New Thread 0x7fffe7e82700 (LWP 3504)]
[New Thread 0x7fffe7e7a700 (LWP 3505)]
[New Thread 0x7fffe64de700 (LWP 3506)]
[New Thread 0x7fffe5cdd700 (LWP 3507)]
[New Thread 0x7fffe54dc700 (LWP 3508)]
[New Thread 0x7fffe4cdb700 (LWP 3509)]
[New Thread 0x7fffe44da700 (LWP 3510)]
[New Thread 0x7fffe3cd9700 (LWP 3511)]
[New Thread 0x7fffe34d8700 (LWP 3512)]
[New Thread 0x7fffe2cd7700 (LWP 3513)]
[New Thread 0x7fffe24d6700 (LWP 3514)]
[New Thread 0x7fffe1cd5700 (LWP 3515)]
[New Thread 0x7fffe14d4700 (LWP 3516)]
[New Thread 0x7fffe0cd3700 (LWP 3517)]
[New Thread 0x7fffe0290700 (LWP 3518)]
[New Thread 0x7fffdf7a6700 (LWP 3519)]
[New Thread 0x7fffdc5d6700 (LWP 3520)]
[3489:3489:0829/181755.123875:ERROR:desktop_window_tree_host_x11.cc(1141)] Not implemented reached in virtual void views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType)
[New Thread 0x7fffd7b4e700 (LWP 3521)]
[New Thread 0x7fffd734d700 (LWP 3523)]
[New Thread 0x7fffd6725700 (LWP 3530)]
[3532:3532:0829/181755.347101:ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface: ui::mojom::GpuMain
[Thread 0x7fffd6725700 (LWP 3530) exited]
[Thread 0x7fffd734d700 (LWP 3523) exited]
[Thread 0x7fffd7b4e700 (LWP 3521) exited]
[Thread 0x7fffdc5d6700 (LWP 3520) exited]
[Thread 0x7fffdf7a6700 (LWP 3519) exited]
[Thread 0x7fffe0290700 (LWP 3518) exited]
[Thread 0x7fffe0cd3700 (LWP 3517) exited]
[Thread 0x7fffe1cd5700 (LWP 3515) exited]
[Thread 0x7fffe24d6700 (LWP 3514) exited]
[Thread 0x7fffe2cd7700 (LWP 3513) exited]
[Thread 0x7fffe34d8700 (LWP 3512) exited]
[Thread 0x7fffe3cd9700 (LWP 3511) exited]
[Thread 0x7fffe44da700 (LWP 3510) exited]
[Thread 0x7fffe4cdb700 (LWP 3509) exited]
[Thread 0x7fffe54dc700 (LWP 3508) exited]
[Thread 0x7fffe5cdd700 (LWP 3507) exited]
[Thread 0x7fffe64de700 (LWP 3506) exited]
[Thread 0x7fffe7e7a700 (LWP 3505) exited]
[Thread 0x7fffe7e82700 (LWP 3504) exited]
[Thread 0x7fffe8683700 (LWP 3503) exited]
[Thread 0x7fffe8e84700 (LWP 3502) exited]
[Thread 0x7fffe9685700 (LWP 3501) exited]
[Thread 0x7fffe9e86700 (LWP 3500) exited]
[Thread 0x7fffeabd1700 (LWP 3499) exited]
[Thread 0x7fffeb3d2700 (LWP 3493) exited]
[Thread 0x7ffff7fb09c0 (LWP 3489) exited]
[Inferior 1 (process 3489) exited with code 01]
(gdb) 
(gdb) 
(gdb) 
.

avec ceci comme explication pour l'empêchement d'ouverture de chromium :
Image





ERROR:desktop_window_tree_host_x11.cc(1141)] Not implemented reached in virtual void views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType) [New Thread 0x7fffd7b4e700 (LWP 3521)]


À mon avis, les erreurs que nous voyons sont dues à ce que tu lances les commandes dans un terminal root et donc chromium, une application graphique en root.
bernard# chromium --debug 2>&1 | tee gdb-chromium.txt

Cela doit être : bernard$ chromium --debug 2>&1 | tee gdb-chromium.txt

Mais nous avons progressé, gdb ne trouve pas de bibliothèques manquantes (en root ) au démarrage. Recommence en mode utilisateur et sers-toi du chromium démarré avec la commande $ chromium --debug 2>&1 | tee gdb-chromium.txt et continué et lancé par les commandes qui vont bien ( piatebab et moi nous te les avont écrites plus haut ) jusqu'à ce qu'il y ait le problème.
Parler de liberté n'a de sens qu'à condition que ce soit la liberté de dire aux gens ce qu'ils n'ont pas envie d'entendre. Eric Blair, George Orwell
Avatar de l’utilisateur
DbFr871
Membre très actif
Membre très actif
Messages : 1140
Inscription : 17 mai 2016, 20:48
Localisation : Nègrepelissien
Contact :
Status : Hors-ligne

Ok, je testerai demain :wink:
Cordialement,
Bernard
Debian9.1Stretch-XFCE-64bits-Sony-Vaio,Intel-P8400-2.26GHz,DD-SeagateSSHD500Go,GeForce9300M-GS-256Mo
Avatar de l’utilisateur
DbFr871
Membre très actif
Membre très actif
Messages : 1140
Inscription : 17 mai 2016, 20:48
Localisation : Nègrepelissien
Contact :
Status : Hors-ligne

Bonjour les Amie-ami :006:

Voilà, chromium a été lancé comme indiqué dans chromium debugg, en souhaitant que les "coquineries" y soient bien "relevées"... :wink:
Cordialement,
Bernard
Debian9.1Stretch-XFCE-64bits-Sony-Vaio,Intel-P8400-2.26GHz,DD-SeagateSSHD500Go,GeForce9300M-GS-256Mo
Avatar de l’utilisateur
DbFr871
Membre très actif
Membre très actif
Messages : 1140
Inscription : 17 mai 2016, 20:48
Localisation : Nègrepelissien
Contact :
Status : Hors-ligne

j'suis avec Firefox...

Bon... ai-je de la chance ou pas, mais là, ayé, tout ce qui est ouvert, est devenu invisible... :011:

je relève le fichier gdb-chromium.txt et il est identique... car, j'allais vous le poster, pour faire remarquer la ligne
[2867:2867:0830/082830.621499:ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface: ui::mojom::GpuMain
sauf que cela a disparu pendant que j'étais en train d'écrire...

Code : Tout sélectionner

portable:~$ chromium --debug 2>&1 | tee gdb-chromium.txt
# Env:
#     LD_LIBRARY_PATH=
#                PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
#            GTK_PATH=
#      CHROMIUM_FLAGS=
/usr/bin/gdb /usr/lib/chromium/chromium -x /tmp/chromiumargs.iVoJgu
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
Copyright (C) 2014 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 "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/chromium/chromium...Reading symbols from /usr/lib/debug/.build-id/e2/06e3acde7124fca936e2a5b2fed8196cc5fb46.debug...(no debugging symbols found)...done.
(no debugging symbols found)...done.
(gdb) 
(gdb) handle SIG33 pass nostop noprint
Signal        Stop	Print	Pass to program	Description
SIG33         No	No	Yes		Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/lib/chromium/chromium 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffeb3d2700 (LWP 2820)]
[New Thread 0x7fffeabd1700 (LWP 2825)]
[New Thread 0x7fffe9e86700 (LWP 2826)]
[New Thread 0x7fffe9685700 (LWP 2827)]
[New Thread 0x7fffe8e84700 (LWP 2828)]
[New Thread 0x7fffe8683700 (LWP 2829)]
[New Thread 0x7fffe7e82700 (LWP 2830)]
[New Thread 0x7fffe7681700 (LWP 2831)]
[New Thread 0x7fffe64de700 (LWP 2841)]
[New Thread 0x7fffe5cdd700 (LWP 2842)]
[New Thread 0x7fffe54dc700 (LWP 2843)]
[New Thread 0x7fffe4cdb700 (LWP 2844)]
[New Thread 0x7fffe44da700 (LWP 2845)]
[New Thread 0x7fffe3cd9700 (LWP 2846)]
[New Thread 0x7fffe34d8700 (LWP 2847)]
[New Thread 0x7fffe2cd7700 (LWP 2848)]
[New Thread 0x7fffe24d6700 (LWP 2849)]
[New Thread 0x7fffe1cd5700 (LWP 2850)]
[New Thread 0x7fffe14d4700 (LWP 2851)]
[New Thread 0x7fffe0cd3700 (LWP 2852)]
[New Thread 0x7fffdffa7700 (LWP 2853)]
[New Thread 0x7fffdf520700 (LWP 2854)]
[New Thread 0x7fffdc350700 (LWP 2855)]
[New Thread 0x7fffd7b4e700 (LWP 2856)]
[New Thread 0x7fffd734d700 (LWP 2857)]
[New Thread 0x7fffd6885700 (LWP 2865)]
[2867:2867:0830/082830.621499:ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface: ui::mojom::GpuMain
[New Thread 0x7fffd5e14700 (LWP 2869)]
[New Thread 0x7fffd554b700 (LWP 2870)]
[New Thread 0x7fffd302d700 (LWP 2871)]
[Thread 0x7fffd302d700 (LWP 2871) exited]
[New Thread 0x7fffd218f700 (LWP 2876)]
[New Thread 0x7fffd198e700 (LWP 2879)]
[Thread 0x7fffd198e700 (LWP 2879) exited]

Cordialement,
Bernard
Debian9.1Stretch-XFCE-64bits-Sony-Vaio,Intel-P8400-2.26GHz,DD-SeagateSSHD500Go,GeForce9300M-GS-256Mo
Avatar de l’utilisateur
piratebab
Site Admin
Site Admin
Messages : 5854
Inscription : 24 avr. 2016, 18:41
Localisation : sud ouest
Status : En ligne

Perso ça ne me parle pas, si quelqu'un a une idée.
Vu que le thread ce termine sans message d'erreur, j'aurai tendance à dire que ce n'est pas chromium qui plante, mais le gestionnaire de fenetres (plantage probablement initié par chromium).
Quel gestionnaire de fenetres utilises tu ?
Avatar de l’utilisateur
DbFr871
Membre très actif
Membre très actif
Messages : 1140
Inscription : 17 mai 2016, 20:48
Localisation : Nègrepelissien
Contact :
Status : Hors-ligne

piratebab a écrit : 30 août 2017, 11:43 Perso ça ne me parle pas, si quelqu'un a une idée.
Vu que le thread ce termine sans message d'erreur, j'aurai tendance à dire que ce n'est pas chromium qui plante, mais le gestionnaire de fenetres (plantage probablement initié par chromium).
Quel gestionnaire de fenetres utilises tu ?
.
Purée... je ne me souviens plus de la commande pour avoir le gestionnaire de fenêtre, mais, autrement, je suis sous XFCE :icon_biggrin:
Cordialement,
Bernard
Debian9.1Stretch-XFCE-64bits-Sony-Vaio,Intel-P8400-2.26GHz,DD-SeagateSSHD500Go,GeForce9300M-GS-256Mo
Avatar de l’utilisateur
Grhim
Membre très actif
Membre très actif
Messages : 1389
Inscription : 30 mai 2016, 01:00
Localisation : kekparr'par'là
Status : Hors-ligne

piratebab a écrit : 30 août 2017, 11:43 j'aurai tendance à dire que ce n'est pas chromium qui plante, mais le gestionnaire de fenetres (plantage probablement initié par chromium).
haaa c'est ce que j'avais pensé (voir première réponse page 1), peut être que chromium a besoin d'un xorg :icon_e_biggrin:
Debian Stable + Testing -.- Parrot OS - Kali Exegol -.- Raspberry IPFire
Avatar de l’utilisateur
DbFr871
Membre très actif
Membre très actif
Messages : 1140
Inscription : 17 mai 2016, 20:48
Localisation : Nègrepelissien
Contact :
Status : Hors-ligne

Grhim a écrit : 30 août 2017, 12:21
piratebab a écrit : 30 août 2017, 11:43 j'aurai tendance à dire que ce n'est pas chromium qui plante, mais le gestionnaire de fenetres (plantage probablement initié par chromium).
haaa c'est ce que j'avais pensé (voir première réponse page 1), peut être que chromium a besoin d'un xorg :icon_e_biggrin:
.
et cela "arrive" d'un seul coup... ?

bon, surement après une mise à jour... mais laquelle et comment y remédier, si c'est cela, bien entendu... :wink:
Cordialement,
Bernard
Debian9.1Stretch-XFCE-64bits-Sony-Vaio,Intel-P8400-2.26GHz,DD-SeagateSSHD500Go,GeForce9300M-GS-256Mo
--gilles--
Membre actif
Membre actif
Messages : 526
Inscription : 24 août 2016, 19:35
Localisation : Gnome 43 - debian 12
Status : Hors-ligne

Mes conclusions à ce stade :

1] Apparement pour les bibliothèques de chromiuim requises au lancement, c'est ok.


2] ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface: ui::mojom::GpuMain, il y a bien une erreur contrairement à ce qu'affirme piratebab, mais elle ne porte pas à conséquence si on suit ce fil de déclaration de bug :
https://bugs.chromium.org/p/chromium/is ... ?id=706306


D'autres sont d'un autre avis :
https://stackoverflow.com/questions/427 ... for-chrome

et utilisent $ chromium --disable-gpu pour faire disparaître cette erreur. À voir si cela supprime le problème ?
Parler de liberté n'a de sens qu'à condition que ce soit la liberté de dire aux gens ce qu'ils n'ont pas envie d'entendre. Eric Blair, George Orwell
--gilles--
Membre actif
Membre actif
Messages : 526
Inscription : 24 août 2016, 19:35
Localisation : Gnome 43 - debian 12
Status : Hors-ligne

Donc si $ chromium --disable-gpu ne marche pas 3] Nous aurions fait chou blanc avec gdb, donc sauf si il y n'avait pas des bugs déclarés dans cette version de chromium, ce n'est pas intrinsèque à chromium.

4] Je pense que par acquis de conscience pour être sûr à 100% que ce problème n'est pas du à chromium, nous devrions vérifier si il y avait des bugs déclarés dans cette version avec apt-listbugs.
# aptitude install apt-listbugs
Faudra voir le man, je me souviens plus comment on l'utilise.

5] Après avoir éliminé toutes les possibilités que cela soit du à chromium, puisque bernard a parlé aussi de problème simultanés avec la console, cela pourrait venir du gestionnaire de fenêtres ou de la console ou encore d'autre chose.

6] Pour déblayer l'hypothèse 5], au départ, je proposerais de vérifier si il n'y a pas des fichiers corrompus dans le système avec debsums --changed
Parler de liberté n'a de sens qu'à condition que ce soit la liberté de dire aux gens ce qu'ils n'ont pas envie d'entendre. Eric Blair, George Orwell
Avatar de l’utilisateur
piratebab
Site Admin
Site Admin
Messages : 5854
Inscription : 24 avr. 2016, 18:41
Localisation : sud ouest
Status : En ligne

j'ai regardé dans debian package les bugs du paquet, rien trouvé en lien avec ce problème.
je n'ai pas affirmé qu'il n'y avait pas d'erreur, juste que ce message ne me parlais pas!
D'autant qu'aprés ce message, il continu de ce passer des choses.
Répondre