Forum

> > CS2D > General > appstub.linux signal handler 11
Forums overviewCS2D overviewGeneral overviewLog in to reply

English appstub.linux signal handler 11

10 replies
To the start Previous 1 Next To the start

old appstub.linux signal handler 11

Topunit
User Off Offline

Quote
Hi.

I'm trying to get the Linux dedicated server running on Ubuntu 9 but it gives me an error: appstub.linux signal handler 11. I do have libstdc++5 installed (I did aptitude install libstdc++5) and I did upload the whole sys folder.

Any ideas?

Thanks.

old Re: appstub.linux signal handler 11

Lee
Moderator Off Offline

Quote
Topunit has written
Hi.

I'm trying to get the Linux dedicated server running on Ubuntu 9 but it gives me an error: appstub.linux signal handler 11. I do have libstdc++5 installed (I did aptitude install libstdc++5) and I did upload the whole sys folder.

Any ideas?

Thanks.


Are you sure you've installed the backwards compatible version? libstdc++5 alone isn't enough (given that it's deprecated and replaced in gcc). What OS are you using?

old Re: appstub.linux signal handler 11

Topunit
User Off Offline

Quote
On Ubuntu it's a bit different I think. The only available packages are:

libstdc++6-4.3-dev libstdc++6-4.3-doc libstdc++5 libstdc++6 libstdc++6-4.3-pic libstdc++6-4.1-dbg
libstdc++6-4.1-dev libstdc++6-4.1-doc libstdc++6-4.1-pic libstdc++6-4.2-dbg libstdc++6-4.2-dev
libstdc++6-4.2-doc libstdc++6-4.2-pic libstdc++-dev libstdc++6-4.3-dbg

old Re: appstub.linux signal handler 11

Topunit
User Off Offline

Quote
I'm using Ubuntu, I can only install Ubuntu/Debian packages - not Fedora. I think there's no compat packages for Ubuntu/Debian. Do you know the exact version that I would need to install without backwards-compatibility?

Thanks.

old Re: appstub.linux signal handler 11

jeepohahyo
User Off Offline

Quote
leegao has written
Are you sure you've installed the backwards compatible version? libstdc++5 alone isn't enough (given that it's deprecated and replaced in gcc). What OS are you using?

The libstdc++5 package works under normal conditions, I can confirm that, CS2D runs and I have no compat packages.

It seems to be another problem. If it helps: Signal 11 means segmentation fault, it seems that BlitzMax at least catches it. Could be a driver problem, are you really running the dedicated server, not the client? (I'm just asking because I have no idea what could cause a segfault here)

By the way: Installing yum for rpm packages is overkill, better try alien to convert it to a deb package (or better yet alien -i as root, to install the converted one directly)

old Re: appstub.linux signal handler 11

ohaz
User Off Offline

Quote
I get a segmentation fault as a server too, but I have libstdc++5 installed too.
Could it be, that you run a 64bit pc? Doesn't work there (I'm asking DC all the time to compile the dedicated server with 64bit, but he doesn't)

old Re: appstub.linux signal handler 11

Topunit
User Off Offline

Quote
Yum uses the same repositories as aptitude, I tried it. I'm sure I'm running the dedicated server with the right files.

I'm sure it's a 32bit. Here are the specifications: Linux richa 2.6.18-128.1.1.el5.028stab062.3 #1 SMP Sun May 10 18:54:51 MSD 2009 i686 GNU/Linux. It's on an OpenVZ VPS.

"A segmentation fault occurs when a program attempts to access a memory location that it is not allowed to access, or attempts to access a memory location in a way that is not allowed (for example, attempting to write to a read-only location, or to overwrite part of the operating system)."

Is that right?
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview