redis / hiredis-rb

Ruby wrapper for hiredis
BSD 3-Clause "New" or "Revised" License
320 stars 90 forks source link

check failures of malloc() #12

Closed nviennot closed 10 years ago

nviennot commented 11 years ago

Got a segfault because of the assumption that malloc() always succeed, not very pleasant.

pietern commented 10 years ago

On what kind of system were you using hiredis-rb and got malloc failures?

Doesn't the Ruby interpreter throw a fit as well when that happens?

I'm not merging this and closing the issue.