 | | From: | Dennis Grevenstein | | Subject: | ignore this SGI | | Date: | 21 Jan 2005 00:39:20 GMT |
|
|
 | dennis@nadia:~$ tin -V
tin: signal handler caught SIGBUS signal (10). tin 1.7.7 20041215 ("Scalpay") [UNIX]: send a DETAILED bug report to tin-bugs@tin.org Abort (core dumped) dennis@nadia:~$ uname -aR IRIX64 nadia 6.5 6.5.25m 07080049 IP27 dennis@nadia:~$ cc -version MIPSpro Compilers: Version 7.30 dennis@nadia:~$ file /usr/local/bin/tin /usr/local/bin/tin: ELF N32 MSB mips-4 dynamic executable MIPS - version 1 dennis@nadia:~$ dbx /usr/local/bin/tin dbx version 7.3 MR 55458_Apr30_MR Apr 30 1999 13:44:41 Core from signal SIGABRT: Abort (see abort(3c)) (dbx) (dbx) run Process 1467 (tin) started Process 1467: region 5 identical to prev ignored Process 1467: region 5 identical to prev ignored Process 1467: region 7 identical to prev ignored Process 1467: region 7 identical to prev ignored Process 1467 (tin) stopped on signal SIGBUS: Bus error (handled) at [:0 ,0x100393d8] (dbx)
Und nu? Ich dachte da haette sich mal jemand mit beschaeftigt.
mfg Dennis
-- Bestechung, die -
Jemanden fuer die Anstrengung honorieren, sich Verkaufsargumente nicht nur anzuhoeren, sondern sie auch ueberzeugend zu finden.
|
|
 | | From: | Urs Janßen | | Subject: | Re: ignore this SGI | | Date: | 21 Jan 2005 10:29:20 GMT |
|
|
 | In , Dennis Grevenstein wrote: > Und nu?
entweder ist dbx scheisse oder das binarie hat keine debugging symbole ... hast du kein gdb oder kann der cc keine symbole fuer gdb erzeugen (wobei der ja fast alles versteht)?
> Ich dachte da haette sich mal jemand mit beschaeftigt.
sven hatte auf mips-sgi-irix6.5 (IRIX64) probleme mit gcc-3.3, ein update auf gcc-3.4.2 hat geholfen. an probleme mit IRIX64 und cc kann ich micht grad nicht erinnern. sven?
urs -- Jef Poskanzer: "When people aren't stupid Usenet is even more useful. Too bad this happens so rarely."
|
|
 | | From: | Sven Paulus | | Subject: | Re: ignore this SGI | | Date: | 21 Jan 2005 11:37:09 +0100 |
|
|
 | Urs Jan=DFen wrote: > sven hatte auf mips-sgi-irix6.5 (IRIX64) probleme mit gcc-3.3, ein > update auf gcc-3.4.2 hat geholfen. an probleme mit IRIX64 und cc kann > ich micht grad nicht erinnern. sven?
Dennis hatte doch sogar nur ein N32-Binary:
| dennis@nadia:~$ file /usr/local/bin/tin | /usr/local/bin/tin: ELF N32 MSB mips-4 dynamic executable MIPS - ver= sion 1
Da erinnere ich mich jetzt akut an gar keine Probleme.
Sven --=20 Noch -106303777 Sekunden bis zum Millardennium!
|
|
 | | From: | Dennis Grevenstein | | Subject: | Re: ignore this SGI | | Date: | 22 Jan 2005 19:26:47 GMT |
|
|
 | Sven Paulus wrote:
> Dennis hatte doch sogar nur ein N32-Binary: > > | dennis@nadia:~$ file /usr/local/bin/tin > | /usr/local/bin/tin: ELF N32 MSB mips-4 dynamic executable MIPS - version 1 > > Da erinnere ich mich jetzt akut an gar keine Probleme.
Dasselbe nochmal, aber mit dem tin-eigenen gettext:
root@nadia:/# file /usr/local/bin/tin /usr/local/bin/tin: ELF N32 MSB mips-4 dynamic executable MIPS - version 1 root@nadia:/# tin -V Version: tin 1.7.7 release 20041215 ("Scalpay") Jan 22 2005 20:12:57 Platform: OS-Name = "irix6.5" Compiler: CC = "cc -n32" CFLAGS = "-O3 " CPP = "cc -n32 -E" CPPFLAGS = "-I../intl " Linker and Libraries: LD = "cc -n32" LDFLAGS = "" LIBS = "-lcurses " PCRE = "5.0 13-Sep-2004" Characteristics: +NNTP_ONLY -NO_POSTING -BROKEN_LISTGROUP +XHDR_XREF -HAVE_FASCIST_NEWSADMIN -ENABLE_IPV6 +HAVE_COREFILE -NO_SHELL_ESCAPE -DISABLE_PRINTING -DONT_HAVE_PIPING -NO_ETIQUETTE +HAVE_LONG_FILE_NAMES +APPEND_PID -HAVE_MH_MAIL_HANDLING -HAVE_ISPELL -HAVE_METAMAIL +HAVE_SUM +HAVE_COLOR -HAVE_PGP -HAVE_PGPK -HAVE_GPG -MIME_BREAK_LONG_LINES +MIME_STRICT_CHARSET +CHARSET_CONVERSION -MULTIBYTE_ABLE -NO_LOCALE -USE_CANLOCK -EVIL_INSIDE -FORGERY -TINC_DNS -ENFORCE_RFC1034 -REQUIRE_BRACKETS_IN_DOMAIN_LITERAL -FOLLOW_USEFOR_DRAFT
Das tut wie ihr sehen konnte, aber als 64bit binary crashed es wie gehabt:
dennis@nadia:/export/compile/tin-1.7.7/src$ file tin tin: ELF 64-bit MSB mips-4 dynamic executable (not stripped) MIPS - version 1 dennis@nadia:/export/compile/tin-1.7.7/src$ ./tin -V
tin: signal handler caught SIGBUS signal (10). tin 1.7.7 20041215 ("Scalpay") [UNIX]: send a DETAILED bug report to tin-bugs@tin.org Abort (core dumped)
|
|
 | | From: | Urs Janßen | | Subject: | Re: ignore this SGI | | Date: | 23 Jan 2005 01:17:34 GMT |
|
|
 | In , Dennis Grevenstein wrote: > Das tut wie ihr sehen konnte, aber als 64bit binary crashed es wie gehabt: > > dennis@nadia:/export/compile/tin-1.7.7/src$ file tin > tin: ELF 64-bit MSB mips-4 dynamic executable (not stripped) MIPS - version 1 > dennis@nadia:/export/compile/tin-1.7.7/src$ ./tin -V > > tin: signal handler caught SIGBUS signal (10). > tin 1.7.7 20041215 ("Scalpay") [UNIX]: send a DETAILED bug report to tin-bugs@tin.org > Abort (core dumped)
ohne backtrace wird das wohl auch so bleiben - ausser es hat jemand ne gute kristallkugel zur hand.
|
|
 | | From: | Dennis Grevenstein | | Subject: | Re: ignore this SGI | | Date: | 24 Jan 2005 01:56:18 GMT |
|
|
 | Urs Jan?en wrote: > > ohne backtrace wird das wohl auch so bleiben - ausser es hat jemand > ne gute kristallkugel zur hand.
