https://bugs.openldap.org/show_bug.cgi?id=8950
--- Comment #1 from Howard Chu <hyc(a)openldap.org> ---
(In reply to Ondřej Kuzník from comment #0)
> Full_Name: Ondrej Kuznik
> Version: master
> OS: Linux
> URL:
> Submission from: (NULL) (82.10.24.68)
>
>
> Trying to reproduce a potential lockup between TXN support and accesslog, I
> have
> instead come across a segfault in TXN handling.
>
> With the following config:
>
> database mdb
> suffix cn=log
> directory ./log
>
> database mdb
> suffix cn=test
> directory ./db
>
> overlay accesslog
> logdb cn=log
> logops writes
>
> Make sure cn=test entry exists and issue ldapmodify -E '!txn=commit' with
> dn: cn=test
> changetype: modify
>
> slapd segfaults with the following picked up by valgrind:
> I doesn't seem to happen without accesslog configured.
What is the expected behavior, for both the mainDB op and the logDB op
to occur within a single transaction? That is not possible at the moment
since transactions are only valid within a single database.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8689
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |DUPLICATE
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Howard Chu <hyc(a)openldap.org> ---
Reproduced in 2.4.45 - 2.4.47, but not present in 2.4.48 or later.
Fixed by ITS#8964
*** This issue has been marked as a duplicate of issue 8964 ***
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8964
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |quanah(a)openldap.org
--- Comment #5 from Howard Chu <hyc(a)openldap.org> ---
*** Issue 8689 has been marked as a duplicate of this issue. ***
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8307
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |TEST
Status|UNCONFIRMED |RESOLVED
--- Comment #9 from Howard Chu <hyc(a)openldap.org> ---
Fixed in master
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=5941
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|bugs(a)openldap.org |ondra(a)mistotebe.net
Keywords| |OL_2_5_REQ
Target Milestone|2.6.0 |2.5.1
--- Comment #12 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Ondrej to investigate further
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7468
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.openldap.org/s
| |how_bug.cgi?id=5941
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=5941
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.openldap.org/s
| |how_bug.cgi?id=7468
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=7439
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2.5.1
Keywords| |OL_2_5_REQ
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8689
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|bugs(a)openldap.org |hyc(a)openldap.org
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8617
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
--- Comment #4 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Invalid configuration, rwm should not be combined with back-meta.
Future work: Abort slapd if such an invalid configuration is encountered.
--
You are receiving this mail because:
You are on the CC list for the issue.