svn revision 3677 error abort

CodeLite installation/troubleshooting forum
reandr
CodeLite Curious
Posts: 3
Joined: Mon Jan 25, 2010 8:35 pm
Genuine User: Yes
IDE Question: c++
Contact:

svn revision 3677 error abort

Post by reandr »

$ svn info
URL: https://codelite.svn.sourceforge.net/sv ... lite/trunk
Repository Root: https://codelite.svn.sourceforge.net/svnroot/codelite
Repository UUID: 9da81c78-c036-0410-9e1f-a2b0375e4b5a
Revision: 3677
Node Kind: directory
Schedule: normal
Last Changed Author: eranif
Last Changed Rev: 3677
Last Changed Date: 2010-01-26 01:20:15 +0900 (Tue, 26 Jan 2010)

$ uname -a
Linux reandr 2.6.32-rc8-reandr-r1 #1 Sat Nov 28 03:52:39 KST 2009 i686 GNU/Linux
$ gcc -v
Using built-in specs.
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion=Ubuntu 4.3.3-14ubuntu1 --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.3.3 (Ubuntu)

[/media/sdc1/codelite]$ gdb codelite
GNU gdb (GDB) 7.0.50.20091013-cvs
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/codelite...done.
(gdb) r
Starting program: /usr/bin/codelite
[Thread debugging using libthread_db enabled]
[New Thread 0xb14deb90 (LWP 14994)]
[New Thread 0xb0c98b90 (LWP 15002)]
[New Thread 0xb0498b90 (LWP 15003)]
[New Thread 0xafc98b90 (LWP 15004)]
[New Thread 0xaf498b90 (LWP 15005)]
[New Thread 0xaec98b90 (LWP 15006)]
[New Thread 0xae498b90 (LWP 15007)]
[New Thread 0xada6bb90 (LWP 15020)]
[New Thread 0xad127b90 (LWP 15029)]
[Thread 0xad127b90 (LWP 15029) exited]

Program received signal SIGSEGV, Segmentation fault.
0xb768c987 in wxWindowBase::Close(bool) () from /usr/lib/libwx_gtk2u_core-2.8.so.0
Current language: auto
The current source language is "auto; currently asm".
(gdb) bt full
#0 0xb768c987 in wxWindowBase::Close(bool) () from /usr/lib/libwx_gtk2u_core-2.8.so.0
No locals.
#1 0x0809b771 in App::OnInit() ()
No locals.
#2 0xb7326510 in wxEntry(int&, wchar_t**) () from /usr/lib/libwx_baseu-2.8.so.0
No locals.
#3 0xb7326727 in wxEntry(int&, char**) () from /usr/lib/libwx_baseu-2.8.so.0
No locals.
#4 0x08098f60 in main ()
No locals.
(gdb) i r
eax 0x14 20
ecx 0xbfffdd24 -1073750748
edx 0xb7766340 -1216978112
ebx 0xb778aff4 -1216827404
esp 0xbfffdd00 0xbfffdd00
ebp 0xbfffdd58 0xbfffdd58
esi 0x0 0
edi 0x8814770 142690160
eip 0xb768c987 0xb768c987 <wxWindowBase::Close(bool)+103>
eflags 0x210282 [ SF IF RF ID ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0 0
gs 0x33 51
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: svn revision 3677 error abort

Post by eranif »

do a clean build.
and then:
sudo make uninstall
sudo make install

it will fix it

Eran
Make sure you have read the HOW TO POST thread
reandr
CodeLite Curious
Posts: 3
Joined: Mon Jan 25, 2010 8:35 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: svn revision 3677 error abort

Post by reandr »

$ rm -rf ~/.codelite
$ cd /media/sdc1/codelite
$ svn info
URL: https://codelite.svn.sourceforge.net/sv ... lite/trunk
Repository Root: https://codelite.svn.sourceforge.net/svnroot/codelite
Repository UUID: 9da81c78-c036-0410-9e1f-a2b0375e4b5a
Revision: 3677
Node Kind: directory
Schedule: normal
Last Changed Author: eranif
Last Changed Rev: 3677
Last Changed Date: 2010-01-26 01:20:15 +0900 (Tue, 26 Jan 2010)
$ sudo make uninstall
$ cd ..
$ rm -rf codelite
$ svn co https://codelite.svn.sourceforge.net/sv ... lite/trunk codelite
$ cd codelite
$ ./configure --prefix=/usr
$ make
$ sudo make install
$ codelite
Aborted
$ more ~/.codelite/crash.log
18시 02분 04초
[0xffffe400] 0
/usr/lib/libwx_gtk2u_core-2.8.so.0 wxWindowBase::Close(bool) 0
App::OnInit() 0
/usr/lib/libwx_baseu-2.8.so.0 wxEntry(int&, wchar_t**) 0

still same error. still my fault?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: svn revision 3677 error abort

Post by eranif »

reandr wrote:still my fault?
Its not an issue of "whos fault is this" the reason I asked you to do a rebuild is that it solved this *exact* problem to 3 people (including myself).

I did a small change to app.cpp. Try updating the svn (no need for a full re-build) and let me know if it works for you now

Eran
Make sure you have read the HOW TO POST thread
reandr
CodeLite Curious
Posts: 3
Joined: Mon Jan 25, 2010 8:35 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: svn revision 3677 error abort

Post by reandr »

sorry,i`m not good at english.
i`m not using the "fault" word that you mean.
anyway svn update resolved my abort error.
thanks for quick fix.
Post Reply