[
https://issues.apache.org/jira/browse/DIRSERVER-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny closed DIRSERVER-394.
---------------------------------------
closed
> GQ seg faults when attempting to edit an entry
> ----------------------------------------------
>
> Key: DIRSERVER-394
> URL: https://issues.apache.org/jira/browse/DIRSERVER-394
> Project: Directory ApacheDS
> Issue Type: Bug
> Environment: Fedora Core 2, GQ 0.6.0
> Reporter: Enrique Rodriguez
> Assignee: Alex Karasulu
>
> I have the problem where I can get search results OK, but if I double-click
> on one to open an editor view, GQ seg faults:
> bash-2.05b# strace -o temp.txt gq
> bash-2.05b# tail temp.txt
> select(1024, [6], [], NULL, NULL) = 1 (in [6])
> read(6, "( 0.9.2342.19200300.100.1.21 NAM"..., 3815) = 3815
> select(1024, [6], [], NULL, NULL) = 1 (in [6])
> read(6, "0\37\2\1\6e\32\n", 8) = 8
> read(6, "\1\0\4\23cn=schema,ou=system\4\0", 25) = 25
> time(NULL) = 1102344652
> brk(0) = 0x8e9e000
> brk(0x8ebf000) = 0x8ebf000
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> +++ killed by SIGSEGV +++
> Same thing happens when I try to 'browse' to an entry:
> bash-2.05b# strace -o temp.txt gq
> bash-2.05b# tail -n 15 temp.txt
> read(6, "( 2.5.4.5 NAME \'serialNumber\' DE"..., 19951) = 1674
> select(1024, [6], [], NULL, NULL) = 1 (in [6])
> read(6, "( 2.5.4.39 NAME \'certificateRevo"..., 18277) = 5779
> select(1024, [6], [], NULL, NULL) = 1 (in [6])
> read(6, "( 2.5.4.18 NAME \'postOfficeBox\' "..., 12498) = 9177
> select(1024, [6], [], NULL, NULL) = 1 (in [6])
> read(6, "( 1.3.6.1.4.1.1466.115.121.1.20 "..., 3321) = 3321
> select(1024, [6], [], NULL, NULL) = 1 (in [6])
> read(6, "0\37\2\1\7e\32\n", 8) = 8
> read(6, "\1\0\4\23cn=schema,ou=system\4\0", 25) = 25
> time(NULL) = 1102344770
> brk(0) = 0x9f89000
> brk(0x9faa000) = 0x9faa000
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> +++ killed by SIGSEGV +++
> This means very little to me, other than the fact that schema publishing was
> recently enabled, and that last line appears related.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.