Aehm. Ich habe das ganz dir mal geloescht und gerade nochmal kompiliert, um es mit einem frisch gebauten gdb zu untersuchen, aber:
root@nadia:/export/compile/tin-1.7.7/src# ./tin -V Version: tin 1.7.7 release 20041215 ("Scalpay") Jan 24 2005 02:37:39 Platform: OS-Name = "irix6.5" Compiler: CC = "cc -64 -mips4" CFLAGS = " " CPP = "cc -64 -mips4 -E" CPPFLAGS = "-I../intl " Linker and Libraries: LD = "cc -64 -mips4" LDFLAGS = "" LIBS = "-lcurses " PCRE = "5.0 13-Sep-2004" Characteristics: +NNTP_ABLE -NO_POSTING -BROKEN_LISTGROUP +XHDR_XREF -HAVE_FASCIST_NEWSADMIN -ENABLE_IPV6 +HAVE_COREFILE -NO_SHELL_ESCAPE -DISABLE_PRINTING -DONT_HAVE_PIPING -NO_ETIQUETTE +HAVE_LONG_FILE_NAMES +APPEND_PID -HAVE_MH_MAIL_HANDLING -HAVE_ISPELL -HAVE_METAMAIL +HAVE_SUM +HAVE_COLOR -HAVE_PGP -HAVE_PGPK -HAVE_GPG -MIME_BREAK_LONG_LINES +MIME_STRICT_CHARSET +CHARSET_CONVERSION -MULTIBYTE_ABLE -NO_LOCALE -USE_CANLOCK -EVIL_INSIDE -FORGERY -TINC_DNS -ENFORCE_RFC1034 -REQUIRE_BRACKETS_IN_DOMAIN_LITERAL -FOLLOW_USEFOR_DRAFT root@nadia:/export/compile/tin-1.7.7/src# file tin tin: ELF 64-bit MSB mips-4 dynamic executable (not stripped) MIPS - version 1
Jemand ne Idee warum das jetzt funktioniert?
mfg Dennis
|
|
 | | From: | Dennis Grevenstein | | Subject: | Re: ignore this SGI | | Date: | 23 Jan 2005 23:42:15 GMT |
|
|
 | Urs Janßen wrote:
> ohne backtrace wird das wohl auch so bleiben - ausser es hat jemand > ne gute kristallkugel zur hand.
Das heisst ich muss einen gdb compilieren oder kann mir einer sagen wie ich aus dem dbx etwas brauchbares herausquetsche?
mfg Dennis
-- Examinations are formidable even to the best prepared, for the greatest fool may ask more than the wisest man can answer.
|
|
 | | From: | Sven Paulus | | Subject: | Re: ignore this SGI | | Date: | 24 Jan 2005 10:41:18 +0100 |
|
|
 | Dennis Grevenstein wrote: > Das heisst ich muss einen gdb compilieren oder kann mir > einer sagen wie ich aus dem dbx etwas brauchbares herausquetsche?
-- Noch -106559671 Sekunden bis zum Millardennium!
|
|
 | | From: | Dennis Grevenstein | | Subject: | Re: ignore this SGI | | Date: | 21 Jan 2005 10:43:31 GMT |
|
|
 | Sven Paulus wrote:
> Dennis hatte doch sogar nur ein N32-Binary:
> | dennis@nadia:~$ file /usr/local/bin/tin > | /usr/local/bin/tin: ELF N32 MSB mips-4 dynamic executable MIPS - version 1
> Da erinnere ich mich jetzt akut an gar keine Probleme.
Der cc sollte aber okay sein. Da sind bisher schon etwa 200MB GNU mit kompiliert worden. GNOME bzw. pkg-config zeigen sich zickig, aber das Ding hat ja eh keine Grafikkarte.
mfg Dennis
-- Bestechung, die -
Jemanden fuer die Anstrengung honorieren, sich Verkaufsargumente nicht nur anzuhoeren, sondern sie auch ueberzeugend zu finden.
|
|
 | | From: | Dennis Grevenstein | | Subject: | Re: ignore this SGI | | Date: | 21 Jan 2005 10:40:21 GMT |
|
|
 | Urs Janßen wrote:
> entweder ist dbx scheisse oder das binarie hat keine debugging > symbole ... hast du kein gdb oder kann der cc keine symbole fuer gdb > erzeugen (wobei der ja fast alles versteht)?
gdb wollte nicht compilieren und es war schon spaet gestern. Ich kann mich da nichtmal mehr an die Fehlermeldung erinnern. Vieleicht versuche ich es heute nochmal.
> > Ich dachte da haette sich mal jemand mit beschaeftigt.
> sven hatte auf mips-sgi-irix6.5 (IRIX64) probleme mit gcc-3.3, ein > update auf gcc-3.4.2 hat geholfen. an probleme mit IRIX64 und cc kann > ich micht grad nicht erinnern. sven?
gcc habe ich auch nicht auf der Buechse gebaut. Der cc tut eigentlich ganz gut.
mfg Dennis
-- Bestechung, die -
Jemanden fuer die Anstrengung honorieren, sich Verkaufsargumente nicht nur anzuhoeren, sondern sie auch ueberzeugend zu finden.
|
|