General

Profile

jojelino (jojelino _)

  • Login: jojelino
  • Registered on: 06/07/2010
  • Last sign in: 09/05/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 4 4

Activity

10/04/2011

07:50 PM Ruby Bug #5375: [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
Luis Lavena wrote:
> Independent of being mingw or mingw-w64 provided version of GCC, 4.6.x seems to segfault too.
> ...
In fact, i had sigsegv in mingw-w64 too. the problem came from msvcrt!longjmp dereferences ebp+8 which maybe inval...
jojelino (jojelino _)

10/01/2011

01:50 PM Ruby Bug #5375: [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
i had same issue before although it maybe not same one.
The location of error triggered was msvcrt!_abnormal_termination.
From gcc 4.6, ABI has changed so %esp can be invalid memory reference. so msvcrt!longjmp sigsegvs in this case. ...
jojelino (jojelino _)

07/04/2011

04:07 PM Ruby Feature #4967: dmalloc reported memory leaks in ruby
and cumulative result from preceeding log
total-byte count src line
746668032 45573 gc.c 1033
388703018 2920209 string.c 395
277872640 530 vm.c 1634
171948600 7164525 st.c 532
106382904 4432621 st.c 463
88318756 1734835 st.c 191
...
jojelino (jojelino _)
12:56 AM Ruby Feature #4967: dmalloc reported memory leaks in ruby
also i ran './ruby.exe -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- "./test/runner.rb"' here is the result.
log files with some glitch(size>1000KB) have been pruned.
jojelino (jojelino _)

07/03/2011

07:51 PM Ruby Feature #4967 (Rejected): dmalloc reported memory leaks in ruby
hi i've modified dmalloc,pthreads-win32 to make it work win32. and dmalloc_t passed so far.
and then, ruby is chosen to check memory leaks.
for dmalloc to work with ruby, some part of ruby has been patched.
after successful build of r...
jojelino (jojelino _)

04/12/2011

04:17 AM Ruby Bug #4566: followup of [ruby-core:32747]
=begin
>>The patch seems wrong: first is the way check the gcc version, and the condition also wrong.
the definitive solution would be leaving only following line
:#define DECL_SC_REG(type, r, reg) register type reg_##r
> ...
to be ho...
jojelino (jojelino _)

04/10/2011

01:41 PM Ruby Bug #4566 (Third Party's Issue): followup of [ruby-core:32747]
=begin
[ruby-core:32747]
Index: vm_exec.c
===================================================================
--- vm_exec.c (revision 31234)
+++ vm_exec.c (working copy)
@@ -11,7 +11,7 @@

#include <math.h>

-#if...
jojelino (jojelino _)

07/12/2010

07:49 AM Ruby Bug #3559 (Rejected): sigsegv in gc.c:1051
=begin
it occasionally crashes, but i dun know where to start.
it occured when freelist dereferences invalid freelist->as.free.next address.
because the process accidentally terminated during collecting stack dump, you 'll need to w...
jojelino (jojelino _)

06/07/2010

01:46 PM Ruby Feature #3399: UNC path is not handled properly
=begin
1> at least i can assert that the stuff '\\?\' is windows-specific stuff that we don't like to be encountered. and i could see that cygwin do workaround by checking whether '\\?\ is present and ignore it.
i'm happy to being said...
jojelino (jojelino _)
02:18 AM Ruby Feature #3399 (Closed): UNC path is not handled properly
=begin
(gdb)
0x62d4a4f1 2835 BUFINIT();
(gdb) print s
$5 = 0xc7dfa0 "//?/D:/ruby2/lib/ruby/site_ruby/1.9.1"
this is from rbconfig.rb
CONFIG = {}
CONFIG["DESTDIR"] = DESTDIR
CONFIG["MAJOR"] = "1"
CONF...
jojelino (jojelino _)

Also available in: Atom