You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Alex Karasulu (JIRA)" <di...@incubator.apache.org> on 2005/03/24 23:21:24 UTC

[jira] Resolved: (DIREVE-107) GQ seg faults when attempting to edit an entry

     [ http://issues.apache.org/jira/browse/DIREVE-107?page=history ]
     
Alex Karasulu resolved DIREVE-107:
----------------------------------

     Resolution: Fixed
    Fix Version: 0.9

This was due to the fact that the schema was not available under cn=schema,ou=system.  GQ just crapped out instead of giving a good warning.  I tested and it was ok.  Let me know if the problem has disappeared for you.

> GQ seg faults when attempting to edit an entry
> ----------------------------------------------
>
>          Key: DIREVE-107
>          URL: http://issues.apache.org/jira/browse/DIREVE-107
>      Project: Directory Server
>         Type: Bug
>   Components: server main
>  Environment: Fedora Core 2, GQ 0.6.0
>     Reporter: Enrique Rodriguez
>     Assignee: Alex Karasulu
>      Fix For: 0.9

>
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira