Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[EMERGE] Plantage du systeme pendant emerge (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
GNUTortue
Apprentice
Apprentice


Joined: 29 May 2004
Posts: 234
Location: Suisse Pontenet (BE)

PostPosted: Mon Sep 27, 2004 2:32 pm    Post subject: [EMERGE] Plantage du systeme pendant emerge (résolu) Reply with quote

Bonjour, quand j'essai d'emerger certain logiciel j'ai un gros ralentissement du system au bout de moins de 10 minutes et si je le laisse comme ça pandant quelques minutes là le system ne répond plus du tout. J'ai tanté avec des "nice -n 19 emerge" mais ça ne change rien, voici les logiciel à problèmes (y'en a peut-être d'autres) :
- kdemultimedia
- kdenetwork
- crypto++

Pour crypto c'est quasi instantanné, voyez :
Code:
GentooNUX ~ # emerge crypto++
>>> md5 src_uri ;-) cryptopp521.zip
>>> Unpacking source...
>>> Unpacking cryptopp521.zip to /var/tmp/portage/crypto++-5.2.1/work
>>> Source unpacked.
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c 3way.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c adler32.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c algebra.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c algparam.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c arc4.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c asn.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c base32.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c base64.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c basecode.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c bfinit.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c blowfish.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c blumshub.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c camellia.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c cast.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c casts.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c cbcmac.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c channels.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c crc.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c cryptlib.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c default.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c des.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c dessp.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c dh2.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c dh.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c dll.cpp
g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c dsa.cpp

quand ça arrive à "g++ -O2 -march=pentium4 -ffast-math -mfpmath=sse,387 -pipe -fPIC -DPIC -c dsa.cpp" j'ai un horrible ralentissement ( ~1 minute pour que [ctrl]+[c] fasse effet), j'ai essayé un fois de le laisser tourner comme ça mais ça restait bloqué là et avec ceux ralentissement qui au bout de quelques minutes ce résume par un blocage total.

C'est grâve docteurs(oresses) ?
Merci d'avance !
PS : suis en ~x86 mais j'utilise toujours GCC 3.3.4, j'ai linux 2.6
_________________
Jabber : tortue@swissjabber.ch
donc les gentooistes on un penchant pour le japonais... (daywalker, 2004-10-07 à 15:23:57)
Samurai deeper Kyoo


Last edited by GNUTortue on Wed Sep 29, 2004 6:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
sireyessire
Advocate
Advocate


Joined: 20 Mar 2003
Posts: 2991
Location: back in Paris, France

PostPosted: Mon Sep 27, 2004 2:41 pm    Post subject: Reply with quote

bon, ton système il part en miettes là non? :o
alors je propose un strace de l'un de ces emerges ça dira peut-être quelque chose sur le ce u'il fait quand il bloque,
Code:
strace emerge crypto++ &>log

et tu fait le crtl+C quand ça plante
et puis poste l'output d'un petit
Code:
emerge info
pour qu'on sache de quoi on parle


nb: c'est pas la peine de nous poster la totalité du strace, la fin suffira, il faut penser à ces pauvres forums :wink:

[ajout] je viens d'y penser, il y a peut-être moins bourrin que le strace, je crois que emerge a un mode verbose non? un emerge -v crypto++ donera déjà des infos non? je dis ça parce que le output d'un strace ... :lol:
_________________
I never think of the future. It comes soon enough.
Albert Einstein

Try simpler first
Shockley
Back to top
View user's profile Send private message
GNUTortue
Apprentice
Apprentice


Joined: 29 May 2004
Posts: 234
Location: Suisse Pontenet (BE)

PostPosted: Mon Sep 27, 2004 3:59 pm    Post subject: Reply with quote

