Bug 8555 - PANIC while doing net vampire
Summary: PANIC while doing net vampire
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Tools (show other bugs)
Version: unspecified
Hardware: All All
: P5 critical (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: samba4-qa@samba.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-28 12:31 UTC by Matthieu Patou
Modified: 2011-11-18 14:19 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthieu Patou 2011-10-28 12:31:46 UTC
./bin/net rpc vampire keytab /tmp/pouet -I 172.16.100.27 -U administrator%totoTATA222
../source3/librpc/rpc/dcerpc_helpers.c:808: Type mismatch: name[struct auth_ntlmssp_state] expected[struct gensec_security]
PANIC (pid 4809): ../source3/librpc/rpc/dcerpc_helpers.c:808: Type mismatch: name[struct auth_ntlmssp_state] expected[struct gensec_security]
BACKTRACE: 29 stack frames:
 #0 /usr/local/src/samba4/bin/shared/libsmbconf.so.0(log_stack_trace+0x1f) [0x7fd8341fa659]
 #1 /usr/local/src/samba4/bin/shared/libsmbconf.so.0(smb_panic_s3+0x6e) [0x7fd8341fa4b6]
 #2 /usr/local/src/samba4/bin/shared/libsamba-util.so.0(smb_panic+0x28) [0x7fd834a92b1c]
 #3 /usr/local/src/samba4/bin/shared/private/libtalloc.so.2(+0x21a1) [0x7fd833db31a1]
 #4 /usr/local/src/samba4/bin/shared/private/libtalloc.so.2(+0x406f) [0x7fd833db506f]
 #5 /usr/local/src/samba4/bin/shared/private/libtalloc.so.2(_talloc_get_type_abort+0xa0) [0x7fd833db5111]
 #6 /usr/local/src/samba4/bin/shared/private/libmsrpc3.so(dcerpc_add_auth_footer+0x225) [0x7fd831091b3b]
 #7 /usr/local/src/samba4/bin/shared/private/libmsrpc3.so(+0x8d60) [0x7fd831085d60]
 #8 /usr/local/src/samba4/bin/shared/private/libmsrpc3.so(rpc_api_pipe_req_send+0xfc) [0x7fd8310859ca]
 #9 /usr/local/src/samba4/bin/shared/private/libmsrpc3.so(+0xa424) [0x7fd831087424]
 #10 /usr/local/src/samba4/bin/shared/libdcerpc-binding.so.0(dcerpc_binding_handle_raw_call_send+0xc4) [0x7fd834cc93e2]
 #11 /usr/local/src/samba4/bin/shared/libdcerpc-binding.so.0(dcerpc_binding_handle_call_send+0x3c8) [0x7fd834cc9cfb]
 #12 /usr/local/src/samba4/bin/shared/libdcerpc-binding.so.0(dcerpc_binding_handle_call+0xa8) [0x7fd834cca122]
 #13 ./bin/net(dcerpc_drsuapi_DsBind_r+0x3f) [0x428588]
 #14 ./bin/net(dcerpc_drsuapi_DsBind+0x47) [0x4289ca]
 #15 ./bin/net() [0x430eab]
 #16 ./bin/net() [0x4312e1]
 #17 ./bin/net(libnet_dssync+0x4d) [0x43249b]
 #18 ./bin/net() [0x46890f]
 #19 ./bin/net(run_rpc_command+0x3d1) [0x456047]
 #20 ./bin/net(rpc_vampire_keytab+0x170) [0x468b26]
 #21 ./bin/net(net_run_function+0x93) [0x493b8f]
 #22 ./bin/net() [0x466464]
 #23 ./bin/net(net_run_function+0x93) [0x493b8f]
 #24 ./bin/net(net_rpc+0x126) [0x4672ef]
 #25 ./bin/net(net_run_function+0x93) [0x493b8f]
 #26 ./bin/net(main+0xb89) [0x44af2d]
 #27 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7fd82f23930d]
 #28 ./bin/net() [0x41b519]
smb_panic(): calling panic action [/bin/sleep 999999999]


Git tree is 80741d98d802aa4f1c9747d9478e0a932ab531df
Comment 1 Guenther Deschner 2011-10-28 14:13:05 UTC
I saw this too, 790c6b4027011a1b03f388604edbb1cc5de27e18 fixed it. Can you rebase ?
Comment 2 Matthieu Patou 2011-11-18 14:19:03 UTC
Fixed