Seems my fix for the windows error is good, c.f.  
http://www.amsn-project.net/forums/viewtopic.php?p=12181
There's another issue though that I don't know why it would happen... 
http://www.amsn-project.net/forums/viewtopic.php?t=2066

KaKaRoTo

On Fri, Nov 24, 2006 at 02:41:11PM -0500, Youness Alaoui wrote:
> I just created a new user in my machine, then isntalled AP and it gives me 
> the same error, and I have normal english ubuntu server install.
> I did a gdb bt on it, it happens on a package require that called a Load. so 
> I added this :
> rename load ::tk::load
> proc load { args } {
> puts "load $args"
> eval ::tk::load $args
> }
> 
> as the first lines of the file 'amsn'. and here's the result :
> [EMAIL PROTECTED]:~/.local/share/amsn$ amsn
> load utils/TkCximage/TkCximage.so TkCximage
> Floating point exception
> 
> 
> [EMAIL PROTECTED]:~/.local/share/amsn/utils/TkCximage$ file TkCximage.so 
> TkCximage.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), 
> stripped
> 
> [EMAIL PROTECTED]:~/.local/share/amsn/utils/TkCximage$ ldd TkCximage.so 
>         linux-gate.so.1 =>  (0xffffe000)
>         libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7ebb000)
>         libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7e9c000)
>         libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7dc7000)
>         libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7da4000)
>         libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7d9a000)
>         libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7c6b000)
>         libz.so.1 => /usr/lib/libz.so.1 (0xb7c57000)
>         /lib/ld-linux.so.2 (0x80000000)
> 
> [EMAIL PROTECTED]:~/.local/share/amsn/utils/TkCximage$ wish
> % load TkCximage.so
> Floating point exception
> 
> [EMAIL PROTECTED]:~/.local/share/amsn/utils/webcamsn$ wish
> % load webcamsn.so
> Floating point exception
> 
> Looking at the gdb backtrace, it seems to be comming from the ld-linux core, 
> which means the library file itself is corrupted... take a 
> look at this :
> [EMAIL PROTECTED]:~/.local/share/amsn/utils/webcamsn$ export 
> LD_PRELOAD=/home/testamsn/.local/share/amsn/utils/webcamsn/webcamsn.so
> [EMAIL PROTECTED]:~/.local/share/amsn/utils/webcamsn$ wish
> Floating point exception
> [EMAIL PROTECTED]:~/.local/share/amsn/utils/webcamsn$ ls
> Floating point exception
> 
> the LD_PRELOAD means that every program executed will have the library loaded 
> before the program executes. it's the dynamic linker which 
> takes care of that. and since the problem happens on 'ls' it means this is a 
> problem with the library itself, not tcl/tk or anything.. 
> maybe it got corrupted somehow..  Phil, can you check your md5 of that file? 
> we never know.. although I doubt it. Anyways, here's mine :;
> 
> [EMAIL PROTECTED]:~/.local/share/amsn/utils/webcamsn$ md5sum webcamsn.so 
> 0db89a207a4f4213d0907f0925358381  webcamsn.so
> [EMAIL PROTECTED]:~/.local/share/amsn/utils/TkCximage$ md5sum TkCximage.so 
> 325474148f669aea53c0c5355a907d1d  TkCximage.so
> 
> Probably all the libs have this problem.
> 
> I removed the 0.96 from the amsn_latest until we fix this.
> Also note that the windows installer has a typo "sortcuts' instead of 
> "shortcuts" in the 'what to install' screen. And the aMSN launcher 
> had a little bug in its code. we'll wait and see if I fixed it. 
> It would be nice to have a new version for the windows thing too.
> 
> Take care everyone!
> 
> KaKaRoTo
> 
> 
> Annexe :
> 
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread -1212204768 (LWP 12196)]
> 0xb7fdd439 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
> (gdb) bt
> #0  0xb7fdd439 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
> #1  0xb7fdd7c9 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
> #2  0xb7fdec37 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
> #3  0xb7cf4dea in getutmpx () from /lib/tls/i686/cmov/libc.so.6
> #4  0xb7fe1106 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
> #5  0xb7cf5938 in _dl_open () from /lib/tls/i686/cmov/libc.so.6
> #6  0xb7d49cb8 in ?? () from /lib/tls/i686/cmov/libdl.so.2
> #7  0xfffffffe in ?? ()
> #8  0xbfee52a0 in ?? ()
> #9  0xb7febbe0 in _rtld_global () from /lib/ld-linux.so.2
> #10 0xb7feb778 in ?? () from /lib/ld-linux.so.2
> #11 0xbfee52a0 in ?? ()
> #12 0xb7febbe0 in _rtld_global () from /lib/ld-linux.so.2
> #13 0xbfee5248 in ?? ()
> #14 0xb7fe1106 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
> #15 0xb7fe1106 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
> #16 0xb7d4a2bb in dlerror () from /lib/tls/i686/cmov/libdl.so.2
> #17 0xb7d49d11 in dlopen () from /lib/tls/i686/cmov/libdl.so.2
> #18 0xb7ed8ec2 in TclpDlopen () from /usr/lib/libtcl8.4.so.0
> #19 0xb7eac337 in Tcl_FSLoadFile () from /usr/lib/libtcl8.4.so.0
> #20 0xb7eafa65 in Tcl_LoadObjCmd () from /usr/lib/libtcl8.4.so.0
> #21 0xb7e65416 in TclEvalObjvInternal () from /usr/lib/libtcl8.4.so.0
> #22 0xb7e66ea7 in Tcl_EvalEx () from /usr/lib/libtcl8.4.so.0
> #23 0xb7e67bbf in Tcl_EvalObjEx () from /usr/lib/libtcl8.4.so.0
> #24 0xb7e6b314 in Tcl_EvalObjCmd () from /usr/lib/libtcl8.4.so.0
> #25 0xb7e65416 in TclEvalObjvInternal () from /usr/lib/libtcl8.4.so.0
> #26 0xb7e8e0aa in TclExprFloatError () from /usr/lib/libtcl8.4.so.0
> #27 0xb7e94171 in TclCompEvalObj () from /usr/lib/libtcl8.4.so.0
> #28 0xb7ebf91d in TclObjInterpProc () from /usr/lib/libtcl8.4.so.0
> #29 0xb7e65416 in TclEvalObjvInternal () from /usr/lib/libtcl8.4.so.0
> #30 0xb7e66ea7 in Tcl_EvalEx () from /usr/lib/libtcl8.4.so.0
> #31 0xb7e673f1 in Tcl_Eval () from /usr/lib/libtcl8.4.so.0
> #32 0xb7e67e92 in Tcl_GlobalEval () from /usr/lib/libtcl8.4.so.0
> #33 0xb7ebc0ed in Tcl_PkgRequireEx () from /usr/lib/libtcl8.4.so.0
> ---Type <return> to continue, or q <return> to quit---q
> no need for more info on gdb I think.
> 
> 
> KaKaRoTo
> 
> On Fri, Nov 24, 2006 at 08:06:06PM +0100, Sander Hoentjen wrote:
> > can it be an issue with localisation settings?
> > 
> > On Fri, 2006-11-24 at 19:39 +0100, Philippe Valembois - Phil wrote:
> > > I tested it and it works for me....
> > > Phil
> > > 
> > > Le Friday 24 November 2006 19:20, Youness Alaoui a écrit :
> > > > ok then, change back amsn_latest to 0.95 until this is fixed!!!
> > > > Why noone tested the 0.96 packages and we didn't see this before the
> > > > release ?
> > > >
> > > > KKRT
> > > >
> > > > On Fri, Nov 24, 2006 at 02:31:25PM +0100, Boris Faure (aka billiob) 
> > > > wrote:
> > > > > Hi
> > > > >
> > > > > It seems we have an issue with the AutoPackage according to this
> > > > > thread : http://www.amsn-project.net/forums/viewtopic.php?t=2051
> > > > > It seems that we have to create the autopackage again, the exactly
> > > > > same way as for 0.96RC1.
> > > > >
> > > > > Greetings
> > > > > --
> > > > > Boris FAURE (aka billiob)
> > > > > mail, msn : [EMAIL PROTECTED]
> > > > > No trees were killed in the sending of this message.
> > > > > However, a large number of electrons were terribly
> > > > > agitated.
> > > > >
> > > > > -------------------------------------------------------------------------
> > > > > Take Surveys. Earn Cash. Influence the Future of IT
> > > > > Join SourceForge.net's Techsay panel and you'll get the chance to 
> > > > > share
> > > > > your opinions on IT & business topics through brief surveys - and earn
> > > > > cash
> > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > > > _______________________________________________
> > > > > Amsn-devel mailing list
> > > > > [email protected]
> > > > > https://lists.sourceforge.net/lists/listinfo/amsn-devel
> > > >
> > > > -------------------------------------------------------------------------
> > > > Take Surveys. Earn Cash. Influence the Future of IT
> > > > Join SourceForge.net's Techsay panel and you'll get the chance to share
> > > > your opinions on IT & business topics through brief surveys - and earn 
> > > > cash
> > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > > _______________________________________________
> > > > Amsn-devel mailing list
> > > > [email protected]
> > > > https://lists.sourceforge.net/lists/listinfo/amsn-devel
> > > 
> > > 
> > > -------------------------------------------------------------------------
> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to share 
> > > your
> > > opinions on IT & business topics through brief surveys - and earn cash
> > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > _______________________________________________
> > > Amsn-devel mailing list
> > > [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/amsn-devel
> > 
> > 
> > -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys - and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Amsn-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/amsn-devel
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Amsn-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/amsn-devel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to