----- Forwarded message from Vladimir Stavrinov <[EMAIL PROTECTED]> -----

From: Vladimir Stavrinov <[EMAIL PROTECTED]>
Date: Sun, 17 Sep 2006 19:27:11 +0400
To: John Goerzen <[EMAIL PROTECTED]>
Subject: Re: Bug#387838: bacula-director-mysql: segfault

On Sun, Sep 17, 2006 at 07:42:10AM -0500, John Goerzen wrote:

> Yes, I agree, and that is what Bacula normally does.

What is that norm? Norm is any file as config, even binary, should not
cause segfault. segfault means   no error handling, badly written code and
wrong programming concept at all. segfault should never appear and nowhere.

> the segfault.  Do you still have the file available?

No, but trying reproduce and successful result here is. My
config is split into few files, one of them was started as
follow:


##### HOST ############### Storage { Name = terra Address = terra SDPort = 9103 
Password = ""
  Device = terra
  Maximum Concurrent Jobs = 10
  Media Type = File
}

And this cause segfault. Corrected one look like this:

##### HOST ###############
Storage {
  Name = terra
  Address = terra
  SDPort = 9103
  Password = ""
  Device = terra
  Maximum Concurrent Jobs = 10
  Media Type = File
}

This is OK. Password removed. You see: there are comment and four
(Name,Address,SDPort and Password) attributes all in one line. This is root
of problem.

********************************
****  Vladimir Stavrinov  ******
*******  [EMAIL PROTECTED]  **********
*****  http://inist.ru *********
********************************



----- End forwarded message -----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to