Quantcast
Channel: Active questions tagged ruby - Stack Overflow
Viewing all articles
Browse latest Browse all 4619

How to solve "Double free for ptr 0x7f7c33808200" in ruby on rails?

$
0
0

I have a Ruby on Rails API application on macOS Sonoma, x86 intel i7.

I can start the server using rails s. When I hit my endpoint, it logs the following:

Started POST "/v1/login" for ::1 at 2023-12-13 19:38:46 +0700ruby(5405,0x70000e8b9000) malloc: double free for ptr 0x7f7c33808200ruby(5405,0x70000e8b9000) malloc: *** set a breakpoint in malloc_error_break to debugzsh: abort      rails server

I already performed bundle update, bundle clean, bundle install again. I also restarted my laptop, and it stills occurred.

How do I solve this error?


Viewing all articles
Browse latest Browse all 4619

Trending Articles