pkgsrc-Users archive

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

Re: Memory fault (core dumped) using occ of Nextcloud



Martin Husemann <martin%duskware.de@localhost> wrote:

> On Mon, May 06, 2019 at 08:24:24AM +0000, Christopher Pinon wrote:
> > As a result of the core dump, there is a file php.core in nextcloud/ .
> 
> Please run:
> 
> 	gdb php nextcloud/php.core
> 
> and show the output of the command
> 
> 	bt/full

Hi, thanks, this is what I get. --C.

(gdb php nextcloud/php.core)

[New process 1]
Core was generated by `php'.
Program terminated with signal SIGSEGV, Segmentation fault.

(bt full)

#0  0x0000734f1665a1fa in ?? ()
No symbol table info available.
#1  0x0000734f26f2fc0d in engine_table_cleanup () from /usr/lib/libcrypto.so.12
No symbol table info available.
#2  0x0000734f26f6b086 in ?? () from /usr/lib/libcrypto.so.12
No symbol table info available.
#3  0x0000734f26effaef in sk_pop_free () from /usr/lib/libcrypto.so.12
No symbol table info available.
#4  0x0000734f26f6b370 in ENGINE_cleanup () from /usr/lib/libcrypto.so.12
No symbol table info available.
#5  0x0000734f22856133 in ?? () from /usr/pkg/lib/libcurl.so.4
No symbol table info available.
#6  0x0000734f2285a6bb in ?? () from /usr/pkg/lib/libcurl.so.4
No symbol table info available.
#7  0x0000734f228282bb in curl_global_cleanup () from /usr/pkg/lib/libcurl.so.4
No symbol table info available.
#8  0x0000734f22c0886d in zm_shutdown_curl ()
   from /usr/pkg/lib/php/20170718/curl.so
No symbol table info available.
#9  0x00000000006218c4 in ?? ()
No symbol table info available.
#10 0x000000000061aecc in ?? ()
No symbol table info available.
#11 0x000000000062c0c4 in zend_hash_graceful_reverse_destroy ()
No symbol table info available.
#12 0x000000000061b950 in ?? ()
No symbol table info available.
#13 0x00000000005be176 in ?? ()
No symbol table info available.
#14 0x00000000006cba15 in ?? ()
No symbol table info available.
#15 0x000000000042e2ab in _start ()
No symbol table info available.


Home | Main Index | Thread Index | Old Index