search for: 0x4001a000

Displaying 20 results from an estimated 23 matches for "0x4001a000".

Did you mean: 0x40017000
2000 Dec 12
1
openssh 2.3.0p1 crashes
...n_hosts", O_RDONLY) = -1 ENOENT (No such file or directory) 3295 open("/usr/local/app/openssh-2.3.0p1/etc/ssh_known_hosts", O_RDONLY) = 5 3295 fstat(5, {st_mode=S_IFREG|0644, st_size=786, ...}) = 0 3295 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000 3295 read(5, "pluto,pluto.hwk-stuttgart.de,172"..., 4096) = 786 3295 read(5, "", 4096) = 0 3295 close(5) = 0 3295 munmap(0x4001a000, 4096) = 0 3295 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0 3295 write(2, &qu...
2001 Feb 22
0
chemdat with wine
.../cdrom> wine ChemDAT/ChemDAT.exe err:psdrv:PSDRV_AFMGetCharMetrics missing ;, failed. [C 0 ; WX 600 ; N null] fixme:midi:OSS_MidiInit Synthetizer support MIDI in. Not supported yet (please report) fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not correctly implemented! 0x4001a000 fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x4001a000 fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x4001a124 fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not correctly implemented! 0x404b6000 fixme:cursor:CURSORICON...
2005 Nov 23
2
[LLVMdev] llvm-ranlib: Bus Error in regressions + fix
...ode=S_IFREG|0600, st_size=4040, ...}) = 0 mmap2(NULL, 4096, PROT_READ, MAP_PRIVATE, 4, 0) = 0x40019000 open("temp.GNU.a", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5 fstat64(5, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000 _llseek(5, 0, [0], SEEK_CUR) = 0 --- SIGBUS (Bus error) @ 0 (0) --- -- Evan Jones http://evanjones.ca/
2005 Nov 23
0
[LLVMdev] llvm-ranlib: Bus Error in regressions + fix
...= 0x40019000 map in the contents of the file we wrote. > open("temp.GNU.a", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5 wipe out the original file > fstat64(5, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, > 0) = 0x4001a000 allocate memory > _llseek(5, 0, [0], SEEK_CUR) = 0 > --- SIGBUS (Bus error) @ 0 (0) --- From this strace it looks to me like the only solution is to copy the data pointed to by foreignST into malloc'd space. Its just a symbol table so it shouldn't be too huge. The prob...
2005 Mar 05
2
dovecot-pgsql.conf can't find in chroot? (debian)
...=2005/02/09-03:35:52}) = 0 [pid 18211] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0 x4001a000 [pid 18211] read(7, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\5\0"..., 4096) = 127 9 [pid 18211] close(7) = 0 [pid 18211] munmap(0x4001a000, 4096) = 0 ** chrooting dovecot-auth [pid 18211] chroot("/var/run/dovecot-auth") = 0 [pid 18211] chdir("/") = 0 [pid 18211] gettimeofday({1109995747, 798541}, {360, 0}) = 0 [pid 18211] rt_sigaction(SIGHUP, {0x404a07a0, [], SA_RESTORER, 0x4027e678}, NULL, 8)...
2000 Jul 16
1
OpenSSH 2.1.1p3 problem on Debian 2.2
...ose enough I tried to compile from source. It fails on ./configure with the claim that it could not find the OpenSSL installation. But getting the test program right together with an empty main(), I can compile that by hand, resulting in: $ ldd conftest libnsl.so.1 => /lib/libnsl.so.1 (0x4001a000) libz.so.1 => /usr/lib/libz.so.1 (0x40030000) libutil.so.1 => /lib/libutil.so.1 (0x4003f000) libcrypto.so.0 => /usr/lib/libcrypto.so.0 (0x40042000) libc.so.6 => /lib/libc.so.6 (0x400ed000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)...
2004 Nov 23
0
Strange error
...the problem does not lie there, also I have a debian sarge installation that can join the same domain with the same command using. If i run ldd on the net program then i get: ------------------------------- [root@x2scan websafe2.0]# ldd /usr/bin/net libcrypt.so.1 => /lib/libcrypt.so.1 (0x4001a000) libresolv.so.2 => /lib/libresolv.so.2 (0x40048000) libnsl.so.1 => /lib/libnsl.so.1 (0x40059000) libdl.so.2 => /lib/libdl.so.2 (0x4006e000) libpopt.so.0 => /usr/lib/libpopt.so.0 (0x40071000) libgssapi_krb5.so.2 => /usr/kerberos/lib/libgssapi_kr...
2003 Nov 17
1
MySQL patch + Debian
...ssdb-mysql.o into dovecot-auth. Problem is that dovecot-auth says "Unknown userdb type 'mysql'" and an ldd of /src/auth/dovecot-auth shows no libmysqlclient10: > wedge:/usr/local/src/dovecot-0.99.10# ldd src/auth/dovecot-auth > libpam.so.0 => /lib/libpam.so.0 (0x4001a000) > libldap.so.2 => /usr/lib/libldap.so.2 (0x40022000) > libpq.so.3 => /usr/lib/libpq.so.3 (0x4005a000) > libcrypt.so.1 => /lib/libcrypt.so.1 (0x4006e000) > libdl.so.2 => /lib/libdl.so.2 (0x4009c000) > libc.so.6 => /lib/libc.so.6...
2002 Oct 02
0
Directory Problemsw
...ll.so' (0x407de000) No debug information in ELF '//usr/lib/wine/wine/comctl32.dll.so' (0x40803000) No debug information in ELF '//usr/lib/wine/wine/winspool.drv.so' (0x4001a000) No debug information in ELF '/usr/lib/libjpeg.so.62' (0x40764000) No debug information in ELF '//usr/lib/wine/wine/ole32.dll.so' (0x40782000) No debug info...
2005 Jun 08
0
Shared libraries not found.
...e shell script, the binaries are linked with older versions of the ldap, kerberos and ssl libraries. If I add the /usr/local/lib directory to the /etc/ld.so.conf file and run ldconfig, the binary shows up like this: -------- ldd smbd libldap-2.2.so.7 => /usr/local/lib/libldap-2.2.so.7 (0x4001a000) liblber-2.2.so.7 => /usr/local/lib/liblber-2.2.so.7 (0x40048000) libcups.so.2 => /usr/lib/libcups.so.2 (0x40054000) libssl.so.0.9.7 => /usr/local/ssl/lib/libssl.so.0.9.7 (0x4006f000) libcrypto.so.0.9.7 => /usr/local/ssl/lib/libcrypto.so.0.9.7 (0x4009f000...
2005 Jan 20
1
FW: Asterisk 1.0.3 startup
Sorry all, Did that and its going good now. Rgds Nic _____ From: Nic le Roux [mailto:nicl@i-procc.za.net] Sent: 20 January 2005 11:22 AM To: 'asterisk-users@lists.digium.com' Subject: Asterisk 1.0.3 startup Hi All, I've managed to compile make and make install asterisk on Mandrake 9.2. However on startup I get the following message: [cdr_tds.so]Jan 20 11:13:54
2005 Nov 23
0
[LLVMdev] llvm-ranlib: Bus Error in regressions + fix
Evan Jones wrote: > I am pretty certain that this has nothing to do with the C++ library, > and everything to do with the behaviour of mmap when the file that was > mmaped is modified. I actually can reproduce this behaviour with the > attached C test case. The program mmaps a file called 'data,' prints the > last byte, truncates the file, then tries to read the last
2005 Feb 01
5
Cannot save/migrate domains
Hi, I had a problem trying to migrate domains, in trying to locate it I noticed that saving domains doesn''t work either, which I believe explains why the receiving xfrd doesn''t actually receive anything. So here it goes... xenone:/tmp# xm list Name Id Mem(MB) CPU State Time(s) Console Domain-0 0 123 0 r---- 900.6 sky 9
2001 Nov 19
1
Crash when pressing OK/Cancel in User Preferences - Lotus Notes RNext
...m ELF '/lib/ld-linux.so.2' (0x40000000) Loaded debug information from ELF '/usr/local/lib/libkernel32.so' (0x40635000) Loaded debug information from ELF '/usr/local/lib/libadvapi32.so' (0x406ad000) Loaded debug information from ELF '/usr/local/lib/libshfolder.so' (0x4001a000) Loaded debug information from ELF '/usr/local/lib/libshell32.so' (0x406cb000) Loaded debug information from ELF '/usr/local/lib/libole32.so' (0x40733000) Loaded debug information from ELF '/usr/local/lib/libuser32.so' (0x40789000) Loaded debug information from ELF '/...
2005 Nov 23
2
[LLVMdev] llvm-ranlib: Bus Error in regressions + fix
...ks," and I have figured out the problem. Here is the crashed strace, after it opens the file: open("temp.GNU.a", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 15 fstat64(15, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000 _llseek(15, 0, [0], SEEK_CUR) = 0 --- SIGBUS (Bus error) @ 0 (0) --- and here is the "working" strace, after it opens the file: open("temp.GNU.a", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 17 write(17, "!<arch>\n", 8) = 8 _llseek(17...
2005 Nov 22
2
[LLVMdev] llvm-ranlib: Bus Error in regressions + fix
On Nov 22, 2005, at 17:18, Reid Spencer wrote: > Your patch uses an operating system call that is not portable. All > non-portable code needs to be located in the lib/System library. Yep! I know. That is why I posted it for discussion. I'm not sure if this is the "right" way to fix the problem, or if there is a different fix that should be applied (like perhaps copying the
2001 May 31
0
Bug in scp
...= 0 566 open("/lib/libdl.so.2", O_RDONLY) = 4 566 fstat(4, {st_mode=S_IFREG|0644, st_size=9452, ...}) = 0 566 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\330\34"..., 4096) = 4096 566 old_mmap(NULL, 12428, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x4001a000 566 mprotect(0x4001c000, 4236, PROT_NONE) = 0 566 old_mmap(0x4001c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 0x1000) = 0x4001c000 566 close(4) = 0 566 open("/lib/libnsl.so.1", O_RDONLY) = 4 566 fstat(4, {st_mode=S_IFREG|0644, st_size=7603...
2004 Jan 15
2
serial port access - microwin step 7
hi, i'm trying to get the application MICROWIN STEP 7 (version 3.1 SP2) from siemens to run. it's a tool which can program siemens simatic S7 through different devices, among others via serial port ppi cabel. the problem is this: the application installs fine, but when i try to install a software device interface (the interface to the serial port, for example), nothing happens. the
2002 Aug 13
2
AW: Unable to open configuration file "/etc/smb.conf" (or whereve r i specify)
Hi, it looks like you have something really messed up on your system. The size of the file is 1243 bytes (from strace) but 0 bytes are being read. If you had no permission to read the strace would have looked like this: open("/etc/samba/smb.conf", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission denied) A quick look at the source code reveals: /etc/samba/smb.conf is opened in file_load
2011 Aug 03
18
[Bug 734] New: Iptables on Arm Processor with Vanilla Kernel
http://bugzilla.netfilter.org/show_bug.cgi?id=734 Summary: Iptables on Arm Processor with Vanilla Kernel Product: netfilter/iptables Version: linux-2.6.x Platform: arm OS/Version: Debian GNU/Linux Status: NEW Severity: critical Priority: P5 Component: unknown AssignedTo: netfilter-buglog at