Hello, What I see here is that you are apparently executing Bacula with the name of a job on the command line -- at least that is the code it is entering, and that code does not find the name that was specified.
The normal way that I execute Bacula under the debugger is: gdb ./bacula-dir run -s -f -c ... I am not sure if the "set args" you used does anything different. In addition, it looks like something has modified the images -- i.e. prelink, and until you fix it so that those messages are not printed, it is not worth looking at this. Finally, are you really running Bacula on a 32 bit system? It could also be due to some build problem. Anyway, here Bacula runs through the something like 108 regression scripts with no problem for both MySQL and PostgreSQL, and that at least 10 times, so I suspect it is not really a bug unless someone can confirm this problem. The number of changes (none in the schedule) between 5.2.10 and 5.2.11 is really quite small compared to most of our releases. That said, there is some new startup code that could potentially be creating problems. Turning on a debug level 500 when starting, building with DEVELOPER turned on in <bacula>/src/version.h and capturing the STDOUT output, might reveal something more. Best regards, Kern On 09/13/2012 09:44 AM, Ulrich Leodolter wrote: > hi, > > after upgrading 5.2.10 to 5.2.11 bacula-dir dies after > starting a backup job. previous version had no problems > and there was no change in configuration. > > below you can see a debug session and the traceback. > hope this helps to identify the problem. > > best regards > ulrich > > > [root@troll sbin]# gdb ./bacula-dir > GNU gdb (GDB) CentOS (7.0.1-42.el5.centos) > Copyright (C) 2009 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "i386-redhat-linux-gnu". > For bug reporting instructions, please see: > <http://www.gnu.org/software/gdb/bugs/>... > Reading symbols from /opt/bacula/sbin/bacula-dir...done. > (gdb) set args -f -s -c /opt/bacula/etc/bacula-dir.conf > (gdb) run > Starting program: /opt/bacula/sbin/bacula-dir -f -s -c > /opt/bacula/etc/bacula-dir.conf > warning: .dynamic section for "/lib/libutil.so.1" is not at the expected > address > warning: difference appears to be caused by prelink, adjusting expectations > warning: .dynamic section for "/usr/lib/libgssapi_krb5.so.2" is not at the > expected address > warning: difference appears to be caused by prelink, adjusting expectations > warning: .dynamic section for "/usr/lib/libkrb5.so.3" is not at the expected > address > warning: difference appears to be caused by prelink, adjusting expectations > warning: .dynamic section for "/lib/libcom_err.so.2" is not at the expected > address > warning: difference appears to be caused by prelink, adjusting expectations > warning: .dynamic section for "/usr/lib/libk5crypto.so.3" is not at the > expected address > warning: difference appears to be caused by prelink, adjusting expectations > warning: .dynamic section for "/lib/libcrypt.so.1" is not at the expected > address > warning: difference appears to be caused by prelink, adjusting expectations > warning: .dynamic section for "/usr/lib/libkrb5support.so.0" is not at the > expected address > warning: difference appears to be caused by prelink, adjusting expectations > warning: .dynamic section for "/lib/libkeyutils.so.1" is not at the expected > address > warning: difference appears to be caused by prelink, adjusting expectations > [Thread debugging using libthread_db enabled] > [New Thread 0xb7debb90 (LWP 24335)] > [New Thread 0xb73eab90 (LWP 24336)] > [Thread 0xb73eab90 (LWP 24336) exited] > [New Thread 0xb73eab90 (LWP 24337)] > [New Thread 0xb69e9b90 (LWP 24338)] > [New Thread 0xb5fe8b90 (LWP 24346)] > [Thread 0xb5fe8b90 (LWP 24346) exited] > [New Thread 0xb5fe8b90 (LWP 24354)] > [Thread 0xb5fe8b90 (LWP 24354) exited] > [New Thread 0xb5fe8b90 (LWP 24362)] > [Thread 0xb5fe8b90 (LWP 24362) exited] > [New Thread 0xb5fe8b90 (LWP 24370)] > [Thread 0xb5fe8b90 (LWP 24370) exited] > [New Thread 0xb5fe8b90 (LWP 24378)] > [Thread 0xb5fe8b90 (LWP 24378) exited] > [New Thread 0xb5fe8b90 (LWP 24386)] > [Thread 0xb5fe8b90 (LWP 24386) exited] > [New Thread 0xb5fe8b90 (LWP 24394)] > [Thread 0xb5fe8b90 (LWP 24394) exited] > [New Thread 0xb5fe8b90 (LWP 24402)] > [Thread 0xb5fe8b90 (LWP 24402) exited] > [New Thread 0xb5fe8b90 (LWP 24410)] > [Thread 0xb5fe8b90 (LWP 24410) exited] > [New Thread 0xb5fe8b90 (LWP 24418)] > [Thread 0xb5fe8b90 (LWP 24418) exited] > [New Thread 0xb5fe8b90 (LWP 24457)] > [New Thread 0xb55e7b90 (LWP 24459)] > [New Thread 0xb4bb1b90 (LWP 24461)] > [Thread 0xb4bb1b90 (LWP 24461) exited] > *** glibc detected *** /opt/bacula/sbin/bacula-dir: double free or corruption > (out): 0xb7ffe1b8 *** > ======= Backtrace: ========= > /lib/libc.so.6[0xa3b035] > /lib/libc.so.6(cfree+0x59)[0xa3b479] > /lib/libc.so.6[0xa6f9cc] > /lib/libc.so.6(regfree+0x25)[0xa6fad5] > /opt/bacula/lib/libbac-5.2.11.so(_Z12safer_unlinkPKcS0_+0x16f)[0xdfe89f] > /opt/bacula/lib/libbac-5.2.11.so(_Z9close_msgP3JCR+0x340)[0xe18ae0] > /opt/bacula/lib/libbac-5.2.11.so(_Z10b_free_jcrPKciP3JCR+0x25e)[0xe0febe] > /opt/bacula/sbin/bacula-dir[0x806da0d] > /opt/bacula/lib/libbac-5.2.11.so(lmgr_thread_launcher+0x68)[0xe34528] > /lib/libpthread.so.0[0x2f6852] > /lib/libc.so.6(clone+0x5e)[0xaa41fe] > ======= Memory map: ======== > 00110000-00112000 r-xp 00000000 fd:00 5147107 /lib/libutil-2.5.so > 00112000-00113000 r-xp 00001000 fd:00 5147107 /lib/libutil-2.5.so > 00113000-00114000 rwxp 00002000 fd:00 5147107 /lib/libutil-2.5.so > 00114000-00116000 r-xp 00000000 fd:00 5146547 /lib/libcom_err.so.2.1 > 00116000-00117000 rwxp 00001000 fd:00 5146547 /lib/libcom_err.so.2.1 > 00117000-0011f000 r-xp 00000000 fd:00 5025300 > /usr/lib/libkrb5support.so.0.1 > 0011f000-00120000 rwxp 00007000 fd:00 5025300 > /usr/lib/libkrb5support.so.0.1 > 00120000-00122000 r-xp 00000000 fd:00 5145076 /lib/libkeyutils-1.2.so > 00122000-00123000 rwxp 00001000 fd:00 5145076 /lib/libkeyutils-1.2.so > 00130000-0014b000 r-xp 00000000 fd:00 5144584 /lib/ld-2.5.so > 0014b000-0014c000 r-xp 0001a000 fd:00 5144584 /lib/ld-2.5.so > 0014c000-0014d000 rwxp 0001b000 fd:00 5144584 /lib/ld-2.5.so > 0014d000-0017a000 r-xp 00000000 fd:00 5035050 > /usr/lib/libgssapi_krb5.so.2.2 > 0017a000-0017b000 rwxp 0002d000 fd:00 5035050 > /usr/lib/libgssapi_krb5.so.2.2 > 0017b000-0020f000 r-xp 00000000 fd:00 5035041 /usr/lib/libkrb5.so.3.3 > 0020f000-00212000 rwxp 00093000 fd:00 5035041 /usr/lib/libkrb5.so.3.3 > 00212000-00238000 r-xp 00000000 fd:00 5035034 /usr/lib/libk5crypto.so.3.1 > 00238000-00239000 rwxp 00025000 fd:00 5035034 /usr/lib/libk5crypto.so.3.1 > 00239000-00242000 r-xp 00000000 fd:00 5145052 /lib/libcrypt-2.5.so > 00242000-00243000 r-xp 00008000 fd:00 5145052 /lib/libcrypt-2.5.so > 00243000-00244000 rwxp 00009000 fd:00 5145052 /lib/libcrypt-2.5.so > 00244000-0026b000 rwxp 00244000 00:00 0 > 0027f000-00284000 r-xp 00000000 fd:00 524365 > /opt/bacula/lib/libbaccats-mysql-5.2.11.so > 00284000-00285000 rwxp 00004000 fd:00 524365 > /opt/bacula/lib/libbaccats-mysql-5.2.11.so > 002aa000-002ad000 r-xp 00000000 fd:00 5144595 /lib/libdl-2.5.so > 002ad000-002ae000 r-xp 00002000 fd:00 5144595 /lib/libdl-2.5.so > 002ae000-002af000 rwxp 00003000 fd:00 5144595 /lib/libdl-2.5.so > 002b1000-002d8000 r-xp 00000000 fd:00 5145012 /lib/libm-2.5.so > 002d8000-002d9000 r-xp 00026000 fd:00 5145012 /lib/libm-2.5.so > 002d9000-002da000 rwxp 00027000 fd:00 5145012 /lib/libm-2.5.so > 002dc000-002ee000 r-xp 00000000 fd:00 5144603 /lib/libz.so.1.2.3 > 002ee000-002ef000 rwxp 00011000 fd:00 5144603 /lib/libz.so.1.2.3 > 002f1000-00306000 r-xp 00000000 fd:00 5144591 /lib/libpthread-2.5.so > 00306000-00307000 --xp 00015000 fd:00 5144591 /lib/libpthread-2.5.so > 00307000-00308000 r-xp 00015000 fd:00 5144591 /lib/libpthread-2.5.so > 00308000-00309000 rwxp 00016000 fd:00 5144591 /lib/libpthread-2.5.so > 00309000-0030b000 rwxp 00309000 00:00 0 > 0030d000-00314000 r-xp 00000000 fd:00 5145038 /lib/librt-2.5.so > 00314000-00315000 r-xp 00007000 fd:00 5145038 /lib/librt-2.5.so > 00315000-00316000 rwxp 00008000 fd:00 5145038 /lib/librt-2.5.so > 00318000-00353000 r-xp 00000000 fd:00 5145040 /lib/libsepol.so.1 > 00353000-00354000 rwxp 0003b000 fd:00 5145040 /lib/libsepol.so.1 > 00354000-0035e000 rwxp 00354000 00:00 0 > 00360000-00376000 r-xp 00000000 fd:00 5145042 /lib/libselinux.so.1 > 00376000-00378000 rwxp 00015000 fd:00 5145042 /lib/libselinux.so.1 > 0037a000-0038f000 r-xp 00000000 fd:00 5145053 /lib/libnsl-2.5.so > 0038f000-00390000 r-xp 00014000 fd:00 5145053 /lib/libnsl-2.5.so > 00390000-00391000 rwxp 00015000 fd:00 5145053 /lib/libnsl-2.5.so > 00391000-00393000 rwxp 00391000 00:00 0 > 00394000-0039c000 r-xp 00000000 fd:00 524330 > /opt/bacula/lib/libbaccfg-5.2.11.so > 0039c000-0039d000 rwxp 00008000 fd:00 524330 > /opt/bacula/lib/libbaccfg-5.2.11.so > 003ac000-003b6000 r-xp 00000000 fd:00 24084506 /lib/libnss_files-2.5.so > 003b6000-003b7000 r-xp 00009000 fd:00 24084506 /lib/libnss_files-2.5.so > 003b7000-003b8000 rwxp 0000a000 fd:00 24084506 /lib/libnss_files-2.5.so > 003c9000-003da000 r-xp 00000000 fd:00 5145047 /lib/libresolv-2.5.so > 003da000-003db000 r-xp 00010000 fd:00 5145047 /lib/libresolv-2.5.so > 003db000-003dc000 rwxp 00011000 fd:00 5145047 /lib/libresolv-2.5.so > 003dc000-003de000 rwxp 003dc000 00:00 0 > 003de000-00403000 r-xp 00000000 fd:00 524356 > /opt/bacula/lib/libbacsql-5.2.11.so > 00403000-00404000 rwxp 00025000 fd:00 524356 > /opt/bacula/lib/libbacsql-5.2.11.so > 00523000-0052e000 r-xp 00000000 fd:00 5145037 > /lib/libgcc_s-4.1.2-20080825.so.1 > 0052e000-0052f000 rwxp 0000a000 fd:00 5145037 > /lib/libgcc_s-4.1.2-20080825.so.1 > 00531000-00575000 r-xp 00000000 fd:00 5147098 /lib/libssl.so.0.9.8e > 00575000-00579000 rwxp 00043000 fd:00 5147098 /lib/libssl.so.0.9.8e > 00579000-006a3000 r-xp 00000000 fd:00 5147088 /lib/libcrypto.so.0.9.8e > 006a3000-006b7000 rwxp 00129000 fd:00 5147088 /lib/libcrypto.so.0.9.8e > 006b7000-006ba000 rwxp 006b7000 00:00 0 > 006d8000-007b8000 r-xp 00000000 fd:00 5030535 /usr/lib/libstdc++.so.6.0.8 > 007b8000-007bc000 r-xp 000df000 fd:00 5030535 /usr/lib/libstdc++.so.6.0.8 > 007bc000-007bd000 rwxp 000e3000 fd:00 5030535 /usr/lib/libstdc++.so.6.0.8 > 007bd000-007c3000 rwxp 007bd000 00:00 0 > 008bc000-009ae000 r-xp 00000000 fd:00 524333 > /opt/bacula/lib/libbacpy-5.2.11.so > 009ae000-009d0000 rwxp 000f2000 fd:00 524333 > /opt/bacula/lib/libbacpy-5.2.11.so > 009d0000-009d3000 rwxp 009d0000 00:00 0 > 009d3000-00b25000 r-xp 00000000 fd:00 5144590 /lib/libc-2.5.so > 00b25000-00b26000 --xp 00152000 fd:00 5144590 /lib/libc-2.5.so > 00b26000-00b28000 r-xp 00152000 fd:00 5144590 /lib/libc-2.5.so > 00b28000-00b29000 rwxp 00154000 fd:00 5144590 /lib/libc-2.5.so > 00b29000-00b2c000 rwxp 00b29000 00:00 0 > 00c91000-00c92000 r-xp 00c91000 00:00 0 [vdso] > 00dee000-00e40000 r-xp 00000000 fd:00 524327 > /opt/bacula/lib/libbac-5.2.11.so > 00e40000-00e42000 rwxp 00051000 fd:00 524327 > /opt/bacula/lib/libbac-5.2.11.so > 00e42000-00e43000 rwxp 00e42000 00:00 0 > 00e43000-00f66000 r-xp 00000000 fd:00 458825 > /usr/lib/mysql/libmysqlclient_r.so.15.0.0 > 00f66000-00fa8000 rwxp 00123000 fd:00 458825 > /usr/lib/mysql/libmysqlclient_r.so.15.0.0 > 00fa8000-00fa9000 rwxp 00fa8000 00:00 0 > 00fc4000-00fd0000 r-xp 00000000 fd:00 524336 > /opt/bacula/lib/libbacfind-5.2.11.so > 00fd0000-00fd1000 rwxp 0000c000 fd:00 524336 > /opt/bacula/lib/libbacfind-5.2.11.so > 08048000-080b8000 r-xp 00000000 fd:00 263020 /opt/bacula/sbin/bacula-dir > 080b8000-080bc000 rw-p 00070000 fd:00 263020 /opt/bacula/sbin/bacula-dir > 080bc000-0813c000 rw-p 080bc000 00:00 0 [heap] > b41b1000-b41b2000 ---p b41b1000 00:00 0 > b41b2000-b4bb2000 rw-p b41b2000 00:00 0 > b4bb2000-b4be7000 r--s 00000000 fd:00 1639972 /var/db/nscd/hosts > b4be7000-b4be8000 ---p b4be7000 00:00 0 > b4be8000-b55e8000 rw-p b4be8000 00:00 0 > b55e8000-b55e9000 ---p b55e8000 00:00 0 > b55e9000-b5fe9000 rw-p b55e9000 00:00 0 > b5fe9000-b5fea000 ---p b5fe9000 00:00 0 > b5fea000-b69ea000 rw-p b5fea000 00:00 0 > b69ea000-b69eb000 ---p b69ea000 00:00 0 > b69eb000-b73eb000 rw-p b69eb000 00:00 0 > b73eb000-b73ec000 ---p b73eb000 00:00 0 > b73ec000-b7dec000 rw-p b73ec000 00:00 0 > b7dec000-b7fec000 r--p 00000000 fd:00 5026943 > /usr/lib/locale/locale-archive > b7fec000-b7ff2000 rw-p b7fec000 00:00 0 > b7ff4000-b7ff5000 rw-p b7ff4000 00:00 0 > b7ff5000-b7ffc000 r--s 00000000 fd:00 5080158 > /usr/lib/gconv/gconv-modules.cache > b7ffc000-b7ffd000 rw-p b7ffc000 00:00 0 > b7ffe000-b8000000 rw-p b7ffe000 00:00 0 > bffea000-bffff000 rw-p bffe9000 00:00 0 [stack] > > Program received signal SIGABRT, Aborted. > [Switching to Thread 0xb55e7b90 (LWP 24459)] > 0x00c91402 in __kernel_vsyscall () > (gdb) > > > > > From: r...@localhost.obvsg.at > To: r...@localhost.obvsg.at > Subject: Bacula GDB traceback of bacula-dir on troll.obvsg.at > Date: Thu, 13 Sep 2012 09:24:56 +0200 (CEST) > > > > warning: .dynamic section for "/usr/lib/libgssapi_krb5.so.2" is not at the > expected address > > warning: difference appears to be caused by prelink, adjusting expectations > > warning: .dynamic section for "/usr/lib/libkrb5.so.3" is not at the expected > address > > warning: difference appears to be caused by prelink, adjusting expectations > > warning: .dynamic section for "/lib/libcom_err.so.2" is not at the expected > address > > warning: difference appears to be caused by prelink, adjusting expectations > > warning: .dynamic section for "/usr/lib/libk5crypto.so.3" is not at the > expected address > > warning: difference appears to be caused by prelink, adjusting expectations > > warning: .dynamic section for "/usr/lib/libkrb5support.so.0" is not at the > expected address > > warning: difference appears to be caused by prelink, adjusting expectations > > warning: .dynamic section for "/lib/libkeyutils.so.1" is not at the expected > address > > warning: difference appears to be caused by prelink, adjusting expectations > [Thread debugging using libthread_db enabled] > [New Thread 0xb69e9b90 (LWP 24310)] > [New Thread 0xb73eab90 (LWP 24309)] > [New Thread 0xb7debb90 (LWP 24307)] > 0x00ec4402 in __kernel_vsyscall () > $1 = '\000' <repeats 29 times> > $2 = 0x80bdd20 "bacula-dir" > $3 = 0x80bdd48 "/opt/bacula/sbin/bacula-dir" > $4 = 0x8110e18 "MySQL" > $5 = 0x985b19 "5.2.11 (10 September 2012)" > $6 = 0x985b3c "i686-pc-linux-gnu" > $7 = 0x985b4e "redhat" > $8 = 0x9857ec "" > $9 = "troll.obvsg.at", '\000' <repeats 35 times> > $10 = 0x985b34 "redhat " > $11 = 0 > Environment variable "TestName" not defined. > #0 0x00ec4402 in __kernel_vsyscall () > #1 0x002feadb in waitpid () from /lib/libpthread.so.0 > #2 0x0096e33e in signal_handler (sig=11) at signal.c:229 > #3 <signal handler called> > #4 e_msg (file=0x80acfa8 "scheduler.c", line=112, type=1, level=0, > fmt=0x80acfe7 "Job %s not found\n") at message.c:1233 > #5 0x0807a504 in wait_for_next_job (one_shot_job_to_run=0x80bdec8 "-c") at > scheduler.c:112 > #6 0x08053bad in main (argc=<value optimized out>, argv=0x0) at dird.c:354 > > Thread 4 (Thread 0xb7debb90 (LWP 24307)): > #0 0x00ec4402 in __kernel_vsyscall () > #1 0x002fe386 in nanosleep () from /lib/libpthread.so.0 > #2 0x00949b42 in bmicrosleep (sec=30, usec=0) at bsys.c:107 > #3 0x0097f5e0 in check_deadlock () at lockmgr.c:574 > #4 0x002f6852 in start_thread () from /lib/libpthread.so.0 > #5 0x00c231fe in clone () from /lib/libc.so.6 > > Thread 3 (Thread 0xb73eab90 (LWP 24309)): > #0 0x00ec4402 in __kernel_vsyscall () > #1 0x00c1bcc1 in select () from /lib/libc.so.6 > #2 0x0094cc5d in bnet_thread_server (addr_list=0x80bec40, max_clients=20, > client_wq=0x80bc560, > handle_client_request=0x8096fe0 <handle_UA_client_request(void*)>) at > bnet_server.c:177 > #3 0x08096fd9 in connect_thread (arg=0x80bec40) at ua_server.c:82 > #4 0x0097f528 in lmgr_thread_launcher (x=0x80fcae8) at lockmgr.c:939 > #5 0x002f6852 in start_thread () from /lib/libpthread.so.0 > #6 0x00c231fe in clone () from /lib/libc.so.6 > > Thread 2 (Thread 0xb69e9b90 (LWP 24310)): > #0 0x00ec4402 in __kernel_vsyscall () > #1 0x002faf32 in pthread_cond_timedwait@@GLIBC_2.3.2 () from > /lib/libpthread.so.0 > #2 0x0097e3f0 in bthread_cond_timedwait_p(._21 *, ._18 *, const timespec *, > const char *, int) (cond=0x98d0a0, m=0x98d070, > abstime=0xb69e9320, file=0x988d36 "watchdog.c", line=321) at > lockmgr.c:824 > #3 0x0097805b in watchdog_thread (arg=0x0) at watchdog.c:321 > #4 0x0097f528 in lmgr_thread_launcher (x=0x80fcb10) at lockmgr.c:939 > #5 0x002f6852 in start_thread () from /lib/libpthread.so.0 > #6 0x00c231fe in clone () from /lib/libc.so.6 > > Thread 1 (Thread 0xb7fec900 (LWP 24306)): > #0 0x00ec4402 in __kernel_vsyscall () > #1 0x002feadb in waitpid () from /lib/libpthread.so.0 > #2 0x0096e33e in signal_handler (sig=11) at signal.c:229 > #3 <signal handler called> > #4 e_msg (file=0x80acfa8 "scheduler.c", line=112, type=1, level=0, > fmt=0x80acfe7 "Job %s not found\n") at message.c:1233 > #5 0x0807a504 in wait_for_next_job (one_shot_job_to_run=0x80bdec8 "-c") at > scheduler.c:112 > #6 0x08053bad in main (argc=<value optimized out>, argv=0x0) at dird.c:354 > #0 0x00ec4402 in __kernel_vsyscall () > No symbol table info available. > #1 0x002feadb in waitpid () from /lib/libpthread.so.0 > No symbol table info available. > #2 0x0096e33e in signal_handler (sig=11) at signal.c:229 > 229 waitpid(pid, NULL, 0); /* wait for child to produce > dump */ > sigdefault = {__sigaction_handler = {sa_handler = 0, sa_sigaction = 0}, > sa_mask = {__val = {2147483647, 4294967294, > 4294967295 <repeats 30 times>}}, sa_flags = 0, sa_restorer = 0x96decb > <signal_handler(int)+11>} > buf = > "\fȘ\000<W\230\000|\000\000\000̵\230\000\251\376\225\000̵\230\000\250\321\377\277\351\036\226\000\360\335\v\b0\334\017\b\001\000\000\000\330\313\017\b\000\276\v\b@\211\017\b", > '\000' <repeats 24 times>, "<W\230", '\000' <repeats 13 times>, "H\212QP", > '\000' <repeats 12 times>, "\r\000\000\000\360\335\v\b", '\000' <repeats 12 > times>, "\001", '\000' <repeats 107 times>, > "\001G\024\000\000\000\000\000`\231\000\000\370\315\377\277\300\277\024\000h\317\377\277\337d\023\000\000@5\000`\231\000\000\003\000\000\000\062\000\000\000\377\377\377\377\000\000\000\000\300\277\024\000/\000\000\000X\345\376\267\344\315\377\277\065H\024\000\b\000\000\000\023\000\000\000\000\200\061\000\000\060\065\000()5\000()5\000\000\000\000\000\005\000\000\000\000\060\065\000\000@5\000\330\063\065\000`\331\065\000\000\260\003\000\003\000\000\000,\316\377\277\234\246\023\000X\302\024"... > pid = 24311 > already_dead = 1 > argv = {0x0, 0x0, 0x0, 0x0, 0x0} > pid_buf = "24306", '\000' <repeats 14 times> > btpath = "/opt/bacula/sbin/btraceback", '\000' <repeats 372 times> > #3 <signal handler called> > No symbol table info available. > #4 e_msg (file=0x80acfa8 "scheduler.c", line=112, type=1, level=0, > fmt=0x80acfe7 "Job %s not found\n") at message.c:1233 > 1233 p[0] = 0; /* generate segmentation > violation */ > buf = "troll-dir: ABORTING due to ERROR in scheduler.c:112\nJob -c not > found\n\000\000\000p\000\315\000\000\000\000\000\000\000\000\000\020\r\021\b\375F\000\000\000\375\000\000\000\000\000\000\000\000\000\000V\000\a\000\244\201\000\000\001", > '\000' <repeats 23 times>"\375, > F\000\000\000\000\000\000\000\020\000\000(\000\000\000\000\000\000\000\255\204QP\000\000\000\000\067\211\071Og\214/\000\000\000\000\000\000\000\000\000V\000\a\000\362^\000\000\000\361\334\000\b\000\000\000\b\000\000\000\330\324\377\277\000\a\315\000\260\376\340\000\240\375\314", > '\000' <repeats 13 times>, "\020\000\000\000\000\000\000\000\300\277/usr"... > arg_ptr = 0xbfffe584 "\310\336\v\b\250\345\377\277\\", <incomplete sequence > \354\227> > len = <value optimized out> > #5 0x0807a504 in wait_for_next_job (one_shot_job_to_run=0x80bdec8 "-c") at > scheduler.c:112 > 112 Emsg1(M_ABORT, 0, _("Job %s not found\n"), > one_shot_job_to_run); > jcr = <value optimized out> > job = <value optimized out> > run = <value optimized out> > now = <value optimized out> > next_job = <value optimized out> > p = <value optimized out> > first = false > #6 0x08053bad in main (argc=<value optimized out>, argv=0x0) at dird.c:354 > 354 while ( (jcr = wait_for_next_job(runjob)) ) { > ch = <value optimized out> > jcr = 0x80fddfb > no_signals = false > test_config = false > uid = 0x0 > gid = 0x0 > python_args = {progname = 0x80bf4d8 "troll-dir", scriptdir = 0x0, modulename > = 0x80a2db9 "DirStartUp", > configfile = 0x80bed40 "/opt/bacula/etc/bacula-dir.conf", workingdir = > 0x80bf570 "/opt/bacula/working", job_getattr = 0x8076020 > <job_getattr(PyObject*, char*)>, job_setattr = 0x80764c0 > <job_setattr(PyObject*, char*, PyObject*)>} > mode = <value optimized out> > #0 0x00000000 in ?? () > No symbol table info available. > > ---traceback end--- > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Bacula-devel mailing list > Bacula-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-devel > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Bacula-devel mailing list Bacula-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-devel