Bug 7156 - Core Dump
Summary: Core Dump
Status: RESOLVED INVALID
Alias: None
Product: Samba 3.3
Classification: Unclassified
Component: Client tools (show other bugs)
Version: 3.3.10
Hardware: Sparc Solaris
: P3 normal
Target Milestone: ---
Assignee: Volker Lendecke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-19 01:17 UTC by Ralf Weinert (dead mail address)
Modified: 2010-02-23 06:24 UTC (History)
0 users

See Also:


Attachments
That's what net ads join puts out. (197.53 KB, application/octet-stream)
2010-02-19 01:19 UTC, Ralf Weinert (dead mail address)
no flags Details
That's what net ads join puts out. (197.53 KB, application/octet-stream)
2010-02-19 01:22 UTC, Ralf Weinert (dead mail address)
no flags Details
That's how Samba 3.3.10 was compiled (605 bytes, application/octet-stream)
2010-02-19 01:29 UTC, Ralf Weinert (dead mail address)
no flags Details
Gdb net ads ... (40.98 KB, application/x-gzip)
2010-02-19 04:47 UTC, Ralf Weinert (dead mail address)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Weinert (dead mail address) 2010-02-19 01:17:43 UTC
net ads join -U User command return with Bus Error(coredump)
Comment 1 Ralf Weinert (dead mail address) 2010-02-19 01:19:09 UTC
Created attachment 5393 [details]
That's what net ads join puts out.
Comment 2 Ralf Weinert (dead mail address) 2010-02-19 01:22:11 UTC
Created attachment 5394 [details]
That's what net ads join puts out.
Comment 3 Volker Lendecke 2010-02-19 01:23:37 UTC
Can you compile with -g, run that net binary under gdb and post a "bt full"
when it has crashed?

Thanks,

Volker
Comment 4 Ralf Weinert (dead mail address) 2010-02-19 01:29:19 UTC
Created attachment 5395 [details]
That's how Samba 3.3.10 was compiled

5393 is the same as 5394
Comment 5 Ralf Weinert (dead mail address) 2010-02-19 04:47:15 UTC
Created attachment 5399 [details]
Gdb net ads ...

I hope that's what you need

Ralf
Comment 6 Volker Lendecke 2010-02-21 15:15:09 UTC
That looks like a problem deep in the ldap libs. I would have hoped for more stacktrace, but ber_memvfree_x looks like ldap. Which ones do you use? Can you try different ldap libs?

Volker
Comment 7 Ralf Weinert (dead mail address) 2010-02-22 00:57:07 UTC
(In reply to comment #0)



> net ads join -U User command return with Bus Error(coredump)

(In reply to comment #1)
> Created an attachment (id=5393) [details]
> That's what net ads join puts out.




Hi

I use version 2.4.19 of openLdap. But this one with Samba 3.4.5 is working fine. The only difference is Samba 3.3.10 is running under Solaris 8, Samba 3.4.5 is running under Solaris 10. on Solaris 8 the newer gnu compiler 3.4.6 does not link and this one is needed to get Samba 3.4.5 compiled. Okay I try an older one.

Ralf
Comment 8 Ralf Weinert (dead mail address) 2010-02-23 06:24:50 UTC
Hi,

as you said the problem must be the openldap libraries, I compiled them again.
After that my problems disappeared.

Thanks for your help

Ralf