Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
sunbird 0.2 & gentoo = segmentation fault[risolto]
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
arnor
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2004
Posts: 147

PostPosted: Mon Mar 21, 2005 9:03 am    Post subject: sunbird 0.2 & gentoo = segmentation fault[risolto] Reply with quote

Salve forum,

ho installato sunbird 0.2 e andava... tanto bene che l'ho cominiciato ad usare seriamente. Peccato che dopo il -u world di eri ha smesso di andare dandomi un bellissimo segmentation fault :/

Code:

No running windows found
/usr/bin/sunbird: line 415: 11704 Segmentation fault      $mozbin "$@"


in questo post ne parlano e la conclusione è il vuoto cosmico:
https://forums.gentoo.org/viewtopic-t-260080-highlight-sunbird+segmentation+fault.html

ho provato anche con i tar.gz diretti di mozilla ma senza successo.

se qualcuno ha idee sono utili :)

ciao lorenzo

[/code]


Last edited by arnor on Mon Mar 21, 2005 2:45 pm; edited 1 time in total
Back to top
View user's profile Send private message
xchris
Advocate
Advocate


Joined: 10 Jul 2003
Posts: 2824

PostPosted: Mon Mar 21, 2005 9:47 am    Post subject: Reply with quote

scusa ma perche' farsi male?

Sunbird e' in pieno sviluppo e non e' considerato stabile.
In portage infatti e' masked!!

Magari prova a tornare indietro e maschera le versioni "bacate"

ciao
_________________
while True:Gentoo()
Back to top
View user's profile Send private message
arnor
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2004
Posts: 147

PostPosted: Mon Mar 21, 2005 10:52 am    Post subject: Reply with quote

vero, però in altri ambienti va perfettamente (es. win :()
Poi è vero che è in beta ma parte dalla base di mozilla calendar quindi non è una vera e propria beta. Infini fino a ieri mi andava :(

cmq grazie

ciao lorenzo
Back to top
View user's profile Send private message
xchris
Advocate
Advocate


Joined: 10 Jul 2003
Posts: 2824

PostPosted: Mon Mar 21, 2005 10:54 am    Post subject: Reply with quote

hai provato a mettere quella vecchia?
_________________
while True:Gentoo()
Back to top
View user's profile Send private message
arnor
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2004
Posts: 147

PostPosted: Mon Mar 21, 2005 2:44 pm    Post subject: Reply with quote

ho risolto installando a mano questa versione:
http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/0.2/sunbird-0.2-i686-pc-linux-gnu.tar.gz

la cosa strana è che al primo lancio mi dava cmq l'errore segmentation-fault.. quasi avesse una cache. Dopo il riavvio della macchina per altri motivi ha ripreso ad andare senza problemi :)

Ciao Lorenzo
Back to top
View user's profile Send private message
Simbul
Tux's lil' helper
Tux's lil' helper


Joined: 31 Oct 2004
Posts: 113

PostPosted: Mon Mar 21, 2005 6:18 pm    Post subject: Reply with quote

Io avevo un errore simile (forse lo stesso) e ho risolto senza dover cambiare versione, chiamando
Code:
$ sunbird -calendar

_________________
Simbul
There's only 10 types of people in the world,
Those who understand binary and those who don't
Back to top
View user's profile Send private message
!equilibrium
Bodhisattva
Bodhisattva


Joined: 06 Jun 2004
Posts: 2109
Location: MI/BG/LC

PostPosted: Fri Jun 17, 2005 1:58 pm    Post subject: Reply with quote

riesumo questo post perchè potrebbe essere utile a qualcuno, quando si installano le versioni nuove di sunbird la procedura per evitare i segmentation fault è questa:

aprire una console e loggarsi come utente root (è importante essere root)
Code:
rm -.rf ~/mozilla/sunbird*
sunbird -calendar


aspettare che il software venga eseguito, se spara fuori un sacco di msg strani, lasciatelo fare, dopo un po caricherà a video il software. a questo punto potete chiuderlo, e lanciarlo dal vostro utente; i msg di segmentation fault vengono generati perchè non trova le directory con i permessi giusti e un rm -rf non è sufficiente per ricrearle correttamente, ma bisogna lanciare il software da utente root, solo cosi viene creato/settato correttamente tutto il necessario.
_________________
Arch Tester for Gentoo/FreeBSD
Equilibrium's Universe

all my contents are released under the Creative Commons Licence by-nc-nd 2.5
Back to top
View user's profile Send private message
earcar
Guru
Guru


Joined: 20 Sep 2004
Posts: 425
Location: Bologna, Italy

PostPosted: Fri Jun 17, 2005 9:16 pm    Post subject: Reply with quote

DarkAngel76 wrote:
Code:
rm -.rf ~/mozilla/sunbird*
sunbird -calendar

Credo che tu abbia sbagliato a digitare ;) penso tu volessi scrivere:
Code:
rm -rf ~/.mozilla/sunbird*


In ogni caso non risolve il problema. Per farlo andare devo sempre digitare
Code:
sunbird -calendar

A questo punto penso che un bell'alias non ci starebbe male :roll:

Ciauz
earcar ;)
_________________
Bip... bip... bip... -- Sputnik 1
Back to top
View user's profile Send private message
!equilibrium
Bodhisattva
Bodhisattva


Joined: 06 Jun 2004
Posts: 2109
Location: MI/BG/LC

PostPosted: Fri Jun 17, 2005 9:46 pm    Post subject: Reply with quote

earcar wrote:
Credo che tu abbia sbagliato a digitare ;) penso tu volessi scrivere:
Code:
rm -rf ~/.mozilla/sunbird*



si esatto, ho dimentica il punto, mea culpa :D

earcar wrote:
In ogni caso non risolve il problema. Per farlo andare devo sempre digitare
Code:
sunbird -calendar

A questo punto penso che un bell'alias non ci starebbe male :roll:

Ciauz
earcar ;)


bhe, il topic del thread era sui segmentation fault, non sul fatto che l'eseguible sunbird non parte; comunque mi pare di capire che l'eseguibile "sunbird" viene chiamato direttamente solo dagli altri applet di Mozilla (thunderbird, firefox), mentre se lo vuoi eseguire standalone, il "-calendar" è d'obbligo (siccome è ancora pesantemente in development, credo sia una situazione temporanea fino a quando non stabilizzeranno il tutto, credo...)
_________________
Arch Tester for Gentoo/FreeBSD
Equilibrium's Universe

all my contents are released under the Creative Commons Licence by-nc-nd 2.5
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