memprof icon indicating copy to clipboard operation
memprof copied to clipboard

ruby: Failed to insert tramp for mysql_real_query with REE

Open gnufied opened this issue 13 years ago • 4 comments

I am running,


ruby 1.8.7 (2010-04-19 patchlevel 253) [i686-darwin10.4.0], MBARI 0x6770, Ruby Enterprise Edition 2010.02

and memprof version 0.3.6 and I get error in the subject, thats all and mongrel quits. Is there anyway to print out more information about why memprof is failing there?

gnufied avatar Jan 08 '11 17:01 gnufied

I'm having this problem as well when trying to run Rails with Memprof::Tracer in the stack.

ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin10.6.0], MBARI 0x6770, Ruby Enterprise Edition 2011.03

Is there anyway I can get memprof to just not put a trampoline on mysql_real_query?

This also only happens on my OSX dev machine, it works on our CentOS staging server.

rsofaer avatar Mar 03 '11 21:03 rsofaer

Thought maybe this was just ree, tried "ruby 1.8.7 (2010-12-23 patchlevel 330) [i686-darwin10.6.0]" too, no go.

ssoroka avatar Apr 27 '11 05:04 ssoroka

some for me... ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin10.7.4]

jovoto avatar Jun 16 '11 20:06 jovoto

As a workaround, I just commented out the mysql stuff https://github.com/jmbejar/memprof/tree/disable_mysql_trace

jmbejar avatar Apr 03 '12 00:04 jmbejar