Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Continuamente in CRASH
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sat Mar 29, 2003 4:45 pm    Post subject: Continuamente in CRASH Reply with quote

Ciao, ho un problemone con delle applicazioni.
per fortuna non tutte, ma alcune vanno in crash dando il signal 11.

Per ora ho provato SIM e BOSON (un gioco di strategia)...
Si avviano e quando e' il momento di arrivare al punto decisivo, cioe' l'apertura del client ICQ e l'avvio del gioco boson, mi vanno in crash.

Non posso nemmeno avere un backtrace perche' non ho su gdb.

Che fare?

Grazie
ciao
_________________
Libera scienza in libero stato.
Horizon of Events
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sat Mar 29, 2003 4:57 pm    Post subject: Reply with quote

# strace -fF -Tv nomedell'applicazione
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sat Mar 29, 2003 5:01 pm    Post subject: Reply with quote

ehm... strace devo installarlo?
a me nn funge...
dove lo trovo? emerge strace?

grazie
ciao
_________________
Libera scienza in libero stato.
Horizon of Events
Back to top
View user's profile Send private message
almafer
Guru
Guru


Joined: 21 Mar 2003
Posts: 317
Location: Firenze

PostPosted: Sat Mar 29, 2003 5:10 pm    Post subject: Reply with quote

questo comando mi torna utile.akiross,ci si rivede eh?fai come me,emerge strace.a me seve per audacity che mi va in segmentation fault,l'unico problema è che pur leggendo il relativo manuale non ho capito che devo fare,le ultime righe dell'output sono queste
uname({sysname="Linux", nodename="tashunka.witko.it", release="2.4.20", version="#3 SMP Mon Mar 24 13:39:25 UTC 2003", machine="i686"}) = 0 <0.000051>
stat64("/root/.Audacity", 0xbffff4a0) = -1 ENOENT (No such file or directory) <0.000104>
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
Back to top
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sat Mar 29, 2003 5:26 pm    Post subject: Reply with quote

heila! adesso anche su questo forum? bene! + simpatia anche qui! :lol:

si vabe... non so te, ma immagino sia la stessa cosa.
Puoi immaginare quale sia l'output di boson... un bel gioco di strategia fatto con le OGL, MMMMILLE righe al secondo di output....
comunque, adesso che ho quelle che indagano sul bug, che faccio? le ho guardate ma non vedo nulla di particolare... pero', ho il numero dell'errore, quindi potrei vedere il sito ufficiale per aiuto... oppure chiedo a gentoo??

Ciauz
_________________
Libera scienza in libero stato.
Horizon of Events
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sat Mar 29, 2003 5:58 pm    Post subject: Reply with quote

x almafer:

Quote:
stat64("/root/.Audacity", 0xbffff4a0) = -1 ENOENT (No such file or directory) <0.000104>


Questo e' il tuo problema: non viene trovato un file essenziale.

x akiross: non e' importante tutto il log ma solo le ultime 10-15 righe prima di --- SIGSEGV (Segmentation fault) ---

Ciao
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sat Mar 29, 2003 6:07 pm    Post subject: Reply with quote

si si... ovvio... dicevo cosi' per dire che c'e' un gran casino...
ma notavo che non c'e' segmentatio fault, su SIM... non e' strano che KDE mi sbatta fuori per quello, e poi non lo vedo nel log?

ultime 10 righe
[pid 8457] getpid() = 8457 <0.000012>
[pid 8457] getpid() = 8457 <0.000007>
[pid 8457] getpid() = 8457 <0.000007>
[pid 8457] _exit(0) = ?
<... wait4 resumed> NULL, 0, NULL) = 8457 <4.517594>
--- SIGCHLD (Child exited) @ 0 (0) ---
gettimeofday({1048964714, 764867}, NULL) = 0 <0.000008>
write(9, "\0\0\0\0\0\0\0\0", 8) = -1 EBADF (Bad file descriptor) <0.000008>
sigreturn() = ? (mask now [SEGV RTMIN]) <0.000009>
_exit(253) = ?

come vedi c'e' SIGCHLD, ma non so quanto possa centrare... inoltre con _exit(253) sembra che il programma esca di sua volonta', non a causa di un errore.

Ora non so se dico una caxxata, ma non e' che 253 e' l'errore segmentation fault? se fosse cosi' il programma dovrebbe terminare con questo errore, che tramite exit viene restituito al sistema operativo, giusto?

bho, cerchero' sul sito ufficiale di SIM, sempre che lo trovi...
ciao
_________________
Libera scienza in libero stato.
Horizon of Events
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sat Mar 29, 2003 6:18 pm    Post subject: Reply with quote

Azz: avevo dato per scontato che l'applicazione terminasse per segfault (parlavi di 11)...

Allora no, il log dovrebbe essere analizzato piu' dettagliatamente. CMQ si l'applicazione esce per un errore riconosciuto, tant'e' che ti da' pure il codice (253).

Il SIGCHLD indica soltanto che il processo generato dal padre e' terminato, e pure correttamente in questo caso "[pid 8457] _exit(0) = ?".

Prima cosa da fare e' capire cos'e' l'errorcode 253, mentre se vuoi vedere se c'e' qualcosa di errato dovresti analizzare meglio il tuo log.

Prova a fare
Code:
strace -fF -Tv -o NOMEDELLOG applicazione
cosi' avrai tutto l'output su un file di log.

Ma nel caso che non sia un segfault e' molto piu' difficile... :cry:
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sat Mar 29, 2003 6:29 pm    Post subject: Reply with quote

bho, adesso provo

toglimi una curiosita' cerri, tu sei un programmatore?