strace wrote:
open("/usr/portage/dev-libs/crypto++/Manifest", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=1070, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=1070, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x3b258000
read(3, "-----BEGIN PGP SIGNED MESSAGE---"..., 8192) = 1070
read(3, "", 4096) = 0
close(3) = 0
munmap(0x3b258000, 4096) = 0
stat64("/usr/portage/distfiles/cryptopp521.zip", {st_mode=S_IFREG|0664, st_size=1010937, ...}) = 0
open("/usr/portage/distfiles/cryptopp521.zip", O_RDONLY|O_LARGEFILE) = 3
read(3, "PK\3\4\24\0\0\0\10\0009\231\3650\253\201.\177\234\0\0\0"..., 32768) = 32768
read(3, "\325J3\311\231\255\34\271\373&7\321\230\342\25219?\227"..., 32768) = 32768
read(3, "\35\310\325\260X7\307\370\341\202,%O\f\365\fIhIX\251\260"..., 32768) = 32768
read(3, "\211\2438C\367(\345\327|\35f\355\245\36\316W\340S\262w"..., 32768) = 32768
read(3, "\20\315\317\0t\30W\227\236H\341\24\361q\335U\27T\201\305"..., 32768) = 32768
read(3, "<\310\343d\34\r\231l\242\316\222U\304=u\35\331\221\272"..., 32768) = 32768
read(3, "\200\234\246\5lv\34\t\vd\323T\322$:R?\213\330P\250\273"..., 32768) = 32768
read(3, "\207\n\326@\5!\256\331A2\205\251!\0056\33\265\336\364\10"..., 32768) = 32768
read(3, "[{\302|\363\276\331\261\247\221\225\243\257\16\226=Z\331"..., 32768) = 32768
read(3, "\300{\221\355t\360\261\212x\33<x\271\330\325Z\322\245!"..., 32768) = 32768
read(3, "\252\204t$\227};\310\264^\1\377\3\25\367%\311?7\357AU$"..., 32768) = 32768
read(3, "\256va\346\33\356\225\'hu\232/\276\355;\372~\200\302R["..., 32768) = 32768
read(3, "\253M\303e\245>\33j\210\315b\325\346P\351z\330\357\316"..., 32768) = 32768
read(3, "\0244\232\356\337\246e\265\274\270\236\227\313\231Y\316"..., 32768) = 32768
read(3, "\374\r\340\353\304\337\6\276^\374\26\360\1\361\17\203\17"..., 32768) = 32768
read(3, "\217(-2{\233\264\204\363\365\312\31\241\246,\36\226\253"..., 32768) = 32768
read(3, "Ie!\256\314<\203$\211\22\307\356\243\303\336\362\221f\235"..., 32768) = 32768
read(3, "\326\273t\4l\215N\7\301d\222\213\324\331H\210\255\354@"..., 32768) = 32768
read(3, "\177_\3703}8 \373[\"\363_\244\177W32i\3273u\243\305\317"..., 32768) = 32768
read(3, "\230\322l\342\276d\2\3|\320\237\242\342\'\370F\340\305"..., 32768) = 32768
read(3, "*\211\rP\270g\274Am\16\245\0\257\361\210\316\360\217\373"..., 32768) = 32768
read(3, "I\252T\254F\305\301\201X*\25\330\355\312\222}\234\343\201"..., 32768) = 32768
read(3, "P,\265\362:\254:5([\3467S\6\244\350\253\366\352\326\314"..., 32768) = 32768
read(3, "j\345\344\216K\255,_\270\324\352`\23\270\324\n\311\340"..., 32768) = 32768
read(3, "\202>j\300\5\323\3\10\214\35%#\16:\340H0\360\256\366\25"..., 32768) = 32768
read(3, "\3\201\233\272\251d\234\351i\275\250K0z\303z_\3\2414\336"..., 32768) = 32768
read(3, "m\316j\222\345\302l\17\234\246\327`\252\366\34\264\20y"..., 32768) = 32768
read(3, "\256\334\270\230\0219MY\233\2\247\246\304\203\231a.\326"..., 32768) = 32768
read(3, "\257-\333\375\236\245-\350>\245\225b\202k3\361\312a\335"..., 32768) = 32768
read(3, "\277\257A\373\31X\213H\307\376W\0#\261y\202\226k\tv\210"..., 32768) = 32768
read(3, "\16\245\306\22p\317\23\235\322\310>\36f\224\315\2412:a"..., 32768) = 27897
read(3, "", 4871) = 0
close(3) = 0
stat64("/bin/bash", {st_mode=S_IFREG|0755, st_size=650536, ...}) = 0
pipe([3, 5]) = 0
stat64("/bin/bash", {st_mode=S_IFREG|0755, st_size=650536, ...}) = 0
fork() = 30222
waitpid(30222, 0xafffcbe8, WNOHANG) = 0
fork() = 30223
close(3) = 0
close(5) = 0
waitpid(30223, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 30223
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(30222, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 30222
--- SIGCHLD (Child exited) @ 0 (0) ---
getuid32() = 0
chown32("/tmp/sandboxpids.tmp", 0, 250) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/portage/bin/sandbox", {st_mode=S_IFREG|0755, st_size=22916, ...}) = 0
pipe([3, 5]) = 0
stat64("/bin/bash", {st_mode=S_IFREG|0755, st_size=650536, ...}) = 0
fork() = 30241
waitpid(30241, 0xafffcd68, WNOHANG) = 0
fork() = 30242
close(3) = 0
close(5) = 0
waitpid(30242, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 30242
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(30241, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 30241
--- SIGCHLD (Child exited) @ 0 (0) ---
getuid32() = 0
chown32("/tmp/sandboxpids.tmp", 0, 250) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/portage/bin/sandbox", {st_mode=S_IFREG|0755, st_size=22916, ...}) = 0
pipe([3, 5]) = 0
stat64("/bin/bash", {st_mode=S_IFREG|0755, st_size=650536, ...}) = 0
fork() = 30264
waitpid(30264, 0xafffcee8, WNOHANG) = 0
fork() = 30265
close(3) = 0
close(5) = 0
waitpid(30265, <unfinished ...>


Et emerge -v crypto++ ne dit rien de plus
_________________
Jabber : tortue@swissjabber.ch
donc les gentooistes on un penchant pour le japonais... (daywalker, 2004-10-07 à 15:23:57)
Samurai deeper Kyoo
Back to top
View user's profile Send private message
GNUTortue
Apprentice
Apprentice


Joined: 29 May 2004
Posts: 234
Location: Suisse Pontenet (BE)

PostPosted: Wed Sep 29, 2004 12:44 pm    Post subject: Reply with quote

Excusez-moi pour ce up :oops: mais personne ne peut m'aider ?

<EDIT> Je remarque à l'instant que ça me fait la même chose pour mozilla-firefox</EDIT>
_________________
Jabber : tortue@swissjabber.ch
donc les gentooistes on un penchant pour le japonais... (daywalker, 2004-10-07 à 15:23:57)
Samurai deeper Kyoo
Back to top
View user's profile Send private message
Darkael
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1321
Location: France

PostPosted: Wed Sep 29, 2004 1:29 pm    Post subject: Reply with quote

GNUTortue wrote:

Excusez-moi pour ce up Embarassed mais personne ne peut m'aider ?


- Par hasard tu utiliserais pas un noyau trop "exotique"? (mm, love, nitro)
- Peut-être qu'un passage à gcc 3.4 résoudrait le problème...

Bon ça a surement rien à voir, mais comme personne te répond...
Back to top
View user's profile Send private message
Trevoke
Advocate
Advocate


Joined: 04 Sep 2004
Posts: 4099
Location: NY, NY

PostPosted: Wed Sep 29, 2004 1:57 pm    Post subject: Reply with quote

Meme genre d'ennuis ici mais autant que je le remarque cela ne me le fait pas necessairement pendant de long emerges mais..

Ben en fait,
Code:
emerge --emptytree world

ca passe pas. Je suis revenu au boulot et j'ai trouve que ca c'etait arrete a mplayer... Pas crashe mais vachement lent le systeme. Au point que su pour le reboot (j'avais fait sudo emerge) me disait rien apres que j'ai entre le password.. Et j'avais pas la patience.

C'est vexant quand meme.
2.6.8-r3 sur un Pentium 4 3.0 Ghz, 768Mos de RAM, disque dur Maxtor 120 Gigas (je penche sur le disque dur mais merde elle a pas trois semaines la machine), partition ... Tiens, si je reformattais ma partition NTFS, elle est foutue de toute facon...
_________________
Votre moment detente
What is the nature of conflict?
Back to top
View user's profile Send private message
GNUTortue
Apprentice
Apprentice


Joined: 29 May 2004
Posts: 234
Location: Suisse Pontenet (BE)

PostPosted: Wed Sep 29, 2004 6:10 pm    Post subject: Reply with quote

KarnEvil wrote:
GNUTortue wrote:

Excusez-moi pour ce up Embarassed mais personne ne peut m'aider ?


- Par hasard tu utiliserais pas un noyau trop "exotique"? (mm, love, nitro)
- Peut-être qu'un passage à gcc 3.4 résoudrait le problème...

Bon ça a surement rien à voir, mais comme personne te répond...

Coool apparement ça vient bien de mon exotique de love-source j'ai vite fait un test avec un indigène (gentoo-dev-sources qui trainait) et ça a marché pour crypto++
_________________
Jabber : tortue@swissjabber.ch
donc les gentooistes on un penchant pour le japonais... (daywalker, 2004-10-07 à 15:23:57)
Samurai deeper Kyoo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum