On Sunday 23 December 2007 16:22, Frank Sweetser wrote:
> Kern Sibbald wrote:
> > Frank,
> >
> > I cannot reproduce this.  It is starting to look like a compiler bug. 
> > Could you do the following things?
>
> Those are always *so* much fun...
>
> > 1. g++ --version
>
> Fedora 7: g++ (GCC) 4.1.2 20070925 (Red Hat 4.1.2-27)
> Fedora 8: g++ (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33)

Well, it is the same version as mine so it is now 99.9% not a compiler 
problem.

>
> > 2. cd <your-regress-directory-where-things-fail>
> >     (this is a directory that was pre-built and where the problem occurs)
> >     cd build/src/lib
> >     (edit Makefile, find the line the begins with CFLAGS =, and change
> >      the -O2 to -O0  (minus oh zero))
> >     cd ../..
> >     make clean
> >     make
> >     make install
> >     cd ..
> >     export REGRESS_DEBUG=1
> >     tests/migration-job-test
> >
> > That should rebuild the source without optimization.  Perhaps it will fix
> > the problem.  I give it about a 10% chance of working.  If this doesn't
> > work, then the only solution is to either add debug code all over the
> > place or to go in to detail with the debugger ...
>
> No change - director stuck at 100%.

Groan

>
> I'll be in an out for the next few days doing holiday stuff, but I should
> be able to at least run the regressions tests now and then.  Let me know if
> you end up needing direct access to one of the machines.  It'll take a
> little while to arrange, but it should be doable.

Could you make a /home/kern, then all the same path as what you are using 
in /home/fs, and see if it still breaks.  I've tried it here with longer 
paths than you are using and it doesn't break, so it may have something to do 
with the exact path length???

If /home/kern still shows the bug, then I think the easiest is to give me a 
login via ssh with public key non-root, and I can run the debugger on it.  It 
would save me a good amount of time if you had a regression test in my home 
directory that fails ...

Thanks,

Kern


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to