Bacula-users

Re: [Bacula-users] bat segmentation fault

2010-09-27 11:18:31
Subject: Re: [Bacula-users] bat segmentation fault
From: Martin Simmons <martin AT lispworks DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 27 Sep 2010 16:13:29 +0100
>>>>> On Mon, 27 Sep 2010 21:52:17 +1000, Greg Cockburn said:
> 
> Hi all,
> 
> I have just installed bacula 5.0.3 from src rpms, and I can't get bat to
> start.
> 
> I have checked bat.conf bacula-dir.conf.  I can get bconsole working using
> bat.conf.
> 
> This is the output I get:
> 
> bat: lockmgr.c:911 ASSERT failed at lockmgr.c:911: lmgr_is_active()
> 
> I ran strace and this seems to be the closest thing to the problem just
> before the assert fails:
> 
> clock_gettime(CLOCK_MONOTONIC, {86341, 32597622}) = 0
> read(3, "\0", 16)                       = 1
> read(3, 0x7fffb3ee6040, 16)             = -1 EAGAIN (Resource temporarily
> unavailable)
> clock_gettime(CLOCK_MONOTONIC, {86341, 32872622}) = 0
> clock_gettime(CLOCK_MONOTONIC, {86341, 32988622}) = 0
> 
> FD 3 is some sort of pipe.
> 
> Has anyone seen this or able to help as to what is going wrong?

Try running bat under gdb and then use the following gdb command when it hits
the assertion:

thread apply all where 100

If possible, do this with Bacula compiled with debugging information.

__Martin

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>