grazie
ciao
_________________
Libera scienza in libero stato.
Horizon of Events
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sat Mar 29, 2003 6:33 pm    Post subject: Reply with quote

No, un sistemista. :)
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sat Mar 29, 2003 6:35 pm    Post subject: Reply with quote

cosa cambia?
non l'ho mai capito...

ciauz
_________________
Libera scienza in libero stato.
Horizon of Events
Back to top
View user's profile Send private message
almafer
Guru
Guru


Joined: 21 Mar 2003
Posts: 317
Location: Firenze

PostPosted: Sat Mar 29, 2003 6:36 pm    Post subject: Reply with quote

caio akiross e ciao cerri e grazie.ma come lo risolvo il problema?può servire disinstallare il programma e riprovarci?non è che sia essenziale il programma,ci terrei di più a capire che si fa in questi casi
Back to top
View user's profile Send private message
Dani Tsevech
Apprentice
Apprentice


Joined: 23 Mar 2003
Posts: 284

PostPosted: Sat Mar 29, 2003 6:39 pm    Post subject: Reply with quote

@cerri: laurea in ingegneria informatica? piacerebbe anche a me fare il sistemista in futuro (oppure matematica, devo ancora decidere :wink: )
Back to top
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sat Mar 29, 2003 7:01 pm    Post subject: Reply with quote

ahhh dunque
sistemista == ingegnere informatico ?
eh eh
bhe, io FORSE, speriamo bene, potro' gasarmi di essere un dottore in fisica cibernetica...
solo il nome fa tremare la concorrenza... :lol:
ok ok, mi do una calmata, mancano ancora 7 anni prima di arrivare a quel punto ^_^
ciauz
_________________
Libera scienza in libero stato.
Horizon of Events
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sat Mar 29, 2003 10:42 pm    Post subject: Reply with quote

almafer wrote:
caio akiross e ciao cerri e grazie.ma come lo risolvo il problema?può servire disinstallare il programma e riprovarci?


Può servire ma a differenza di Windows in genere non cambia nulla :).
Non conosco il programma in questione, ti posso solo dire che se non trova un file nella home dell'utente che lo sta lanciando (nel tuo caso, root) significa che qualche setup non e' andato a buon fine. In genere i programmi si creano delle directory nascoste (cioe' precedute da un punto) dove tenere tutti i settaggi per quell'utente. Nel tuo caso, quella dir non e' presente e al prog proprio non va giu'. Guarda se per caso non riesce a crearla.

Quote:
non è che sia essenziale il programma,ci terrei di più a capire che si fa in questi casi


Beh, gia' che non sei in windows, sai che facendo setup.exe non risolvi niente :D
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sat Mar 29, 2003 10:43 pm    Post subject: Reply with quote

Dani Tsevech wrote:
@cerri: laurea in ingegneria informatica?


No passione, tempo e tanta dedizione. Ho fatto solo il liceo :D
Poi un po' di fortuna non manca... ;)
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sat Mar 29, 2003 10:44 pm    Post subject: Reply with quote

akiross wrote:
ahhh dunque
sistemista == ingegnere informatico ?


No, un sistemista e' una persona che si occupa della gestione del sistema. In altre parole, i programmatori fanno le applicazioni, i sistemisti si occupano di tutto il resto (sicurezza, gestione della macchina, gestione degli utenti, ecc: i sostanza, se l'applicazione non va e' colpa del programmatore, se non funziona la macchina e' colpa del sistemista).

Quote:
bhe, io FORSE, speriamo bene, potro' gasarmi di essere un dottore in fisica cibernetica...
solo il nome fa tremare la concorrenza... :lol:


Qui mi devi dire tu che significa... 8O
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sat Mar 29, 2003 11:49 pm    Post subject: Reply with quote

ARRRRGGGG
COOOSAAAAAAAAAA???
non sai cos'e', anzi, chi e' un dottore in fisica cibernetica?

Bhe, innanzi tutto, non credo si debba spegare il titolo dottore :lol:
Fisica cibernetica, come si nota, e' un branca della fisica, che come sappiamo tutti e' un campo molto vasto.
proprio per il fatto che e' molto vasto, c'e' la fisica classica, quella quantistica, quella cibernetica eccetera. Quella cibernetica e' il ramo della fisica che piu' di tutte si lega ad informatica. In particolare si studiano le interazioni tra l'uomo e la macchina, cioe' la cibernetica. In altre parole, molto semplificate, l'argomento fondamentale e piu' noto e' l'intelligenza artificiale.

Ora, io non sono molto intelligente, infatti non so se si scrive con la i o no... credo di no, ma non ci metterei la mano sul fuoco.... spero che andando a quella facolta' io possa migliorare un pochino :lol: :lol:

A drila tutta anche io non e' che sappia benissimo cosa studia la Fis. Cib, ho solo letto qualcosina qua e la...

visto?
avevo ragione:
Quote:
solo il nome fa tremare la concorrenza...


ciauz
_________________
Libera scienza in libero stato.
Horizon of Events
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sun Mar 30, 2003 6:19 am    Post subject: Reply with quote

akiross wrote:
Bhe, innanzi tutto, non credo si debba spegare il titolo dottore :lol:


Beh ovviamente no: e' quello che fa passare l'influenza 8)

CMQ ganzo! Attento a non creare terminator tra un paio d'anni! :)
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
almafer
Guru
Guru


Joined: 21 Mar 2003
Posts: 317
Location: Firenze

PostPosted: Sun Mar 30, 2003 1:03 pm    Post subject: Reply with quote

grazie per le risposte cerri.io comunque è un bel pò che non uso più win :lol:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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