pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/52723: mongod seg faults when compiled with SSL support



>Number:         52723
>Category:       pkg
>Synopsis:       mongod seg faults when compiled with SSL support
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 13 06:10:00 +0000 2017
>Originator:     ben@pocket.services
>Release:        NetBSD 8.0_BETA
>Organization:
	
>Environment:
	
	
System: NetBSD mongo.db.zone 8.0_BETA NetBSD 8.0_BETA (GENERIC.201711111640Z) amd64
Architecture: x86_64
Machine: amd64
>Description:
	mongod will not start when compiled with SSL support
>How-To-Repeat:
mongo$ cat /etc/mk.conf 
ACCEPTABLE_LICENSES += gnu-agpl-v3
PKG_OPTIONS.mongodb = ssl wiredtiger
mongo$ mongod
[1]   Segmentation fault (core dumped) mongod
mongo$ gdb mongod mongod.core
GNU gdb (GDB) 7.12
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64--netbsd".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from mongod...done.
[New process 1]
Core was generated by `mongod'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f7ead80b9bf in memcpy () from /usr/libexec/ld.elf_so
(gdb) bt
#0  0x00007f7ead80b9bf in memcpy () from /usr/libexec/ld.elf_so
#1  0x00007f7ead80a0ff in _rtld_tls_allocate_locked ()
   from /usr/libexec/ld.elf_so
#2  0x00007f7ead80a147 in _rtld_tls_initial_allocation ()
   from /usr/libexec/ld.elf_so
#3  0x00007f7ead803000 in _rtld () from /usr/libexec/ld.elf_so
#4  0x00007f7ead8007a3 in .rtld_start () from /usr/libexec/ld.elf_so
#5  0x0000000000000000 in ?? ()

>Fix:
	

>Unformatted:
 	
 	


Home | Main Index | Thread Index | Old Index