groenveld@acm.org (John Groenveld)
- Login: groenveld@acm.org
- Email: groenveld@acm.org
- Registered on: 02/09/2013
- Last sign in: 04/07/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
04/08/2013
-
09:57 PM Ruby Bug #8226: incorrect timezone offset under Solaris 11 x64
- phasis68 (Heesob Park) wrote:
> This bug is a duplicate of bug #7868.
> ...
Thanks!
John
groenveld@acm.org
04/07/2013
-
07:26 AM Ruby Bug #8226: incorrect timezone offset under Solaris 11 x64
- I cannot reproduce with 2.1.0dev from Git.
$ /opt/apache2/ruby-2.1.0/bin/ruby -v
ruby 2.1.0dev (2013-04-07 trunk 40170) [x86_64-solaris2.11]
$ env TZ=US/Eastern /opt/apache2/ruby-2.1.0/bin/ruby date.rb
Sat Apr 6 18:25:07 -0400 2013
...
04/06/2013
-
12:21 PM Ruby Bug #8226 (Closed): incorrect timezone offset under Solaris 11 x64
- US/Eastern is GMT-4, not GMT+4.
DateTime has it back asswards.
I can reproduce with ruby-2.0.0 as well.
$ env PATH=/opt/apache2/ruby-1.9.3/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/solarisstudio12.3/bin ruby -v
ruby 1.9.3p392 (2013-...
03/09/2013
-
02:03 PM Ruby Bug #7805: ruby 2.0rc2 core on solaris
- kosaki (Motohiro KOSAKI) wrote:
> How about to add a pragma of optimization off?
> ...
No.
John
groenveld@acm.org
03/08/2013
-
10:41 AM Ruby Bug #7977: rails 4 crashes ruby 2.0 on Solaris
- I'm not able to reproduce the core with the latest ruby on github
ruby 2.1.0dev (2013-03-08 trunk 39630) [x86_64-solaris2.11]
John
groenveld@acm.org
02/27/2013
-
10:50 AM Ruby Bug #7977 (Rejected): rails 4 crashes ruby 2.0 on Solaris
- # env PATH=/opt/apache2/ruby-2.0.0/bin:/usr/gnu/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/solarisstudio12.3/bin:/usr/sfw/bin gem install rails --version 4.0.0.beta1 --no-ri --no-rdoc
/opt/apache2/ruby-2.0.0/lib/ruby/2.0.0/rubygems/specif... -
02:40 AM Ruby Bug #7805: ruby 2.0rc2 core on solaris
- ngoto (Naohisa Goto) wrote:
> >--- called from signal handler with signal 11 (SIGSEGV) ---
> ...
Resolves the core with Solaris Studio, thank you.
John
groenveld@acm.org
02/09/2013
-
04:04 AM Ruby Bug #7805 (Closed): ruby 2.0rc2 core on solaris
- $ env PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/solarisstudio12.3/bin:/tmp/bin \
CC=cc CFLAGS="-m64 -O3" CXX=CC CXXFLAGS=-m64 CPPFLAGS="-I/opt/apache2/yaml/include -I/usr/sfw/include" \
LDFLAGS="-m64 -L/usr/sfw/lib/64 -R/usr/sfw/lib/64...