Project

General

Profile

Activity

From 06/08/2014 to 06/14/2014

06/14/2014

08:56 PM Feature #8259: Atomic attributes accessors
Vit Z wrote:
> In such a use case, CAS reference equality would not work (sidestepping that JRuby
> pools some smal...
headius (Charles Nutter)
07:09 PM Feature #8259: Atomic attributes accessors
Petr Chalupa wrote:
> it certainly looks appealing and convenient to have atomic ivars, but I have an devil advocate...
thedarkone (Vit Z)
03:25 PM Feature #8259: Atomic attributes accessors
Responding to recent comments...
* Atomic operations for Array, Hash
I lean toward introducing purpose-built co...
headius (Charles Nutter)
02:44 PM Feature #8259: Atomic attributes accessors
Hello guys,
it certainly looks appealing and convenient to have atomic ivars, but I have an devil advocate's questio...
pitr.ch (Petr Chalupa)
04:54 PM Feature #2509: Recursive freezing?
This looks to me like a strange reason to reject too. If a programmer recursively freezes an object that will freeze... alexeymuranov (Alexey Muranov)
03:44 PM Bug #9945 (Closed): Segmentation fault when defining recursive method
The following code causes segmentation fault, although I expect it to create stack overflow.
```ruby
a = Object.n...
Soilent (Konstantin x)
12:41 PM Bug #9944 (Rejected): in ruby for windows in "system" a redirection to append a file works incorrectly
~~~
c:\Users\bdimych>
c:\Users\bdimych>
c:\Users\bdimych>
c:\Users\bdimych>
c:\Users\bdimych>C:\Ruby200\bin\ruby...
bdimych (Dmitry Bolshakov)
07:21 AM Bug #9267 (Closed): Document configure options
I've added wiki page for [Configuration Options](https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/ConfigurationOpt... zzak (zzak _)
07:14 AM Bug #9234 (Closed): Documentation for upgrading to supported versions
Added wiki page with general index of major versions which links to each versions NEWS and change log if it exists.
...
zzak (zzak _)
06:43 AM Misc #9741 (Closed): Policy for Posting Security & General Announcements on www.ruby-lang.org
I've added a new wiki page: [HowToAnnounce](https://bugs.ruby-lang.org/projects/ruby/wiki/HowToAnnounce). zzak (zzak _)
03:04 AM Bug #9934 (Closed): High memory usage from file_expand_path_*
Don't move projects, update Backport instead. nobu (Nobuyoshi Nakada)
01:54 AM Bug #9932 (Closed): Permutation - Segment fault
Applied in changeset r46426.
----------
array.c: non-recursive permute0
* array.c (permute0): remove recursion, by ...
nobu (Nobuyoshi Nakada)
12:25 AM Misc #9438 (Closed): Implementation naming
I'm not sure how important it is to have consistent naming throughout the docs, both MRI and CRuby are applicable. Th... zzak (zzak _)
12:16 AM Bug #9904: remove rubyforge entries from rake.1
It is OK.
Eventually github.com/ruby/rake will become official, but it is OK for the man page to point there.
drbrain (Eric Hodel)
12:13 AM Bug #9904: remove rubyforge entries from rake.1
Yes, I’ve confirmed with Eric:
2:20 PM <drbrain> the "rake" name is taken

We’re going to use ruby/rake as the ca...
zzak (zzak _)
12:11 AM Misc #9219 (Closed): Policy Announcement for All Versions
We've already made maintenance announcements for 1.9.3 and only recently changed maintainers for 2.0.0.
In this ca...
zzak (zzak _)
12:09 AM Misc #9215 (Closed): Maintenance Policy for Future Releases (2.1.0 & beyond)
I've migrated my (pending) NEWS document from www.r-l.o to the wiki: [GeneralMaintenancePolicy](https://bugs.ruby-lan... zzak (zzak _)
12:03 AM Misc #9265 (Closed): Meeting Guide
Naruse has added initial [DevelopersMeetingRealtimeGuidelines](https://bugs.ruby-lang.org/projects/ruby/wiki/Develope... zzak (zzak _)
12:02 AM Bug #9943 (Closed): Ruby 1.9.3 improperly reports unused variable warnings
This is related to https://bugs.ruby-lang.org/issues/6693 and possibly https://bugs.ruby-lang.org/issues/7730.
Top...
cupakromer (Aaron Kromer)

06/13/2014

11:36 PM Bug #9904: remove rubyforge entries from rake.1
@zzak
Did you confirm this patch to drbrain?
Is github.com/ruby/rake official rake repository now?
hsbt (Hiroshi SHIBATA)
11:30 PM Bug #9904 (Closed): remove rubyforge entries from rake.1
Applied in changeset r46421.
----------
* man/rake.1: [DOC] Update links for Rake, patch by @hsbt [Bug #9904]
[Fix...
zzak (zzak _)
06:45 PM Bug #9934 (Open): High memory usage from file_expand_path_*
tmm1 (Aman Karmani)
11:31 AM Bug #9934: High memory usage from file_expand_path_*
Thanks for the fix! dbussink (Dirkjan Bussink)
04:07 PM Bug #9942 (Closed): reduce memory allocation in Array#permutation (fixed at r46416)
rb_ary_permutation() allocate unnecessary large temporary array.
It's fixed at r46416.
This ticket is only for ba...
nagachika (Tomoyuki Chikanaga)
03:27 PM Feature #9941 (Open): Issue a warning when `module` or `class` keyword causes re-initialization of a constant that will become the module/class name, instead of creating/reopening the module/class
I think that it would be appropriate to issue a warning similar to "warning: already initialized constant" when "`mod... alexeymuranov (Alexey Muranov)
08:50 AM Bug #9940 (Closed): Unexpected throw from TracePoint hooks with recursive checking
Applied in changeset r46419.
----------
* vm_trace.c: clear and restore recursive checking thread local data
to av...
ko1 (Koichi Sasada)
08:46 AM Bug #9940 (Closed): Unexpected throw from TracePoint hooks with recursive checking
下記のようなプログラムで、2.0 と 2.1 以降で挙動が違います。
```ruby
stack = []
TracePoint.new(:c_call){|tp|
mid = tp.method_id
begi...
ko1 (Koichi Sasada)
08:34 AM Bug #9939 (Closed): segfault by modifying array during Array#combination
Applied in changeset r46418.
----------
array.c: combination on a shared copy
* array.c (rb_ary_combination): itera...
nobu (Nobuyoshi Nakada)
08:29 AM Bug #9939 (Closed): segfault by modifying array during Array#combination
~~~ruby
$ ruby -e 'a = [*0..500]' -e 'a.combination(2) {|*,x| a.clear}'
-e:2: [BUG] Segmentation fault at 0x0000000...
nobu (Nobuyoshi Nakada)
01:02 AM Bug #9936: wrong zlib1.dll installed on windows
I confirmed the error message "%1 is not a valid Win32 application." occurred with 32-bit zlib1.dll and 64-bit ruby.e... phasis68 (Heesob Park)
12:07 AM Bug #9936: wrong zlib1.dll installed on windows
Hello Claudio,
Me again, once last thing I forgot to mention.
The error message you see: "%1 is not a valid Win...
luislavena (Luis Lavena)
12:04 AM Bug #9936: wrong zlib1.dll installed on windows
Hello Claudio,
Both installer and package of Ruby 2.0.0-p481 for x64 contains a 64-bits version of zlib1.dll
Yo...
luislavena (Luis Lavena)

06/12/2014

07:33 PM Bug #9938: ObjectSpace::allocation_class_path does not object's class
Wow, that was fast !
I've been stuck at `rb_class_path_cached` from `variable.c line #281` failing to look up a cl...
dunric (David Unric)
06:43 PM Bug #9938: ObjectSpace::allocation_class_path does not object's class
Hi,
Thank you for your report.
Please add this magic line:
`ObjectSpace.each_object(Module){|o| o.name}`
at t...
ko1 (Koichi Sasada)
05:08 PM Bug #9938: ObjectSpace::allocation_class_path does not object's class
I'm sorry about code formatting. Bellow is a fixed version:
~~~ruby
require 'objspace'
class A
def foo
...
dunric (David Unric)
05:05 PM Bug #9938 (Rejected): ObjectSpace::allocation_class_path does not object's class
Possible bug in `ObjectSpace::allocation_class_path` returning `nil` instead of expected class name:
~~~ruby
requ...
dunric (David Unric)
04:33 PM Bug #9937 (Closed): Segfault in the TracePoint API
Hi!
It seems that a regression bug has been recently introduced in the TracePoint API (maybe after changeset r4575...
deivid (David Rodríguez)
02:51 PM Bug #9934: High memory usage from file_expand_path_*
I think r46413 has fixed it. nobu (Nobuyoshi Nakada)
11:40 AM Bug #9934: High memory usage from file_expand_path_*
This does actually not fix the bug. This only works if a path expanded by File.expand_path is smaller than the string... dbussink (Dirkjan Bussink)
04:09 AM Bug #9934 (Closed): High memory usage from file_expand_path_*
Applied in changeset r46410.
----------
file.c: shrink expanded path
* file.c (expand_path): shrink expanded path w...
nobu (Nobuyoshi Nakada)
03:40 AM Bug #9934: High memory usage from file_expand_path_*
[email protected] wrote:
> This is the best I could come up with. Definitely not ideal since it
> allocates another ru...
normalperson (Eric Wong)
02:34 AM Bug #9934: High memory usage from file_expand_path_*
This is the best I could come up with. Definitely not ideal since it allocates another ruby object.
~~~diff
diff ...
tmm1 (Aman Karmani)
01:57 AM Bug #9934 (Closed): High memory usage from file_expand_path_*
All the file expansion routines use `EXPAND_PATH_BUFFER()` which allocates PATH_MAX bytes on the heap per invocation.... tmm1 (Aman Karmani)
12:24 PM Bug #9760 (Open): mkmf does not allow for linking against custom libraries when a system library is present
knu (Akinori MUSHA)
12:23 PM Bug #9760: mkmf does not allow for linking against custom libraries when a system library is present
Please do not backport this yet; I'm suggesting backing out the commit made in trunk for the reason I gave above. knu (Akinori MUSHA)
11:30 AM Bug #9760: mkmf does not allow for linking against custom libraries when a system library is present
Does this issue exist in 2.0.0 too? nagachika (Tomoyuki Chikanaga)
10:15 AM Bug #9936 (Third Party's Issue): wrong zlib1.dll installed on windows
Please report to the RubyInstaller team, though they has read this ML. usa (Usaku NAKAMURA)
10:03 AM Bug #9936 (Third Party's Issue): wrong zlib1.dll installed on windows
I'm using Windows 7 64bit.
Running e.g. "gem help commands" results in the following error messages:
~~~
ERROR...
cbley (Claudio Bley)
09:47 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Tried it again after removing other ruby. It worked :)
Thanks all for your help.
psaxena (Pooja Saxena)
09:46 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
You must remove old ed.obj with `nmake clean`
~~~
> nmake clean
> nmake
~~~
phasis68 (Heesob Park)
09:40 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
It came like this
~~~
C:\Ruby19\lib\ruby\gems\1.9.1\gems\eventmachine-1.0.1\ext>ruby extconf.rb
checking for mai...
psaxena (Pooja Saxena)
09:17 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
What is the output of ruby extconf.rb?
The first two lines should be yes
~~~
checking for main() in ssleay32.lib...
phasis68 (Heesob Park)
09:06 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Yep that was the issue. I removed the other ruby then tried. I created rubyeventmachine.so and i moved it. But again ... psaxena (Pooja Saxena)
08:56 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
I guess you have multiple ruby environments.
You must run c:\Ruby19\bin\ruby.exe with proper environment variables...
phasis68 (Heesob Park)
08:14 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Tried building gem for myself. It is giving me error of dev tools. Though i do hace dev-kit installed and pat also ha... psaxena (Pooja Saxena)
07:08 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
You have two options.
1 Build gem for yourself
~~~
cd C:\Ruby19\lib\ruby\gems\1.9.1\gems\eventmachine-1.0.3\ex...
phasis68 (Heesob Park)
06:55 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
I only have to edit this gem, or it needs to be compile again? psaxena (Pooja Saxena)
09:42 AM Bug #9935 (Third Party's Issue): [BUG] Segmentation fault at 0x00000000000418 ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
Your json gem is build by ruby 2.0, but you use ruby 2.1.
You should remove old version gems on your Ruby.
hsbt (Hiroshi SHIBATA)
08:32 AM Bug #9935 (Third Party's Issue): [BUG] Segmentation fault at 0x00000000000418 ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
/Users/rohitkrishnan/.rvm/gems/ruby-2.0.0-p0/gems/json-1.8.1/lib/json/ext/parser.bundle: [BUG] Segmentation fault at ... theElefant (Rohit Krishnan)
09:05 AM Feature #9923 (Closed): Revisitting GC.stat keys
duplicate to #9924 hsbt (Hiroshi SHIBATA)
02:39 AM Bug #9884: thread_pthread.c assumes pthread_t is a scalar type
On Wed, Jun 11, 2014 at 9:33 PM, <[email protected]> wrote:
> Issue #9884 has been updated by Rei Odaira.
>
>...
kosaki (Motohiro KOSAKI)
01:33 AM Bug #9884: thread_pthread.c assumes pthread_t is a scalar type
I was looking at this page:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html
~~~
IEEE S...
ReiOdaira (Rei Odaira)
02:15 AM Bug #9928: Fiddle::TestHandle#test_NEXT fails on AIX due to unexported symbols of extension libraries
Export files are used on Windows already, so it would not be a trouble. nobu (Nobuyoshi Nakada)

06/11/2014

10:34 PM Bug #9933 (Closed): segmentation fault when running 'gem' (ruby 2.1.2p95)
I see there is a similar related issue (https://bugs.ruby-lang.org/issues/9827) which is on a Mac - My issue is on RH... gasharma (Gaurav Sharma)
09:05 PM Bug #9884: thread_pthread.c assumes pthread_t is a scalar type
Just curious. Where is the phrase that describes pthread_t is opaque?
I skimmed current SUS.
sys/types.h contai...
kosaki (Motohiro KOSAKI)
08:38 AM Bug #9884 (Closed): thread_pthread.c assumes pthread_t is a scalar type
Applied in changeset r46406.
----------
thread.c: fix for non-scalar pthread_t
* configure.in (rb_cv_scalar_pthread...
nobu (Nobuyoshi Nakada)
03:49 PM Bug #9928: Fiddle::TestHandle#test_NEXT fails on AIX due to unexported symbols of extension libraries
Yes, AIX supports dlopen(). According to the discussion at [Bug #1914], only relatively old versions of AIX did not s... ReiOdaira (Rei Odaira)
02:29 AM Bug #9928: Fiddle::TestHandle#test_NEXT fails on AIX due to unexported symbols of extension libraries
Rei Odaira wrote:
> The reason for this is a little bit complicated. `Fiddle::TestHandle#test_NEXT` tests the behavi...
nobu (Nobuyoshi Nakada)
02:31 PM Bug #9932: Permutation - Segment fault
On Wed, Jun 11, 2014 at 1:12 PM, <[email protected]> wrote:

> Execute the following program with the inputs
...
calamitas (Peter Vanbroekhoven)
12:29 PM Bug #9932: Permutation - Segment fault
It's a stack overflow, and it results `SystemStackError` as expected on recent 2.0.0 or later. nobu (Nobuyoshi Nakada)
11:12 AM Bug #9932 (Closed): Permutation - Segment fault
Execute the following program with the inputs
~~~ruby
###########################################################...
tak2siva (siva kumar)
02:18 PM Bug #9922 (Third Party's Issue): Compiling Ruby 1.9.3p194 from source code with openssl crashe
Thank you all for resolving this issue.
(I was trying to make a reproduction environment, but I was not in time.)
usa (Usaku NAKAMURA)
01:39 PM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
OK. I have reproduced this crash.
And I found the cause of this issue.
The crash occurred in the following line o...
phasis68 (Heesob Park)
08:10 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Yes it does not accur with mingw. For ruby 1.9.3p547 it tried both installer and compiling from source. It showed the... psaxena (Pooja Saxena)
07:23 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
I saw a something similar issue at https://groups.google.com/forum/#!topic/faye-users/BdbRYIkp1oo
The issuer solve...
phasis68 (Heesob Park)
06:36 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Yes, this is what i tried. But console only displays one line "This application has requested the Runtime to terminat... psaxena (Pooja Saxena)
06:05 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
I cannot understand what you want to see with Visual Studio.
In cmd.exe console, you would run
C:\>ruby bin/thi...
phasis68 (Heesob Park)
03:44 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Yes i did. By doing that, Pop-up did not come, but visual studio also did not show anyhitng. psaxena (Pooja Saxena)
11:43 AM Feature #9781: Feature Proposal: Method#super_method
I also favor `super` (as I wrote before). It wouldn't overwrite the `super` keyword in most cases, and if it does (sa... marcandre (Marc-Andre Lafortune)
08:14 AM Feature #8259: Atomic attributes accessors
Eric Wong wrote:
> Does that mean segfaulting the VM on concurrent Hash or Array access
> is OK? I don't think a...
thedarkone (Vit Z)
06:50 AM Bug #9931 (Closed): irb: Really weird behavior for x = "#{x\"}" (ex: irb(main:009:-4))
# Our journey starts off rather simple:
irb(main):001:0> x = "#{x}"
=> ""
# Okay, makes sense.
irb(main):002:0> x...
jesserayadkins (Jesse Adkins)
06:40 AM Bug #9930: unicode filenames somehow don't work
`ARGV` is still in the default external encoding, i.e., console codepage.
We'd like to make them UTF-8, but have n...
nobu (Nobuyoshi Nakada)
05:11 AM Bug #9930 (Closed): unicode filenames somehow don't work
Something seems amiss here--I can't seem to pass in a unicode filename and have it used for reading/opening a file:
...
rogerdpack (Roger Pack)
06:39 AM Bug #9895 (Feedback): net/imap stops responding when trying to create a message to an unexisting folder
Lluís Gili wrote:
> trying to create a message to unexisting folder makes net/imap to eternize, instead of raising a...
shugo (Shugo Maeda)
06:21 AM Bug #9926 (Closed): class_eval : string and block
Sébastien Durand wrote:
> I'm not sure, is this a bug or a feature ?
>
> class Foo; @@bar = 'bar'; end
> p Foo.c...
shugo (Shugo Maeda)
12:08 AM Feature #9929 (Open): add with_default method to Hash
I would like to be able to write this:
~~~
people.group_by(:first_name).with_default { [] }
~~~
instead of:
...
dontfidget (Andrew Brown)

06/10/2014

10:00 PM Feature #8259: Atomic attributes accessors
[email protected] wrote:
> I am all for addition of `ConcurrentHash` or `Concurrent::Array` (these
> new data ...
normalperson (Eric Wong)
09:35 PM Feature #8259: Atomic attributes accessors
Eric Wong wrote:
> Right. There's no way I will ever advocate a memory barrier of any
> kind by default for read...
thedarkone (Vit Z)
07:21 PM Feature #8259: Atomic attributes accessors
[email protected] wrote:
> Eric Wong wrote:
> > I do atomic operations all the time in C on arbitrary address...
normalperson (Eric Wong)
09:39 AM Feature #8259: Atomic attributes accessors
> I do atomic operations all the time in C on arbitrary addresses.
> Lazy, non-atomic accesses run without speed p...
thedarkone (Vit Z)
08:18 PM Bug #9927: webrick does not unset content-length when responding to HEAD requests
My error, sorry for the distraction. adrienthebo (Adrien Thebo)
07:58 PM Bug #9927: webrick does not unset content-length when responding to HEAD requests
Adrien Thebo wrote:
> I didn't make this very clear, but the `curl` invocation hangs for about 6 seconds until the w...
phluid61 (Matthew Kerwin)
07:58 PM Bug #9927 (Rejected): webrick does not unset content-length when responding to HEAD requests
This appears to be a bug in curl.
RFC 7230 says:
3.3. Message Body

The message body (if any)...
drbrain (Eric Hodel)
07:19 PM Bug #9927: webrick does not unset content-length when responding to HEAD requests
I didn't make this very clear, but the `curl` invocation hangs for about 6 seconds until the webrick server is killed... adrienthebo (Adrien Thebo)
07:18 PM Bug #9927 (Rejected): webrick does not unset content-length when responding to HEAD requests
When Webrick responds to HEAD requests it omits the body (per RFC2616 -- 4.4 Message Length). However when setting up... adrienthebo (Adrien Thebo)
08:07 PM Bug #9928 (Closed): Fiddle::TestHandle#test_NEXT fails on AIX due to unexported symbols of extension libraries
`Fiddle::TestHandle#test_NEXT` fails on AIX.
~~~
[ 4/21] Fiddle::TestHandle#test_NEXT = 0.00 s ...
ReiOdaira (Rei Odaira)
07:40 PM Feature #9894: [RFC] README.EXT: document rb_gc_register_mark_object
SASADA Koichi <[email protected]> wrote:
> (2014/05/31 4:56), Eric Wong wrote:
> > ```diff
> > +void rb_gc_register_ma...
normalperson (Eric Wong)
08:58 AM Feature #9894: [RFC] README.EXT: document rb_gc_register_mark_object
(2014/05/31 4:56), Eric Wong wrote:
> ```diff
> +void rb_gc_register_mark_object(VALUE val)
> +
> + Tells GC to ...
ko1 (Koichi Sasada)
06:50 PM Feature #9638: [PATCH] limit IDs to 32-bits on 64-bit systems
SASADA Koichi <[email protected]> wrote:
> (2014/03/15 4:07), [email protected] wrote:
> > Also limits symbol spac...
normalperson (Eric Wong)
08:30 AM Feature #9638: [PATCH] limit IDs to 32-bits on 64-bit systems
(2014/03/15 4:07), [email protected] wrote:
> Also limits symbol space to prevent OOM.

What is OOM?
Out of ...
ko1 (Koichi Sasada)
06:07 PM Feature #9781: Feature Proposal: Method#super_method
I am also not in love with the naming. I would have preferred `Method#super` but we don't want to overwrite `super` o... schneems (Richard Schneeman)
08:51 AM Feature #9781 (Feedback): Feature Proposal: Method#super_method
Having something like Method/UnboundMethod#super_method for debugging purpose is OK, but
* Is super_method is the ...
matz (Yukihiro Matsumoto)
05:36 PM Bug #9658: configure --with-opt-dir=dir と clang の組合せでビルドに失敗する
Backported into `ruby_2_1` branch at r46402. nagachika (Tomoyuki Chikanaga)
04:55 PM Bug #9859 (Closed): An object with 6 instance variables causes SEGV
Applied in changeset r46399.
----------
* gc.c: invoke GC before memory allocation (xmalloc/xrealloc)
when GC.stre...
ko1 (Koichi Sasada)
05:59 AM Bug #9859: An object with 6 instance variables causes SEGV
補正が入らなくなるというのがどのくらい問題があるのかわかっていませんが、
SEGV するよりはずいぶんとマシなんじゃないですかねぇ。
akr (Akira Tanaka)
01:54 PM Bug #9926 (Closed): class_eval : string and block
I'm not sure, is this a bug or a feature ?
class Foo; @@bar = 'bar'; end
p Foo.class_eval('@@bar') # => "bar"
p ...
Anonymous
12:23 PM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Are you sure you disabled "Program Has Stopped Working Error" dialog and Just-in-Time Debugging?
Then you can not ...
phasis68 (Heesob Park)
11:16 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
'Nothing in debugger' by this i mean, when i see pop-up msg that ruby has stoppped working, it gives me option to deb... psaxena (Pooja Saxena)
10:40 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
I am not sure what you mean by "nothing in debugger".
You must run ruby on command prompt without any debugger.
phasis68 (Heesob Park)
10:25 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Yes i did. It dod not show pop-up. but in command prompt i got same error only. And nothing in debugger psaxena (Pooja Saxena)
09:56 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Did you try to disable "Program Has Stopped Working Error" dialog?
For Vista / Win7 / Server 2008 etc:
1. Open st...
phasis68 (Heesob Park)
09:46 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
debugger opens blank file. Also tried installing eventmachine and thin again with version used in my application. Her... psaxena (Pooja Saxena)
07:51 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
It seems that Just-In-Time Debugging of Visual Studio inhibit the backtrace output of ruby.exe.
You can get the fu...
phasis68 (Heesob Park)
07:36 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Pooja Saxena wrote:
> Yes I compiled openssl also with same version of visual studio. Did not do anything related to...
luislavena (Luis Lavena)
07:16 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Dont know much about dependency checking, hence did not get much. But understood that three of them depends on both m... psaxena (Pooja Saxena)
06:56 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
You can check the MSVCRT dependencies with Dependency Walker(http://www.dependencywalker.com).
Please check the de...
phasis68 (Heesob Park)
06:34 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Yes I compiled openssl also with same version of visual studio. Did not do anything related to event machine library psaxena (Pooja Saxena)
06:28 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Was OpenSSL also compiled with the same version of Visual Studio?
Thin depends on both OpenSSL and Eventmachine li...
luislavena (Luis Lavena)
05:47 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
due to other projects dependecies, I am bound to use that version only. From all the informaiton i explored, got to k... psaxena (Pooja Saxena)
05:34 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
I have not been able to reproduce this problem at this time.
From the information that is provided by you, I can not...
usa (Usaku NAKAMURA)
04:43 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Any update on this??
psaxena (Pooja Saxena)
08:40 AM Bug #9884: thread_pthread.c assumes pthread_t is a scalar type
(2014/05/31 7:28), [email protected] wrote:
> How about this patch? I tested this on x86/Linux with -DTHREAD_DEB...
ko1 (Koichi Sasada)
04:29 AM Feature #8370 (Closed): Constants MAX_MULTIPART_LENGTH in cgi/core.rb
Applied in changeset r46392.
----------
* lib/cgi/core.rb: Provide a mechanism to specify the
max_multipart_length...
xibbar (Takeyuki FUJIOKA)
03:11 AM Feature #3944: Add Fiber#root? method
(2014/05/23 15:17), [email protected] wrote:
> For example, I want write a method, when under `EM::Synchrony` envi...
ko1 (Koichi Sasada)
02:03 AM Feature #9925: rsock_addrinfo uses DNS family AF_UNSPEC for lookup causing high IPv6 AAAA volume
Similar configuration is available in the "/etc/gai.conf" system (it does not apply in this use case, however). It is... [email protected] (Aaron Stone)
01:55 AM Feature #9925: rsock_addrinfo uses DNS family AF_UNSPEC for lookup causing high IPv6 AAAA volume
It doesn't feel a good idea to change a behavior in a library by an environment variable implicitly. nobu (Nobuyoshi Nakada)
01:30 AM Feature #9925: rsock_addrinfo uses DNS family AF_UNSPEC for lookup causing high IPv6 AAAA volume
Suggested code change: https://github.com/ruby/ruby/pull/636 [email protected] (Aaron Stone)
01:15 AM Feature #9925 (Closed): rsock_addrinfo uses DNS family AF_UNSPEC for lookup causing high IPv6 AAAA volume
In ext/socket/raddrinfo.c, the function `rsock_addrinfo()` always uses `AF_UNSPEC` for DNS queries. This is causing m... [email protected] (Aaron Stone)
01:57 AM Bug #9766 (Closed): Add force_encoding option to csv
Applied in changeset r46391.
----------
csv.rb: honor encoding option
* lib/csv.rb (CSV#<<): honor explicity given ...
nobu (Nobuyoshi Nakada)

06/09/2014

11:43 PM Feature #8259: Atomic attributes accessors
[email protected] wrote:
> Adding "atomic" operations to built in `Array`s, `Hash`es etc. is a very bad idea
>...
normalperson (Eric Wong)
10:23 PM Feature #8259: Atomic attributes accessors
In my opinion an ideal API would have "atomic" attributes declared at the class level,
yet can be used as normal `@f...
thedarkone (Vit Z)
06:22 PM Feature #8259: Atomic attributes accessors
Joel VanderWerf <[email protected]> wrote:
> On 06/09/2014 04:06 AM, Eric Wong wrote:
> >I'm not sure if se...
normalperson (Eric Wong)
11:12 AM Feature #8259: Atomic attributes accessors
I'm not sure if setting the attribute on the ivar is a good way to go.
Entries in structs, arrays, hashes, etc may ...
normalperson (Eric Wong)
10:09 AM Feature #8259: Atomic attributes accessors
I should also point out that my implementation is using referential equality. I now think the default should be refer... headius (Charles Nutter)
10:05 AM Feature #8259: Atomic attributes accessors
I have done a prototype of atomic variable accessors in JRuby.
Here's the IRB session. I opted to go with an :atom...
headius (Charles Nutter)
07:42 AM Feature #8259: Atomic attributes accessors
Waking this up again. Interest in gems like "atomic" and "concurrent-ruby" has continued to grow rapidly, and Ruby ne... headius (Charles Nutter)
04:56 PM Feature #9924 (Closed): Revisitting GC.stat keys
Now, GC.stat returns internal information abuot GC.
However, key names are from internal implementations fields,
...
ko1 (Koichi Sasada)
04:54 PM Feature #9923 (Closed): Revisitting GC.stat keys
Now, GC.stat returns internal information abuot GC.
However, key names are from internal implementations fields,
...
ko1 (Koichi Sasada)
01:05 PM Bug #9321: rb_mod_const_missing does not generate a c-return event
Is there an official way to request a backport? Thanks! deivid (David Rodríguez)
11:43 AM Bug #9607 (Closed): Change the full GC timing
Applied in changeset r46387.
----------
* gc.c: change full GC timing to keep lower memory usage.
Extend heap only...
ko1 (Koichi Sasada)
11:37 AM Bug #9607: Change the full GC timing
After introducing AGE2_PROMOTION patch, only a few old objects are added for each minor GC.
The impact of this issue...
ko1 (Koichi Sasada)
08:23 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Usaku NAKAMURA wrote:
> Pooja Saxena wrote:
> > I tried compiling with p547 also. I get same error. And in ruby con...
psaxena (Pooja Saxena)
07:50 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Pooja Saxena wrote:
> I tried compiling with p547 also. I get same error. And in ruby console I only see the msg bel...
usa (Usaku NAKAMURA)
07:11 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Usaku NAKAMURA wrote:
> 1. Your ruby is too old. Please check p547, and report if you still have the same problem.
...
psaxena (Pooja Saxena)
07:00 AM Bug #9922 (Feedback): Compiling Ruby 1.9.3p194 from source code with openssl crashe
1. Your ruby is too old. Please check p547, and report if you still have the same problem.
2. When ruby crashes, ru...
usa (Usaku NAKAMURA)
06:30 AM Bug #9922 (Third Party's Issue): Compiling Ruby 1.9.3p194 from source code with openssl crashe
Hi,
I am trying to compile ruby from source code. And i am using thin server. Problem is when i am trying to start...
psaxena (Pooja Saxena)
03:55 AM Bug #9904 (Assigned): remove rubyforge entries from rake.1
Thanks for the report! zzak (zzak _)
03:55 AM Bug #9901 (Assigned): Clarify documentation for Array#insert
Thanks for the report! zzak (zzak _)
03:46 AM Feature #8370: Constants MAX_MULTIPART_LENGTH in cgi/core.rb
OK noted - just trying to be super polite. Please lt me know if there is anything else I need to complete or consider... leriksen (Leif Eriksen)
02:33 AM Feature #8370: Constants MAX_MULTIPART_LENGTH in cgi/core.rb
I meant "adding new feature".
And you didn't have to resubmit, pushing new changeset should be enough.
nobu (Nobuyoshi Nakada)
02:42 AM Bug #9921: gmtime_r, win32.h, and <string>
Interesting indeed, I wonder how feasible it would be within my actual program...
Heesob Park wrote:
> I guess err...
ntzrmtthihu777 (Marty Plummer)
01:22 AM Bug #9921: gmtime_r, win32.h, and <string>
I guess error messages about gmtime_r must be solved with `#include <ctime>`
~~~
#include <ctime>
#include <stri...
phasis68 (Heesob Park)

06/08/2014

11:28 PM Bug #9921 (Feedback): gmtime_r, win32.h, and <string>
Found an interesting/annoying issue, using ruby 2.1.2p95 on windows via the msys2 project;
seems there is an issue r...
ntzrmtthihu777 (Marty Plummer)
11:19 PM Feature #8370: Constants MAX_MULTIPART_LENGTH in cgi/core.rb
https://github.com/ruby/ruby/pull/633 leriksen (Leif Eriksen)
10:26 PM Feature #8370: Constants MAX_MULTIPART_LENGTH in cgi/core.rb
OK I'll remove the getter/setters and resubmit. leriksen (Leif Eriksen)
11:14 AM Feature #8370: Constants MAX_MULTIPART_LENGTH in cgi/core.rb
Adding new methods is a feature request. nobu (Nobuyoshi Nakada)
10:28 AM Feature #8370: Constants MAX_MULTIPART_LENGTH in cgi/core.rb
OK done.
Used the pattern for passing accept_charset, which can be read/modified by a class method, and read by an...
leriksen (Leif Eriksen)
12:19 AM Feature #8370: Constants MAX_MULTIPART_LENGTH in cgi/core.rb
Well I'm only trying to solve the problem in the CGI library, not the underlying web server, and the only place that ... leriksen (Leif Eriksen)
02:39 PM Bug #9914 (Closed): posix_fadvise() does not work correctly with _LARGE_FILES on 32-bit AIX
Applied in changeset r46382.
----------
io.c (rb_io_advise): AIX currently does not support a 32-bit call to
posix_f...
kanemoto (Yutaka Kanemoto)
09:21 AM Bug #9919 (Rejected): Hardcoding the value of SIZEOF_VOIDP
`sizeof` expression is not a preprocessor constant.
nobu (Nobuyoshi Nakada)
03:48 AM Bug #9919 (Rejected): Hardcoding the value of SIZEOF_VOIDP
Greetings,
While this may be a small issue, I think many c-language libraries would benefit from this suggestion;
...
ntzrmtthihu777 (Marty Plummer)
05:10 AM Bug #9920 (Rejected): Ruby does not support Unicode 6.0 emoji, only private-use area Unicode emoji
Translating emoji characters between Unicode and encodings like Shift JIS uses Unicode characters in the private-use ... mistydemeo (Misty De Meo)
 

Also available in: Atom