#48536 Crash in slapi_get_object_extension
Closed: wontfix None Opened 8 years ago by nhosoi.

Description of problem:

Psearch crashes in acl.

        slapi_pblock_get ( pb, SLAPI_OPERATION, &op );
        aclpb = (Acl_PBlock *) acl_get_ext ( ACL_EXT_OPERATION, op );

operation is already null at this instance:

(gdb) print op
$2 = (void *) 0x0
(gdb)


Error logs:

we see this error in errors log:

[22/Jan/2016:18:53:09 +0000] NSACLPlugin - Missing aclpb 4

which means the scan of ACL's has failed with fatal error. in function:
acllist_init_scan ?

How reproducible: not often.

Reviewed by Mark (Thank you!!)

Pushed to master:
b5bfa2a..091a5f5 master -> master
commit 091a5f5

Pushed to 389-ds-base-1.3.4:
9bd53c2..8a83a93 389-ds-base-1.3.4 -> 389-ds-base-1.3.4
commit 8a83a93

Pushed to master:
091a5f5..b31749f master -> master
commit b31749f

Pushed to 389-ds-base-1.3.4:
8a83a93..7fb593f 389-ds-base-1.3.4 -> 389-ds-base-1.3.4
commit 7fb593f

Metadata Update from @nhosoi:
- Issue assigned to nhosoi
- Issue set to the milestone: 1.3.4.7

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/1776

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata