Ha!  I think I got something useful this time.  From the SD, running on
Solaris 11.3:



(dbx) attach 16166
Reading bacula-sd
Reading ld.so.1
Reading libbacsd-9.6.5.so
Reading libbaccfg-9.6.5.so
Reading libbac-9.6.5.so
Reading libz.so.1
Reading libm.so.2
Reading libpthread.so.1
Reading libnsl.so.1
Reading libsocket.so.1
Reading libxnet.so.1
Reading libintl.so.1
Reading libresolv.so.2
Reading librt.so.1
Reading libssl.so.1.0.0
Reading libcrypto.so.1.0.0
Reading libCstd.so.1
Reading libCrun.so.1
Reading libc.so.1
Reading en_US.UTF-8.so.3
Reading methods_unicode.so.3
Attached to process 16166 with 2 LWPs
t@1 (l@1) stopped in __pollsys at 0xffff80ffbf580daa
0xffff80ffbf580daa: __pollsys+0x000a:   jb       __cerror       [
0xffff80ffbf4d8760, .-0xa864a ]
Current function is bnet_thread_server
  166         if ((stat = select(maxfd + 1, &sockset, NULL, NULL, NULL))
< 0) {
(dbx) threads
 >    t@1  a  l@1   ?()   running          in  __pollsys()
      t@3  a  l@3   watchdog_thread()   sleep on 0xffff80ffb4c1bff0  in
 __lwp_park()
(dbx) cont
t@1764 (l@1764) signal USR2 (User Signal 2) in LZ4_decompress_generic at
0xffff80ffb4bb91e2
0xffff80ffb4bb91e2: LZ4_decompress_generic+0x03a2:      cmpq
0xffffffffffffff50(%rbp),%r9
Current function is LZ4_decompress_safe
 1274       return LZ4_decompress_generic(source, dest, compressedSize,
maxDecompressedSize, endOnInputSize, full, 0, noDict, (BYTE*)dest, NULL, 0);


I think I've got a working theory here.  LZO is enabled by default in
the Director in 9.6.5, but not previously?  Or is perhaps called
slightly differently?  And this is failing on the Solaris SD for some
reason, possibly version compatibility, but is working on 9.6.3 Director
because the 9.6.3 director isn't trying to use it.


To test this theory I have built a 9.6.5 director with LZO support
disabled and am testing it now.



-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: +1.603.293.8485
  Mobile:   +1.603.998.6958


_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to