On 16 Mar 08:20, Stuart Henderson wrote:
> Yes, please try to get a backtrace.
> 
> --
> Sent from a phone, apologies for poor formatting.
> 
> On 16 March 2020 07:00:06 Uwe Werler <uwe.wer...@retiolum.eu> wrote:
> 
> > Hi Stuart,
> > 
> > thanks for the advice!
> > 
> > The output is as follows:
> > 
> > ##########################################################
> > 
> > egdb /usr/local/sbin/redis-sentinel /tmp/redis-server.core
> > GNU gdb (GDB) 7.12.1
> > Copyright (C) 2017 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-unknown-openbsd6.6".
> > 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 /usr/local/sbin/redis-sentinel...done.
> > [New process 170084]
> > [New process 585452]
> > [New process 382927]
> > [New process 407733]
> > Core was generated by `redis-server'.
> > Program terminated with signal SIGSEGV, Segmentation fault.
> > #0  0x000008a5b359cfe8 in sentinelRefreshInstanceInfo (ri=0x8a89bf44608,
> > info=<optimized out>) at sentinel.c:2161
> > 2161    sentinel.c: No such file or directory.
> > [Current thread is 1 (process 170084)]
> > (gdb)
> > 
> > ##########################################################
> > 
> > Something else what I can do?
> > 
> > With kind regards
> > 
> > Uwe

egdb /usr/local/sbin/redis-sentinel /tmp/redis-server.core
GNU gdb (GDB) 7.12.1
Copyright (C) 2017 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-unknown-openbsd6.6".
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 /usr/local/sbin/redis-sentinel...done.
[New process 170084]
[New process 585452]
[New process 382927]
[New process 407733]
Core was generated by `redis-server'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x000008a5b359cfe8 in sentinelRefreshInstanceInfo (ri=0x8a89bf44608, 
info=<optimized out>) at sentinel.c:2161
2161    sentinel.c: No such file or directory.
[Current thread is 1 (process 170084)]
(gdb) backtrace full
#0  0x000008a5b359cfe8 in sentinelRefreshInstanceInfo (ri=0x8a89bf44608, 
info=<optimized out>) at sentinel.c:2161
        l = <optimized out>
        slave = <optimized out>
        role = 2
        numlines = 149
        j = 148
        lines = 0x8a81a6c2008
#1  0x000008a5b35ce843 in __redisRunCallback (ac=<optimized out>, cb=<optimized 
out>, reply=<optimized out>) at async.c:269
        c = <optimized out>
#2  redisProcessCallbacks (ac=0x8a87407fc00) at async.c:469
        c = 0x8a87407fc00
        reply = 0x8a7bb7cba00
        status = <optimized out>
#3  0x000008a5b351b6c7 in aeProcessEvents (eventLoop=<optimized out>, flags=11) 
at ae.c:443
        mask = <optimized out>
        fired = <error reading variable fired (Cannot access memory at address 
0x0)>
        shortest = <optimized out>
        j = 0
        processed = <optimized out>
        numevents = 1
#4  0x000008a5b351ba3e in aeMain (eventLoop=0x8a7e628ee08) at ae.c:501
No locals.
#5  0x000008a5b3528497 in main (argc=<optimized out>, argv=0x7f7ffffde5b8) at 
server.c:4234
        hashseed = "05b63ac8a3bb4659"
        tv = {tv_sec = 1584341494, tv_usec = 882702}
        j = <optimized out>
(gdb) 


-- 

Reply via email to