You are not logged in.
Pages: 1
hello,
when i'm trying to run the hldsupdatetool.bin, for updating counter strike files to make a server i'm getting a "Segmentation fault", something I don't get in other distros.
the problem isn't on my installation, as i have tested it with different ones..
ldd:
linux-gate.so.1 => (0xb77eb000)
libc.so.6 => /lib/libc.so.6 (0xb767e000)
/lib/ld-linux.so.2 (0xb77ec000)
so is linux-gate.so.1 missing? where can i find it?
i can't find it in other distros.
Offline
on messages.log i'm getting this error:
May 21 00:30:06 desktopc kernel: [40371.575119] hldsupdatetool.[8894]: segfault at 14 ip b766ab9d sp bffda508 error 4 in libc-2.13.so[b75ff000+15f000]
Offline
Did you ever get this working; I am having the same issue here.
Last edited by fu-fu (2011-06-24 19:53:56)
Offline
Try glibc from testing.
Offline
Try glibc from testing.
... there is no glibc in testing?
~
Offline
There was a day ago... 2.14.
Offline
I'm also getting this segfault.
Linux vps3 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 14:57:41 CEST 2011 x86_64 Intel(R) Xeon(R) CPU X5650 @ 2.67GHz GenuineIntel GNU/Linux
linux-gate.so.1 => (0xf76fa000)
libc.so.6 => /usr/lib32/libc.so.6 (0xf758a000)
/lib/ld-linux.so.2 (0xf76fb000)
Aug 2 18:18:59 vps3 kernel: [74322.723154] hldsupdatetool.[28813]: segfault at 14 ip 00000000f75ef8ed sp 00000000ffc331d8 error 4 in libc-2.14.so[f7583000+162000]
There is no new glibc in testing to try out, 2.14-4 is the latest one and it's in core.
Also tried on my desktop PC with the same results:
Linux archtop 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011 x86_64 Intel(R) Core(TM)2 Quad CPU @ 2.40GHz GenuineIntel GNU/Linux
linux-gate.so.1 => (0xf7745000)
libc.so.6 => /usr/lib32/libc.so.6 (0xf75b4000)
/lib/ld-linux.so.2 (0xf7746000)
Aug 2 20:32:11 localhost kernel: [258034.921936] hldsupdatetool.[22947]: segfault at 14 ip 00000000f75e48ed sp 00000000fffc6738 error 4 in libc-2.14.so[f7578000+162000]
Last edited by benbrooks (2011-08-02 20:16:56)
Offline
Was there resolution to this? Hitting the same issue on a 32bit install. Installed a 64bit but also getting the same seg fault.
Offline
I was unable to find a resolution to this, but it's definitely glibc's fault.
Downgrade that and you're good to go, the only problem is that practically everything needs to have glibc as a dependancy, so it's a PITA to downgrade.
Offline
Ok thanks. Too much work for a newb like me then. I'll sit and wait for this to be fixed. Odd though this isn't happening to other distros?
Offline
Ok thanks. Too much work for a newb like me then. I'll sit and wait for this to be fixed. Odd though this isn't happening to other distros?
It's not happening to other distros because they're still on an older version of glibc. Arch Linux is a rolling release distro which tends to get "bleeding edge" updates, which of course introduces bugs like this until things are fixed.
Best sticking to a non-rolling release distro like Debian or Ubuntu if it's a server.
Offline
Ah fair enough, explains why Ubuntu has no issues. I kinda love Arch's minimalistic lightweight OS to get the most from my applications. Thanks anyway Ben.
Offline
I'm very interested in getting this working ... fyi!
Offline
Okay, I used an old system to extract the two files created by this binary, compressed it as a .tar.xz, and am sharing it here: http://goo.gl/Yc4Eq
-edit- Gaah, the 'steam' binary is segfaulting too
Last edited by synthead (2011-09-02 07:07:50)
Offline
The only work around I found was a rebuild using the older 2010.05 ISO and not using pacman to upgrade the system. Its sad how long this is taking to get resolved!
Offline
The only work around I found was a rebuild using the older 2010.05 ISO and not using pacman to upgrade the system. Its sad how long this is taking to get resolved!
It's not an arch issue, Valve needs to update their binaries to be compatible with the new glibc version, and since 99.9% of servers won't be on rolling release distros it isn't their top priority.
Offline
Pages: 1