Forwarding this email to Olly as he's not subscribed... ---------- Forwarded message ---------- Date: Wed, 23 Aug 2006 10:05:29 -0400 From: Youness Alaoui <[EMAIL PROTECTED]> Reply-To: Mailing list for developers and everyone helping AMSN <amsn-devel@lists.sourceforge.net> To: Mailing list for developers and everyone helping AMSN <amsn-devel@lists.sourceforge.net> Subject: Re: [Amsn-devel] segmentation fault with amsn
Also note that you should have sent this to the amsn forums instead : http://amsn.sf.net/forums This mailing list is solely for developers and users who want to discuss developement related issues (like a new features, design, type of implementation, language to choose, etc...) About your bug.. make sure you have the latest SVN build and if it doesn't work, try with a stable version of Tcl/Tk (8.4, not 8.5) KKRT On Wed, Aug 23, 2006 at 02:11:29PM +0300, Vivia Nikolaidou wrote: > Hi Olly and thanx for reporting, this is a quick answer to inform you > that you need to subscribe to amsn-devel before sending emails to it > (this email was manually accepted by mailing list admins), otherwise > you won't see any answers to it (and probably questions asked to you), > and any further emails that you send will probably not arrive. Please > subscribe ASAP, thanx. > > On 8/21/06, Olly *^Giorgio Ollearo*^ <[EMAIL PROTECTED]> wrote: > > I've got a segmentation fault while trying to run amsn, and so I > > report it to you: > > > > [EMAIL PROTECTED] amsn-0.96RC1]# ./configure > > --with-tcl=/home/Olly/tcl8.5a4/unix/ > > --with-tk=/home/Olly/tk8.5a4/unix/ --enable-debug && make && make > > install checking for prefix by checking for wish... /bin/wish > > which: no tclsh in > > (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/Olly/bin) > > expr: syntax error > > ./configure: line 1406: test: too many arguments > > checking for gcc... gcc > > checking for C compiler default output file name... a.out > > checking whether the C compiler works... yes > > checking whether we are cross compiling... no > > checking for suffix of executables... > > checking for suffix of object files... o > > checking whether we are using the GNU C compiler... yes > > checking whether gcc accepts -g... yes > > checking for gcc option to accept ANSI C... none needed > > checking for g++... g++ > > checking whether we are using the GNU C++ compiler... yes > > checking whether g++ accepts -g... yes > > checking tcl build dir... using tcl library in /home/Olly/tcl8.5a4/unix/ > > checking tk build dir... using tk library in /home/Olly/tk8.5a4/unix/ > > checking for main in -lstdc++... yes > > checking how to run the C preprocessor... gcc -E > > checking for X... libraries , headers > > checking for gethostbyname... yes > > checking for connect... yes > > checking for remove... yes > > checking for shmat... yes > > checking for IceConnectionNumber in -lICE... yes > > checking for ftello... yes > > checking for fseeko... yes > > checking for getpt... yes > > checking for strcasestr... yes > > checking for memmem... yes > > checking for dlopen... no > > checking for pthread_create in -lpthread... yes > > checking if mmx should be used... yes > > configure: creating ./config.status > > config.status: creating Makefile > > config.status: creating utils/linux/capture/config.h > > config.status: utils/linux/capture/config.h is unchanged > > > > compile time options summary > > ============================ > > > > X11 : yes > > Tcl : 8.5 > > TK : 8.5 > > DEBUG : yes > > STATIC : no > > > > make: Nothing to be done for `build'. > > rm -Rf //share/amsn > > mkdir --parents //share/amsn > > mkdir -p //bin > > find //share/amsn -name CVS -print | xargs rm -Rf > > ln -sf //share/amsn/amsn //bin/amsn > > ln -sf //share/amsn/amsn-remote //bin/amsn-remote > > ln -sf //share/amsn/amsn-remote-CLI //bin/amsn-remote-CLI > > chmod -R +rx //share/amsn > > mkdir -p //share/icons/hicolor > > cp -R ./icons/* //share/icons/hicolor > > mkdir -p //share/applications > > cp ./amsn.desktop //share/applications > > > > When I try to run it I get: > > > > [EMAIL PROTECTED] amsn-0.96RC1]# ./amsn > > Segmentation fault > > > > So I tried with the debugger and that's what it has done: > > > > [EMAIL PROTECTED] amsn-0.96RC1]# gdb --args wish amsn > > GNU gdb Red Hat Linux (6.3.0.0-1.122rh) > > Copyright 2004 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you are > > welcome to change it and/or distribute copies of it under certain > > conditions. > > Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for details. > > This GDB was configured as "i386-redhat-linux-gnu"... > > (no debugging symbols found) > > Using host libthread_db library "/lib/libthread_db.so.1". > > > > (gdb) run > > Starting program: /bin/wish amsn > > Reading symbols from shared object read from target memory...(no > > debugging symbols found)...done. > > Loaded system supplied DSO at 0xa5b000 > > (no debugging symbols found) > > (no debugging symbols found) > > (no debugging symbols found) > > (no debugging symbols found) > > (no debugging symbols found) > > (no debugging symbols found) > > (no debugging symbols found) > > (no debugging symbols found) > > (no debugging symbols found) > > (no debugging symbols found) > > (no debugging symbols found) > > (no debugging symbols found) > > (no debugging symbols found) > > (no debugging symbols found) > > > > Program received signal SIGSEGV, Segmentation fault. > > 0x00cb6672 in Tk_PhotoPutBlock () from /usr/local/lib/libtk8.5.so > > (gdb) bt > > #0 0x00cb6672 in Tk_PhotoPutBlock () from /usr/local/lib/libtk8.5.so > > #1 0x00122979 in ObjRead () from utils/TkCximage/TkCximage.so > > #2 0x00122d07 in ChanRead () from utils/TkCximage/TkCximage.so > > #3 0x00cb5576 in ImgPhotoConfigureMaster () from /usr/local/lib/libtk8.5.so > > #4 0x00cb5ab3 in ImgPhotoCreate () from /usr/local/lib/libtk8.5.so > > #5 0x00caaacd in Tk_ImageObjCmd () from /usr/local/lib/libtk8.5.so > > #6 0x003dabfd in TclEvalObjvInternal () from /usr/local/lib/libtcl8.5.so > > #7 0x0041294e in TclExecuteByteCode () from /usr/local/lib/libtcl8.5.so > > #8 0x004190b1 in TclCompEvalObj () from /usr/local/lib/libtcl8.5.so > > #9 0x00450b7d in ObjInterpProcEx () from /usr/local/lib/libtcl8.5.so > > #10 0x003dabfd in TclEvalObjvInternal () from /usr/local/lib/libtcl8.5.so > > #11 0x0041294e in TclExecuteByteCode () from /usr/local/lib/libtcl8.5.so > > #12 0x004190b1 in TclCompEvalObj () from /usr/local/lib/libtcl8.5.so > > #13 0x00450b7d in ObjInterpProcEx () from /usr/local/lib/libtcl8.5.so > > #14 0x003dabfd in TclEvalObjvInternal () from /usr/local/lib/libtcl8.5.so > > #15 0x003db477 in Tcl_EvalEx () from /usr/local/lib/libtcl8.5.so > > #16 0x003dba2f in Tcl_EvalObjEx () from /usr/local/lib/libtcl8.5.so > > #17 0x003e56e7 in Tcl_EvalObjCmd () from /usr/local/lib/libtcl8.5.so > > #18 0x003dabfd in TclEvalObjvInternal () from /usr/local/lib/libtcl8.5.so > > #19 0x0041294e in TclExecuteByteCode () from /usr/local/lib/libtcl8.5.so > > #20 0x004190b1 in TclCompEvalObj () from /usr/local/lib/libtcl8.5.so > > #21 0x00450b7d in ObjInterpProcEx () from /usr/local/lib/libtcl8.5.so > > #22 0x003dabfd in TclEvalObjvInternal () from /usr/local/lib/libtcl8.5.so > > ---Type <return> to continue, or q <return> to quit--- > > #23 0x0041294e in TclExecuteByteCode () from /usr/local/lib/libtcl8.5.so > > #24 0x004190b1 in TclCompEvalObj () from /usr/local/lib/libtcl8.5.so > > #25 0x00450b7d in ObjInterpProcEx () from /usr/local/lib/libtcl8.5.so > > #26 0x003dabfd in TclEvalObjvInternal () from /usr/local/lib/libtcl8.5.so > > #27 0x003db477 in Tcl_EvalEx () from /usr/local/lib/libtcl8.5.so > > #28 0x00434687 in Tcl_FSEvalFileEx () from /usr/local/lib/libtcl8.5.so > > #29 0x003ef3b1 in Tcl_SourceObjCmd () from /usr/local/lib/libtcl8.5.so > > #30 0x003dabfd in TclEvalObjvInternal () from /usr/local/lib/libtcl8.5.so > > #31 0x003db477 in Tcl_EvalEx () from /usr/local/lib/libtcl8.5.so > > #32 0x003db6bc in Tcl_Eval () from /usr/local/lib/libtcl8.5.so > > #33 0x003db716 in Tcl_GlobalEval () from /usr/local/lib/libtcl8.5.so > > #34 0x0044e250 in Tcl_PkgRequireEx () from /usr/local/lib/libtcl8.5.so > > #35 0x0044e5ba in Tcl_PkgRequire () from /usr/local/lib/libtcl8.5.so > > #36 0x0044edba in Tcl_PackageObjCmd () from /usr/local/lib/libtcl8.5.so > > #37 0x003dabfd in TclEvalObjvInternal () from /usr/local/lib/libtcl8.5.so > > #38 0x0041294e in TclExecuteByteCode () from /usr/local/lib/libtcl8.5.so > > #39 0x004190b1 in TclCompEvalObj () from /usr/local/lib/libtcl8.5.so > > #40 0x003dba84 in Tcl_EvalObjEx () from /usr/local/lib/libtcl8.5.so > > #41 0x003ebafc in Tcl_IfObjCmd () from /usr/local/lib/libtcl8.5.so > > #42 0x003dabfd in TclEvalObjvInternal () from /usr/local/lib/libtcl8.5.so > > #43 0x003db477 in Tcl_EvalEx () from /usr/local/lib/libtcl8.5.so > > #44 0x00434687 in Tcl_FSEvalFileEx () from /usr/local/lib/libtcl8.5.so > > #45 0x003ef3b1 in Tcl_SourceObjCmd () from /usr/local/lib/libtcl8.5.so > > ---Type <return> to continue, or q <return> to quit--- > > #46 0x003dabfd in TclEvalObjvInternal () from /usr/local/lib/libtcl8.5.so > > #47 0x003db477 in Tcl_EvalEx () from /usr/local/lib/libtcl8.5.so > > #48 0x003dba2f in Tcl_EvalObjEx () from /usr/local/lib/libtcl8.5.so > > #49 0x004513ef in Tcl_UplevelObjCmd () from /usr/local/lib/libtcl8.5.so > > #50 0x003dabfd in TclEvalObjvInternal () from /usr/local/lib/libtcl8.5.so > > #51 0x0041294e in TclExecuteByteCode () from /usr/local/lib/libtcl8.5.so > > #52 0x004190b1 in TclCompEvalObj () from /usr/local/lib/libtcl8.5.so > > #53 0x00450b7d in ObjInterpProcEx () from /usr/local/lib/libtcl8.5.so > > #54 0x003dabfd in TclEvalObjvInternal () from /usr/local/lib/libtcl8.5.so > > #55 0x003db477 in Tcl_EvalEx () from /usr/local/lib/libtcl8.5.so > > #56 0x00434687 in Tcl_FSEvalFileEx () from /usr/local/lib/libtcl8.5.so > > #57 0x00c5d67a in Tk_MainEx () from /usr/local/lib/libtk8.5.so > > #58 0x0804880b in main () > > > > Please let me know if there's something I mistake! > > Thank you! > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Amsn-devel mailing list > > Amsn-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/amsn-devel > > > > > -- > "Where is the life that we have lost in living? > Where is the wisdom that we have lost in knowledge? > Where is the knowledge that we have lost in information?" > > OEO; > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Amsn-devel mailing list > Amsn-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/amsn-devel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Amsn-devel mailing list Amsn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amsn-devel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Amsn-devel mailing list Amsn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amsn-devel