General

Profile

qianthinking (Leon Li)

  • Login: qianthinking
  • Registered on: 01/31/2011
  • Last sign in: 09/17/2012

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

09/13/2012

01:18 PM Ruby Bug #7018 (Rejected): unexpected behavior that constant is overridden and redefined
module Foo
module Bar
end
end
include Foo
m = Bar
#Bar expected being opened, instead, it is overridden and redefined only in 1.9.2-p320
module Bar
end
puts "#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}: #{m == Bar}"
$ r...
qianthinking (Leon Li)

01/31/2011

06:37 PM Ruby Bug #4350: Segmentation fault and Bus Error
=begin
It seems related to #2295
=end
qianthinking (Leon Li)
06:34 PM Ruby Bug #4350 (Rejected): Segmentation fault and Bus Error
=begin
My server crashes 0-4 times a day with segmentation faults.
The fault seems related to activerecord transaction, but it is not always a same spot, so the attached are just examples of some occurrence.

The application is a...
qianthinking (Leon Li)

Also available in: Atom