Search found 8 matches
- 12 Dec 2007, 23:42
- Forum: Engine
- Topic: [SVN] Linux compilation fails
- Replies: 2
- Views: 638
- 06 Dec 2007, 22:03
- Forum: Engine
- Topic: [SVN] Linux compilation fails
- Replies: 2
- Views: 638
[SVN] Linux compilation fails
Since few days, the SVN can't anymore compile here's the log : ... g++ -o build/rts/System/Platform/Linux/UnixFileSystemHandler.o -c -fsingle-precision-constant -frounding-math -fsignaling-nans -mieee-fp -ggdb3 -Wchar-subscripts -Wformat=2 -Winit-self -Wimplicit -Wmissing-braces -Wparentheses -Wsequ...
- 02 Nov 2007, 20:35
- Forum: Help & Bugs
- Topic: Spring 0.75b2 on AMD64
- Replies: 1
- Views: 519
Spring 0.75b2 on AMD64
Hello, I compiled Spring to run it on my gentoo amd64 but it crashes everytime, here's the bt from GDB : Starting program: /usr/bin/spring spring (no debugging symbols found) warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fffb85fd000 (no debugging symbols found) (...
- 29 Oct 2007, 22:43
- Forum: Help & Bugs
- Topic: Latest SVN trunk crashes
- Replies: 5
- Views: 635
- 29 Oct 2007, 20:39
- Forum: Help & Bugs
- Topic: Latest SVN trunk crashes
- Replies: 5
- Views: 635
So I recompiled it, GDB gives me this : Program received signal SIGSEGV, Segmentation fault. 0x00002b8e19e48b49 in ?? () from /lib64/ld-linux-x86-64.so.2 (gdb) bt #0 0x00002b8e19e48b49 in ?? () from /lib64/ld-linux-x86-64.so.2 #1 0x00002b8e19e436e8 in ?? () from /lib64/ld-linux-x86-64.so.2 #2 0x0000...
- 29 Oct 2007, 20:24
- Forum: Help & Bugs
- Topic: Latest SVN trunk crashes
- Replies: 5
- Views: 635
Ok, I will recompile it, and then I give the new backtrace. Oh, yes I use Gentoo and my config is : Gentoo-Tux Spring # gcc -v Utilisation des specs internes. Target: x86_64-pc-linux-gnu Configur├â┬® avec: /var/tmp/portage/sys-devel/gcc-4.2.2/work/gcc-4.2.2/configure --prefix=/usr --bindir=/usr/x86_...
- 29 Oct 2007, 12:48
- Forum: Help & Bugs
- Topic: Latest SVN trunk crashes
- Replies: 5
- Views: 635
Latest SVN trunk crashes
Hi all, I wanted to use the latest SVN trunk but it crashes with this in GDB :
Code: Select all
Program received signal SIGSEGV, Segmentation fault.
0x00002af28fb2db49 in ?? () from /lib64/ld-linux-x86-64.so.2
- 06 Aug 2007, 13:20
- Forum: Help & Bugs
- Topic: Spring crash (std::bad_alloc) Linux
- Replies: 0
- Views: 656
Spring crash (std::bad_alloc) Linux
Each time I want to play with spring online there is a crash, it crashes after the loading with the error "std::bad_alloc" and when I'm hosting a game I get "Wrong packet length got 31 from 1 instead of 16". It's spring compiled on a Gentoo with the boost 1.34 patch. Compiled wit...