General

Profile

mark-moseley (Mark Moseley)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

02/11/2012

01:36 AM Ruby Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
What's holding this back is the segmentation fault running the "where" command. mark-moseley (Mark Moseley)

11/04/2011

12:56 AM Ruby Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
Any chance this will get looked at? I can't release ruby-debug19 for 1.9.3 until it's fixed. mark-moseley (Mark Moseley)

10/09/2011

11:49 AM Ruby Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
I've merged nobu's changes, and they're at rubyforge ( http://rubyforge.org/frs/?group_id=8883 )
I'm getting a segmentation fault running the "where" command in ruby-debug19. I've traced it to this ruby code:
id = context_frame_method(...
mark-moseley (Mark Moseley)

08/30/2009

02:21 PM Ruby Feature #2012 (Closed): Set event_flags on thread creation if hook exists
=begin
In ruby-debug, when a user sets a breakpoint that ends up executed by a later-created thread, then nothing will happen.

The only solution that I have at this point is to always set RUBY_EVENT_VM for all living threads every ...
mark-moseley (Mark Moseley)

08/21/2009

07:42 AM Ruby Bug #1971 (Closed): Segmentation fault in readline
=begin
Following code from trunk, -r24602, segfaults in Linux 2.6.15.5:

require 'readline'
Readline::readline("(rdb:1)", true)

I've narrowed this down to 8/20/09 change to ext/readline/readline.c, -r24594 (rl_prep_terminal()...
mark-moseley (Mark Moseley)

08/17/2009

02:01 PM Ruby Feature #1857: install *.h and *.inc
=begin
> Maybe if you fail to find the exact same release on ftp, you can fall
> back to svn? That's no longer a pure ruby solution, but I think it's
> better to try svn and go ahead and fail if it's not installed, rather
> than f...
mark-moseley (Mark Moseley)

08/16/2009

05:30 AM Ruby Feature #1857: install *.h and *.inc
=begin
I've put an initial version at: http://github.com/mark-moseley/ruby_core_source

Currently it puts the *.h and *.inc files in /include/ruby-1.9.1/ruby-1.9.2-preview1 or /include/ruby-1.9.1/ruby-1.9.1-p###, depending on the ve...
mark-moseley (Mark Moseley)

08/13/2009

02:53 AM Ruby Feature #1857: install *.h and *.inc
=begin
This is becoming more and more of a problem; people are trying to install the 1.9 ruby-debug and getting the vm_core.h not found error. So I'm going to tackle creating a gem to do this.

Here's my idea: at the time extconf.rb...
mark-moseley (Mark Moseley)

08/12/2009

01:28 PM Ruby Bug #1928: [BUG] rb_add_method: unsupported method type (8)
=begin
I got this error earlier today when I ran "rails foo" on ruby-1.9.2-preview1.

It worked, through, when I tried it a few hours ago on the trunk 24504, so I think this has been fixed.
=end
mark-moseley (Mark Moseley)

08/09/2009

01:29 AM Ruby Bug #1676: only last "return" is traced by set_trace_func
=begin
Patch to fix this:

--- compile.c (revision 24476)
+++ compile.c (working copy)
@@ -2959,6 +2959,8 @@
COMPILE_(ret, "BLOCK body", node->nd_head,
(node->nd_next == 0 && poped == 0) ? 0 : 1);
...
mark-moseley (Mark Moseley)

Also available in: Atom