[Mono-bugs] [Bug 525973] New: Crash in Novell.Directory.Ldap

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jul 28 10:39:57 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=525973


           Summary: Crash in Novell.Directory.Ldap
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: i586
        OS/Version: SLES 11
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: banderso at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Description of Problem:
Reading attributes on an opened entry.  Reading entries from Novell's workforce
tree.

Steps to reproduce the problem:
1. 
2. 


Actual Results:


Expected Results:


How often does this happen? 
very obscure.  I see this happen once or twice a day 


Additional Information:
  at (wrapper managed-to-native) object.__icall_wrapper_mono_array_new_specific
(intptr,int) <0x00004>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_array_new_specific
(intptr,int) <0xffffffff>
  at SupportClass.ReadInput (System.IO.Stream,sbyte[]&,int,int) <0x00032>
  at Novell.Directory.Ldap.Asn1.LBERDecoder.decodeOctetString
(System.IO.Stream,int) <0x00040>
  at Novell.Directory.Ldap.Asn1.Asn1OctetString..ctor
(Novell.Directory.Ldap.Asn1.Asn1Decoder,System.IO.Stream,int) <0x0003d>
  at Novell.Directory.Ldap.Asn1.Asn1Tagged..ctor
(Novell.Directory.Ldap.Asn1.Asn1Decoder,System.IO.Stream,int,Novell.Directory.Ldap.Asn1.Asn1Identifier)
<0x00030>
  at Novell.Directory.Ldap.Asn1.LBERDecoder.decode (System.IO.Stream,int[])
<0x00261>
  at Novell.Directory.Ldap.Asn1.Asn1Structured.decodeStructured
(Novell.Directory.Ldap.Asn1.Asn1Decoder,System.IO.Stream,int) <0x00042>
  at Novell.Directory.Ldap.Asn1.Asn1Sequence..ctor
(Novell.Directory.Ldap.Asn1.Asn1Decoder,System.IO.Stream,int) <0x00029>
  at Novell.Directory.Ldap.Rfc2251.RfcLdapMessage..ctor
(Novell.Directory.Ldap.Asn1.Asn1Decoder,System.IO.Stream,int) <0x0001a>
  at Novell.Directory.Ldap.Connection/ReaderThread.Run () <0x0015d>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__
(object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

    mono [0x80cbfe4]
    mono [0x80f66bb]
    [0xffffe410]
    mono [0x81de738]
    mono [0x81e65a3]
    mono [0x81df942]
    mono [0x81d98dd]
    mono [0x81d9ccf]
    mono [0x81da009]
    mono [0x81da4d5]
    mono [0x81dd0f9]
    mono [0x81dd1bf]
    mono [0x81dd463]
    mono(mono_array_new_specific+0xcf) [0x81105ff]
    [0xb78a38f0]
    [0xb6efd093]
    [0xb6efd039]
    [0xb6efcf7e]
    [0xb6efcf31]
    [0xb6efc9da]
    [0xb6efc73b]
    [0xb6efc6ba]
    [0xb6efc01b]
    [0xb701aafe]
    [0xb78acaa8]
    mono(mono_runtime_delegate_invoke+0x34) [0x8110f14]
    mono [0x815320f]
    mono [0x81c5d66]
    mono [0x81e5aa5]
    /lib/libpthread.so.0 [0xb7e431b5]
    /lib/libc.so.6(clone+0x5e) [0xb7d893be]

Attributes I'm asking for on the Search
        static private readonly string[] searchAttributes =
        {
            "GUID",
            "modifyTimestamp",
            "groupMembership",
            "managerworkforceid",
            "directreports", 
            "employeetype",
            "photoagree",
            "ismanager",
            "employeestatus",
            "registeredaddress",
            "assistant",
            "fullname",
            "costcenter",
            "cn",
            "workforceID",
            "street",
            "mailstop",
            "departmentnumber",
            "hrdirector",
            "description",
            "personaltitle",
            "otherphonenumber",
            "company|Company",
            "company",
            "mail",
            "givenname",
            "facsimiletelephonenumber",
            "preferredname",
            "city",
            "postalcode",
            "ndsexternalcontext",
            "physicaldeliveryofficename",
            "title",
            "instantmessagingid",
            "manager",
            "hrmanager",
            "homeemailaddress",
            "costcenterdescription",
            "telephonenumber",
            "sn",
            "mobile",
            "sitelocation",
            "l",
            "c",
            "photo",
            "uid",
            "region",
            "st", 
            "locality"
        };

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list