NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Last version of of citrix Client core dumps (Was Re: How to run Microsoft Internet Explorer on NetBSD?)



On Fri, Feb 26, 2016 at 02:30:21PM +0100, Stephan wrote:
> The assembly looks like junk and considering the adresses, you have
> tried to disassemble some memory on the stack. Is this a 64-bit wfica
> binary?

This is from:

/usr/pkgsrc/distfiles/linuxx64-13.3.0.344519.tar.gz

> Either way, this seems to be a completely different case. How does the
> backtrace look like?

and you're right, that was the shell script(!)

$ gdb /usr/pkg/lib/ICAClient/wfica  wfica.core 
GNU gdb (GDB) 7.10.1
Copyright (C) 2015 Free Software Foundation, Inc.
...
warning: A handler for the OS ABI "GNU/Linux" is not built into this configuration
of GDB.  Attempting to continue with the default i386:x86-64 settings.

Reading symbols from /usr/pkg/lib/ICAClient/wfica...(no debugging symbols found)...done.
[New process 26159]
[New process 6029]
[New process 18257]
[1]   Segmentation fault (core dumped) gdb /usr/pkg/lib/ICAClient/wfica wfica.core

$ file /usr/pkg/lib/ICAClient/wfica wfica.core
/usr/pkg/lib/ICAClient/wfica: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.26, BuildID[sha1]=82aabbc0e9bf9c7211ddbeb8ff679cc6fdb75d88, stripped
wfica.core:                   ELF 64-bit LSB core file x86-64, version 1 (SYSV), too many program headers (495)

so not much luck...

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index