Hello,
From what I see below, you have a problem in your library's handling of
gethostbyname_r().
My first question would be what version of the kernel you are running. If you
are using a 2.4 kernel, then you have fallen into a known bug by
using /lib/tls (kernel threads problems) and the solution is not to
use /lib/tls, but the old pthreads code, and this is documented in the
manual.
If you are using a 2.6 kernel, then I don't know what the problem is, but you
will need to manually run the debugger and try to see what your library code
is doing. You might try turning of nscd, which seems to be causing the
problem (i.e. it looks broken to me) since it is dying in a call to nscd.
Alternatively, there may be a newer version for your distro that fixes the
problem ...
It is unlikely this is a Bacula bug, IMO.
Best regards,
Kern
On Thursday 29 November 2007 14:11, [EMAIL PROTECTED] wrote:
> On Thu, 29 Nov 2007, Arno Lehmann wrote:
> > You should post one of those mails here. The developers might see
> > something interesting in there.
>
> Ok, here goes:
>
> Subject: Bacula GDB traceback of bacula-sd
>
> Using host libthread_db library "/lib/tls/libthread_db.so.1".
> [Thread debugging using libthread_db enabled]
> [New Thread -1210349888 (LWP 5804)]
> [New Thread -1390425168 (LWP 6167)]
> [Thread debugging using libthread_db enabled]
> [New Thread -1210349888 (LWP 5804)]
> [New Thread -1390425168 (LWP 6167)]
> [Thread debugging using libthread_db enabled]
> [New Thread -1210349888 (LWP 5804)]
> [New Thread -1390425168 (LWP 6167)]
> [New Thread -1382036560 (LWP 6166)]
> [New Thread -1373643856 (LWP 6165)]
> [New Thread -1365247056 (LWP 6161)]
> [New Thread -1356858448 (LWP 6160)]
> [New Thread -1348469840 (LWP 6159)]
> [New Thread -1302627408 (LWP 6138)]
> [New Thread -1294238800 (LWP 6137)]
> [New Thread -1285850192 (LWP 6136)]
> [New Thread -1277461584 (LWP 6135)]
> [New Thread -1269072976 (LWP 6134)]
> [New Thread -1260684368 (LWP 6133)]
> [New Thread -1252295760 (LWP 6132)]
> [New Thread -1243907152 (LWP 6131)]
> [New Thread -1210352720 (LWP 6130)]
> [New Thread -1227129936 (LWP 6129)]
> [New Thread -1235518544 (LWP 6128)]
> [New Thread -1218741328 (LWP 5808)]
> 0xb7e6b137 in ___newselect_nocancel () from /lib/tls/libc.so.6
> $1 = "valium-sd", '\0' <repeats 20 times>
> $2 = 0x80ac078 "bacula-sd"
> $3 = 0x80ac0a0 "/usr/local/bacula/sbin/bacula-sd"
> $4 = 0x0
> $5 = 0x80a4964 "2.2.5 (09 October 2007)"
> $6 = 0x80a03cd "i686-pc-linux-gnu"
> $7 = 0x80a03c3 "slackware"
> $8 = 0x80a03b2 "Slackware 10.2.0"
> #0 0xb7e6b137 in ___newselect_nocancel () from /lib/tls/libc.so.6
> #1 0x08078a7f in bnet_thread_server (addrs=0x80ac868, max_clients=41,
> client_wq=0x80aa740,
> handle_client_request=0x805cd20 <handle_connection_request(void*)>)
> at bnet_server.c:161
> #2 0x0804ae9a in main (argc=134924600, argv=0x80ac868) at stored.c:264
>
> Thread 19 (Thread -1218741328 (LWP 5808)):
> #0 0xb7fc2192 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
> from /lib/tls/libpthread.so.0
> #1 0x0808e4d4 in watchdog_thread (arg=0x0) at watchdog.c:307
> #2 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #3 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 18 (Thread -1235518544 (LWP 6128)):
> #0 0xb7fc4581 in __read_nocancel () from /lib/tls/libpthread.so.0
> #1 0x080779f5 in read_nbytes (bsock=0x81233a8, ptr=0xb65b6f00 "\004",
> nbytes=4) at bnet.c:82
> #2 0x08079a46 in BSOCK::recv (this=0x81233a8) at bsock.c:381
> #3 0x080777e1 in bget_msg (sock=0x81233a8) at bget_msg.c:60
> #4 0x08050466 in do_append_data (jcr=0x80bc5d0) at append.c:202
> #5 0x08061a11 in append_data_cmd (jcr=0x80bc5d0) at fd_cmds.c:194
> #6 0x0806195d in do_fd_commands (jcr=0x80bc5d0) at fd_cmds.c:165
> #7 0x080617a1 in run_job (jcr=0x80bc5d0) at fd_cmds.c:128
> #8 0x08062b1d in run_cmd (jcr=0x80bc5d0) at job.c:195
> #9 0x0805cf5b in handle_connection_request (arg=0x80b8bb8) at dircmd.c:229
> #10 0x0808edea in workq_server (arg=0x80aa740) at workq.c:357
> #11 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #12 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 17 (Thread -1227129936 (LWP 6129)):
> #0 0xb7fc4581 in __read_nocancel () from /lib/tls/libpthread.so.0
> #1 0x080779f5 in read_nbytes (bsock=0x8165b50, ptr=0xb6db6f00 "\f",
> nbytes=4)
> at bnet.c:82
> #2 0x08079a46 in BSOCK::recv (this=0x8165b50) at bsock.c:381
> #3 0x080777e1 in bget_msg (sock=0x8165b50) at bget_msg.c:60
> #4 0x08050466 in do_append_data (jcr=0x80bd998) at append.c:202
> #5 0x08061a11 in append_data_cmd (jcr=0x80bd998) at fd_cmds.c:194
> #6 0x0806195d in do_fd_commands (jcr=0x80bd998) at fd_cmds.c:165
> #7 0x080617a1 in run_job (jcr=0x80bd998) at fd_cmds.c:128
> #8 0x08062b1d in run_cmd (jcr=0x80bd998) at job.c:195
> #9 0x0805cf5b in handle_connection_request (arg=0x80b0058) at dircmd.c:229
> #10 0x0808edea in workq_server (arg=0x80aa740) at workq.c:357
> #11 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #12 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 16 (Thread -1210352720 (LWP 6130)):
> #0 0xb7fc5411 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
> #1 0x0808b96a in signal_handler (sig=11) at signal.c:167
> #2 <signal handler called>
> #3 0xb7ea0dc5 in get_mapping () from /lib/tls/libc.so.6
> #4 0xb7ea0941 in __nscd_get_map_ref () from /lib/tls/libc.so.6
> #5 0xb7e9f8f4 in nscd_gethst_r () from /lib/tls/libc.so.6
> #6 0xb7e9f7af in __nscd_gethostbyname_r () from /lib/tls/libc.so.6
> #7 0xb7e85d08 in gethostbyname_r@@GLIBC_2.1.2 () from /lib/tls/libc.so.6
> #8 0xb7e6b594 in gethostid () from /lib/tls/libc.so.6
> #9 0x0808d6e5 in make_session_key (key=0xb7db7150 "",
> seed=0xffffffff <Address 0xffffffff out of bounds>, mode=1) at
> util.c:520
> #10 0x080627aa in job_cmd (jcr=0x80bed60) at job.c:139
> #11 0x0805cf5b in handle_connection_request (arg=0x80baad0) at dircmd.c:229
> #12 0x0808edea in workq_server (arg=0x80aa740) at workq.c:357
> #13 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #14 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 15 (Thread -1243907152 (LWP 6131)):
> #0 0xb7fc4581 in __read_nocancel () from /lib/tls/libpthread.so.0
> #1 0x080779f5 in read_nbytes (bsock=0x8122ea8,
> ptr=0xb5db6f00
> "è\021\v\b¨.\022\b(oÛµáw\a\b¨.\022\b?fü·(oÛµ|\a\b`\021Á±øpÛµ
> \003\005\b¨.\022\b\220pÛµ\002", nbytes=4) at bnet.c:82
> #2 0x08079a46 in BSOCK::recv (this=0x8122ea8) at bsock.c:381
> #3 0x080777e1 in bget_msg (sock=0x8122ea8) at bget_msg.c:60
> #4 0x08050320 in do_append_data (jcr=0x80b11e8) at append.c:154
> #5 0x08061a11 in append_data_cmd (jcr=0x80b11e8) at fd_cmds.c:194
> #6 0x0806195d in do_fd_commands (jcr=0x80b11e8) at fd_cmds.c:165
> #7 0x080617a1 in run_job (jcr=0x80b11e8) at fd_cmds.c:128
> #8 0x08062b1d in run_cmd (jcr=0x80b11e8) at job.c:195
> #9 0x0805cf5b in handle_connection_request (arg=0x80ae598) at dircmd.c:229
> #10 0x0808edea in workq_server (arg=0x80aa740) at workq.c:357
> #11 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #12 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 14 (Thread -1252295760 (LWP 6132)):
> #0 0xb7fc4581 in __read_nocancel () from /lib/tls/libpthread.so.0
> #1 0x080779f5 in read_nbytes (bsock=0x8145408,
> ptr=0xb55b6f00 "¸$\v\b\bT\024\b(o[µáw\a\b\bT\024\bà«\v\b", nbytes=4)
> at bnet.c:82
> #2 0x08079a46 in BSOCK::recv (this=0x8145408) at bsock.c:381
> #3 0x080777e1 in bget_msg (sock=0x8145408) at bget_msg.c:60
> #4 0x08050320 in do_append_data (jcr=0x80b24b8) at append.c:154
> #5 0x08061a11 in append_data_cmd (jcr=0x80b24b8) at fd_cmds.c:194
> #6 0x0806195d in do_fd_commands (jcr=0x80b24b8) at fd_cmds.c:165
> #7 0x080617a1 in run_job (jcr=0x80b24b8) at fd_cmds.c:128
> #8 0x08062b1d in run_cmd (jcr=0x80b24b8) at job.c:195
> #9 0x0805cf5b in handle_connection_request (arg=0x80babe0) at dircmd.c:229
> #10 0x0808edea in workq_server (arg=0x80aa740) at workq.c:357
> #11 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #12 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 13 (Thread -1260684368 (LWP 6133)):
> #0 0xb7fc4581 in __read_nocancel () from /lib/tls/libpthread.so.0
> #1 0x080779f5 in read_nbytes (bsock=0x81230c0,
> ptr=0xb4db6f00 "P\033\v\bÀ0\022\b([EMAIL PROTECTED]", nbytes=4)
> at bnet.c:82
> #2 0x08079a46 in BSOCK::recv (this=0x81230c0) at bsock.c:381
> #3 0x080777e1 in bget_msg (sock=0x81230c0) at bget_msg.c:60
> #4 0x08050320 in do_append_data (jcr=0x80b1b50) at append.c:154
> #5 0x08061a11 in append_data_cmd (jcr=0x80b1b50) at fd_cmds.c:194
> #6 0x0806195d in do_fd_commands (jcr=0x80b1b50) at fd_cmds.c:165
> #7 0x080617a1 in run_job (jcr=0x80b1b50) at fd_cmds.c:128
> #8 0x08062b1d in run_cmd (jcr=0x80b1b50) at job.c:195
> #9 0x0805cf5b in handle_connection_request (arg=0x80bba40) at dircmd.c:229
> #10 0x0808edea in workq_server (arg=0x80aa740) at workq.c:357
> #11 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #12 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 12 (Thread -1269072976 (LWP 6134)):
> #0 0xb7fc4581 in __read_nocancel () from /lib/tls/libpthread.so.0
> #1 0x080779f5 in read_nbytes (bsock=0x8122f90,
> ptr=0xb45b6f00 "
> .\v\b\220/\022\b(o[´áw\a\b\220/\022\b?fü·(o[´|\a\b04\f\bøp[´
> \003\005\b\220/\022\b\220p[´\002", nbytes=4) at bnet.c:82
> #2 0x08079a46 in BSOCK::recv (this=0x8122f90) at bsock.c:381
> #3 0x080777e1 in bget_msg (sock=0x8122f90) at bget_msg.c:60
> #4 0x08050320 in do_append_data (jcr=0x80b2e20) at append.c:154
> #5 0x08061a11 in append_data_cmd (jcr=0x80b2e20) at fd_cmds.c:194
> #6 0x0806195d in do_fd_commands (jcr=0x80b2e20) at fd_cmds.c:165
> #7 0x080617a1 in run_job (jcr=0x80b2e20) at fd_cmds.c:128
> #8 0x08062b1d in run_cmd (jcr=0x80b2e20) at job.c:195
> #9 0x0805cf5b in handle_connection_request (arg=0x80bc008) at dircmd.c:229
> #10 0x0808edea in workq_server (arg=0x80aa740) at workq.c:357
> #11 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #12 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 11 (Thread -1277461584 (LWP 6135)):
> #0 0xb7fc4581 in __read_nocancel () from /lib/tls/libpthread.so.0
> #1 0x080779f5 in read_nbytes (bsock=0x8144b30,
> ptr=0xb3db6f00 "\2107\v\b0K\024\b(oÛ³áw\a\b0K\024\b\bÎ\v\b", nbytes=4)
> at bnet.c:82
> #2 0x08079a46 in BSOCK::recv (this=0x8144b30) at bsock.c:381
> #3 0x080777e1 in bget_msg (sock=0x8144b30) at bget_msg.c:60
> #4 0x08050320 in do_append_data (jcr=0x80b3788) at append.c:154
> #5 0x08061a11 in append_data_cmd (jcr=0x80b3788) at fd_cmds.c:194
> #6 0x0806195d in do_fd_commands (jcr=0x80b3788) at fd_cmds.c:165
> #7 0x080617a1 in run_job (jcr=0x80b3788) at fd_cmds.c:128
> #8 0x08062b1d in run_cmd (jcr=0x80b3788) at job.c:195
> #9 0x0805cf5b in handle_connection_request (arg=0x80bce08) at dircmd.c:229
> #10 0x0808edea in workq_server (arg=0x80aa740) at workq.c:357
> #11 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #12 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 10 (Thread -1285850192 (LWP 6136)):
> #0 0xb7fc4581 in __read_nocancel () from /lib/tls/libpthread.so.0
> #1 0x080779f5 in read_nbytes (bsock=0x8122bd8,
> ptr=0xb35b6f00
> "P>\v\bØ+\022\b(o[³áw\a\bØ+\022\b?fü·(o[³|\a\bÀ\035\f\bøp[³
> \003\005\bØ+\022\b\220p[³\002", nbytes=4) at bnet.c:82
> #2 0x08079a46 in BSOCK::recv (this=0x8122bd8) at bsock.c:381
> #3 0x080777e1 in bget_msg (sock=0x8122bd8) at bget_msg.c:60
> #4 0x08050320 in do_append_data (jcr=0x80b3e50) at append.c:154
> #5 0x08061a11 in append_data_cmd (jcr=0x80b3e50) at fd_cmds.c:194
> #6 0x0806195d in do_fd_commands (jcr=0x80b3e50) at fd_cmds.c:165
> #7 0x080617a1 in run_job (jcr=0x80b3e50) at fd_cmds.c:128
> #8 0x08062b1d in run_cmd (jcr=0x80b3e50) at job.c:195
> #9 0x0805cf5b in handle_connection_request (arg=0x80bd3d0) at dircmd.c:229
> #10 0x0808edea in workq_server (arg=0x80aa740) at workq.c:357
> #11 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #12 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 9 (Thread -1294238800 (LWP 6137)):
> #0 0xb7fc4581 in __read_nocancel () from /lib/tls/libpthread.so.0
> #1 0x080779f5 in read_nbytes (bsock=0x8123918,
> ptr=0xb2db7110
> "Ðá\v\b\bE\v\bHqÛ²y\030\006\b\0309\022\bhE\v\bHqÛ²¢\017\005\bÐá\v\b\205\206
>\ n\bhE\v\b\bE\v\bÐá\v\bhE\v\b\230qÛ²¡\027\006\b\bE\v\bR",
> nbytes=4) at bnet.c:82
> #2 0x08079a46 in BSOCK::recv (this=0x8123918) at bsock.c:381
> #3 0x08061879 in do_fd_commands (jcr=0x80b4508) at fd_cmds.c:153
> #4 0x080617a1 in run_job (jcr=0x80b4508) at fd_cmds.c:128
> #5 0x08062b1d in run_cmd (jcr=0x80b4508) at job.c:195
> #6 0x0805cf5b in handle_connection_request (arg=0x80be1d0) at dircmd.c:229
> #7 0x0808edea in workq_server (arg=0x80aa740) at workq.c:357
> #8 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #9 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 8 (Thread -1302627408 (LWP 6138)):
> #0 0xb7fc4581 in __read_nocancel () from /lib/tls/libpthread.so.0
> #1 0x080779f5 in read_nbytes (bsock=0x81229a8,
> ptr=0xb25b6f00
> "pN\v\b¨)\022\b(o[²áw\a\b¨)\022\b?fü·(o[²|\a\bð\r\f\bøp[²
> \003\005\b¨)\022\b\220p[²\002", nbytes=4) at bnet.c:82
> #2 0x08079a46 in BSOCK::recv (this=0x81229a8) at bsock.c:381
> #3 0x080777e1 in bget_msg (sock=0x81229a8) at bget_msg.c:60
> #4 0x08050320 in do_append_data (jcr=0x80b4e70) at append.c:154
> #5 0x08061a11 in append_data_cmd (jcr=0x80b4e70) at fd_cmds.c:194
> #6 0x0806195d in do_fd_commands (jcr=0x80b4e70) at fd_cmds.c:165
> #7 0x080617a1 in run_job (jcr=0x80b4e70) at fd_cmds.c:128
> #8 0x08062b1d in run_cmd (jcr=0x80b4e70) at job.c:195
> #9 0x0805cf5b in handle_connection_request (arg=0x80be798) at dircmd.c:229
> #10 0x0808edea in workq_server (arg=0x80aa740) at workq.c:357
> #11 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #12 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 7 (Thread -1348469840 (LWP 6159)):
> #0 0xb7fc2192 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
> from /lib/tls/libpthread.so.0
> #1 0x0808ed6f in workq_server (arg=0x80aa740) at workq.c:332
> #2 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #3 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 6 (Thread -1356858448 (LWP 6160)):
> #0 0xb7fc2192 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
> from /lib/tls/libpthread.so.0
> #1 0x0808ed6f in workq_server (arg=0x80aa740) at workq.c:332
> #2 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #3 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 5 (Thread -1365247056 (LWP 6161)):
> #0 0xb7fc2192 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
> from /lib/tls/libpthread.so.0
> #1 0x0808ed6f in workq_server (arg=0x80aa740) at workq.c:332
> #2 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #3 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 4 (Thread -1373643856 (LWP 6165)):
> #0 0xb7fc2192 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
> from /lib/tls/libpthread.so.0
> #1 0x0808ed6f in workq_server (arg=0x80aa740) at workq.c:332
> #2 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #3 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 3 (Thread -1382036560 (LWP 6166)):
> #0 0xb7fc2192 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
> from /lib/tls/libpthread.so.0
> #1 0x0808ed6f in workq_server (arg=0x80aa740) at workq.c:332
> #2 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #3 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 2 (Thread -1390425168 (LWP 6167)):
> #0 0xb7fc2192 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
> from /lib/tls/libpthread.so.0
> #1 0x0808ed6f in workq_server (arg=0x80aa740) at workq.c:332
> #2 0xb7fbf0fb in start_thread () from /lib/tls/libpthread.so.0
> #3 0xb7e7199e in clone () from /lib/tls/libc.so.6
>
> Thread 1 (Thread -1210349888 (LWP 5804)):
> #0 0xb7e6b137 in ___newselect_nocancel () from /lib/tls/libc.so.6
> #1 0x08078a7f in bnet_thread_server (addrs=0x80ac868, max_clients=41,
> client_wq=0x80aa740,
> handle_client_request=0x805cd20 <handle_connection_request(void*)>)
> at bnet_server.c:161
> #2 0x0804ae9a in main (argc=134924600, argv=0x80ac868) at stored.c:264
> #0 0xb7e6b137 in ___newselect_nocancel () from /lib/tls/libc.so.6
> #0 0xb7e6b137 in ___newselect_nocancel () from /lib/tls/libc.so.6
> No symbol table info available.
> #1 0x08078a7f in bnet_thread_server (addrs=0x80ac868, max_clients=41,
> client_wq=0x80aa740,
> handle_client_request=0x805cd20 <handle_connection_request(void*)>)
> at bnet_server.c:161
> 161 if ((stat = select(maxfd + 1, &sockset, NULL, NULL, NULL)) <
> 0) {
> Current language: auto; currently c++
> maxfd = 3
> sockset = {fds_bits = {8, 0 <repeats 31 times>}}
> newsockfd = -1210349920
> stat = 0
> clilen = 16
> cli_addr = {sa_family = 2,
> sa_data = "\005GÀ¨\000ë\000\000\000\000\000\000\000"}
> tlog = -1210349920
> turnon = 1
> p = (IPADDR *) 0x0
> fd_ptr = (s_sockfd *) 0x0
> buf =
> "192.168.0.235\000\a\bøæ\000\000\000\000\231^8É\n\bèæÐ\025ü·(çbh\a\b
> Dµ\n\b\214\202\n\b\000\000\000\000 \206\001\000è¼û·ØÁ\n\b8É\n\b\000\000\000
>\ 000Hç\220`\000\000\000\000ØÁ\n\b8É\n\b\000\000\000\000Hç³Þ\b\b\000\000
> \000\000d\000\000\000XçØÁ\n\b"
> sockfds = {<SMARTALLOC> = {<No data fields>}, head = 0xbfffdb70,
> tail = 0xbfffdb70, loffset = 0, num_items = 1}
> allbuf =
> "ð\223\004\b\214ìý·Ø\017\000¸#X\n\bØXÜ·\000\000\000\000\000\000\000\000\016
>ª Ü·O\230\004\b\000\000\000\000\000\000\000\000 ", '\0' <repeats 11 times>,
> "Ъܷ¸YÜ·8ÓÛ·Ðìý·\b\000\000\000<\220Û·À\220Ûg\200ìý·$Ýînð\223\004\b\214ì
> ý·Ø\017\000¸À\220Û\000ÈæÛ·pÝ·0\016ªÜ·O\230\004\b\001\000\000\000\000\000
> \000\000
> \000\000\000ç\021ü·ôÅá·ÐªÜ·¸YÜ·8ÓÛ·Ðìý·\b\000\000\000ðÈ\n\bhÝÐ\025ü·¨Ýbh
> \a\b\bµ\n\b\v\000\000\000X"...
> #2 0x0804ae9a in main (argc=134924600, argv=0x80ac868) at stored.c:264
> 264 bnet_thread_server(me->sdaddrs, me->max_concurrent_jobs * 2 + 1,
> ch = -514
> no_signals = false
> test_config = false
> thid = 3084614576
> uid = 0x0
> gid = 0x0
> #0 0x00000000 in ?? ()
> No symbol table info available.
> #0 0x00000000 in ?? ()
> No symbol table info available.
> #0 0x00000000 in ?? ()
> No symbol table info available.
> #0 0x00000000 in ?? ()
> No symbol table info available.
> #0 0x00000000 in ?? ()
> No symbol table info available.
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel