Closed GoogleCodeExporter closed 8 years ago
Very bad! thanks for reporting. This could be related to many things similar to
bug #503 that is now fixed in 2.2 so it is not that stuff. Either the client
structure is broken when we publish to one of the clients waiting for data, or
the pushed object is invalid in some way. I'll look at this tomorrow morning
for sure.
If we'll not have any luck trying to understand where the problem is we'll try
to ask for some help given that you can reproduce the problem ;)
Cheers,
Salvatore
Original comment by anti...@gmail.com
on 24 May 2011 at 6:32
I'm happy to provide any assistance I can in tracking this one down.
Unfortunately, it seems to happen only after many hours on our (quite active)
main production instance.
Original comment by wbm...@gmail.com
on 24 May 2011 at 6:44
Thanks, one thing that can help is to compile redis with 'make noopt' and run
this version. The next stack dump will be more helpful then this. Even better
after compiling with 'make noopt' you could run Redis this way:
gdb ./redis-server
run /path/to/redis.conf
And wait for the crash. When it crashes in gdb type:
bt
and this will output the back trace.
having this info can be really valuable!
Salvatore
Original comment by anti...@gmail.com
on 25 May 2011 at 9:27
Another interesting this is if this happes with 2.2.6 as well. It is not
impossible that this was introduced with 2.2.7.
Original comment by anti...@gmail.com
on 25 May 2011 at 9:46
Nevermind, I'm able to reproduce the problem so no further testing needed in
your side. I'll fix it ASAP and report back here.
Cheers,
Salvatore
Original comment by anti...@gmail.com
on 25 May 2011 at 10:10
Fixed in all github main beanches. Will release 2.2.9 ASAP. Thx for cooperation!
Original comment by anti...@gmail.com
on 25 May 2011 at 10:58
Great, thanks for addressing this so quickly. I'll roll out the 2.2 branch
containing this fix.
Original comment by wbm...@gmail.com
on 25 May 2011 at 6:51
Original issue reported on code.google.com by
wbm...@gmail.com
on 24 May 2011 at 6:22