You are not logged in.

#1 2011-05-20 18:47:02

ScreenSilently
Member
Registered: 2011-04-20
Posts: 6

hldsupdatetool Segmentation fault

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

#2 2011-05-20 21:40:37

ScreenSilently
Member
Registered: 2011-04-20
Posts: 6

Re: hldsupdatetool Segmentation fault

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

#3 2011-06-24 19:53:38

fu-fu
Member
Registered: 2011-06-24
Posts: 12

Re: hldsupdatetool Segmentation fault

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

#4 2011-06-26 13:33:31

Svenstaro
Administrator
From: Germany
Registered: 2008-11-19
Posts: 388

Re: hldsupdatetool Segmentation fault

Try glibc from testing.

Offline

#5 2011-06-27 16:18:14

Weegee
Member
Registered: 2010-08-06
Posts: 62

Re: hldsupdatetool Segmentation fault

Svenstaro wrote:

Try glibc from testing.

... there is no glibc in testing?


~

Offline

#6 2011-06-27 22:44:53

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: hldsupdatetool Segmentation fault

There was a day ago...   2.14.

Offline

#7 2011-08-02 18:10:45

benbrooks
Member
From: Cheshire, UK
Registered: 2010-10-04
Posts: 4
Website

Re: hldsupdatetool Segmentation fault

I'm also getting this segfault.

uname -a wrote:

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

ldd hldsupdatetool.bin wrote:

    linux-gate.so.1 =>  (0xf76fa000)
    libc.so.6 => /usr/lib32/libc.so.6 (0xf758a000)
    /lib/ld-linux.so.2 (0xf76fb000)

cat /var/log/kernel.log | grep hlds wrote:

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:

uname -a wrote:

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

ldd hldsupdatetool.bin wrote:

    linux-gate.so.1 =>  (0xf7745000)
    libc.so.6 => /usr/lib32/libc.so.6 (0xf75b4000)
    /lib/ld-linux.so.2 (0xf7746000)

cat /var/log/kernel.log | grep hlds wrote:

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

#8 2011-08-23 22:10:32

Swarfega
Member
Registered: 2011-08-19
Posts: 100

Re: hldsupdatetool Segmentation fault

Was there resolution to this? Hitting the same issue on a 32bit install.  Installed a 64bit but also getting the same seg fault.

Offline

#9 2011-08-23 22:58:52

benbrooks
Member
From: Cheshire, UK
Registered: 2010-10-04
Posts: 4
Website

Re: hldsupdatetool Segmentation fault

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

#10 2011-08-23 23:15:36

Swarfega
Member
Registered: 2011-08-19
Posts: 100

Re: hldsupdatetool Segmentation fault

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

#11 2011-08-23 23:20:40

benbrooks
Member
From: Cheshire, UK
Registered: 2010-10-04
Posts: 4
Website

Re: hldsupdatetool Segmentation fault

Swarfega wrote:

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

#12 2011-08-23 23:23:01

Swarfega
Member
Registered: 2011-08-19
Posts: 100

Re: hldsupdatetool Segmentation fault

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

#13 2011-09-02 06:33:46

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: hldsupdatetool Segmentation fault

I'm very interested in getting this working ... fyi!

Offline

#14 2011-09-02 07:02:43

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: hldsupdatetool Segmentation fault

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 hmm

Last edited by synthead (2011-09-02 07:07:50)

Offline

#15 2011-09-02 07:56:28

Swarfega
Member
Registered: 2011-08-19
Posts: 100

Re: hldsupdatetool Segmentation fault

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

#16 2011-09-02 16:32:13

benbrooks
Member
From: Cheshire, UK
Registered: 2010-10-04
Posts: 4
Website

Re: hldsupdatetool Segmentation fault

Swarfega wrote:

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

Board footer

Powered by FluxBB