Bug 5396 - preloading zfsacl.so.0 triggers segfault
Summary: preloading zfsacl.so.0 triggers segfault
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: VFS (show other bugs)
Version: 3.0.28a
Hardware: x64 Solaris
: P3 minor
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-15 10:54 UTC by Nils Goroll
Modified: 2018-07-05 22:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nils Goroll 2008-04-15 10:54:05 UTC
(not sure if this is really a VFS Modules issue)

seen on

$ uname -a
SunOS nodename 5.11 opensol-20071112 i86pc i386 i86pc
$ /usr/sfw/sbin/smbd -V
Version 3.0.28a

the configuration directive...

  preload modules = /usr/sfw/lib/vfs/zfsacl.so.0

.. seems to trigger a segmentation fault when logging in

> ::stack
libc.so.1`_lwp_kill+0x15(1, 6)
libc.so.1`raise+0x22(6)
libc.so.1`abort+0xcd(83cbee8, 840b7d8, 83c3908, 837d6bc, f, 80459c8)
dump_core+0x152(f76, 83cbee8, 83c3908, 80459c8, 8234cfa, 0)
smb_panic+0x139(837aae4)
fault_report+0x168(b)
sig_fault+0xe(b, 0, 8045a94)
libc.so.1`__sighndlr+0xf(b, 0, 8045a94, 8234d68)
libc.so.1`call_user_handler+0x2b8(b, 0, 8045a94)
libc.so.1`sigacthandler+0xc2(b, 0, 8045a94)
0(2, 840afc8, 83fa340, 1, 82454c0, 8047018)
make_connection+0x4ee(8047374, 83fa340, 1, 82454c0, 8047474, 64)
reply_tcon_and_X+0x24d(0, 840cf10, 842d360, 5e, ffff)
switch_message+0x2eb(75, 840cf10, 842d360, 5e, ffff)
construct_reply+0x62(840cf10, 842d360, 5e, ffff)
process_smb+0x1c2(840cf10, 842d360)
smbd_process+0x158(8047ce4, 8047c20, feffa7d8, 0, 0, 4)
main+0xaf7(6, 8047c64, 8047c80)
_start+0x7a(6, 8047d4c, 8047d5f, 8047d62, 8047d7a, 8047d7d)

I have not yet invested any time in further investigation, but
I did not want to leave this undocumented.

Sorry if this report is obsolete or redundant, did not find
any bug reports containing 'preload', though.

Can provide binaries, core files and configuration, if needed.
Comment 1 Björn Jacke 2018-07-05 22:48:47 UTC
I assume this was fixed in the meantime, please reopen if you can still see this with latest samba releases.