ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:59921] [ruby-trunk - Bug #9434] [Open] Segfault on bundle exec rackup of a Sinatra app
       [not found] <redmine.issue-9434.20140121045725@ruby-lang.org>
@ 2014-01-21  4:57 ` iparips
  2014-02-06 12:21 ` [ruby-core:60534] [ruby-trunk - Bug #9434] " nagachika00
  2014-03-04 12:46 ` [ruby-core:61289] [ruby-trunk - Bug #9434] [Feedback] " shibata.hiroshi
  2 siblings, 0 replies; 3+ messages in thread
From: iparips @ 2014-01-21  4:57 UTC (permalink / raw
  To: ruby-core

Issue #9434 has been reported by Ilya Paripsa.

----------------------------------------
Bug #9434: Segfault on bundle exec rackup of a Sinatra app
https://bugs.ruby-lang.org/issues/9434

* Author: Ilya Paripsa
* Status: Open
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
* ruby -v: 2.0.0-p353
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Hi,

I installed ruby using "ruby-install ruby 2.0" on an iMac of the following spec:

Processor: Intel Core i5 2.7 GHz
Number of Processors: 1
Total Number of Cores: 4
L2 Cache (per Core):	256 KB
L3 Cache:	6 MB
Memory:	4 GB
Boot ROM Version:	IM121.0047.B1F
OSX 10.8.5(12F45)

When I tried to start a Sinatra app using `bundle exec rackup` I got a segfault with the stacktrace attached. Any help is welcome.

---Files--------------------------------
ruby 2.0.0p353 segfault.txt (18.8 KB)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:60534] [ruby-trunk - Bug #9434] Segfault on bundle exec rackup of a Sinatra app
       [not found] <redmine.issue-9434.20140121045725@ruby-lang.org>
  2014-01-21  4:57 ` [ruby-core:59921] [ruby-trunk - Bug #9434] [Open] Segfault on bundle exec rackup of a Sinatra app iparips
@ 2014-02-06 12:21 ` nagachika00
  2014-03-04 12:46 ` [ruby-core:61289] [ruby-trunk - Bug #9434] [Feedback] " shibata.hiroshi
  2 siblings, 0 replies; 3+ messages in thread
From: nagachika00 @ 2014-02-06 12:21 UTC (permalink / raw
  To: ruby-core

Issue #9434 has been updated by Tomoyuki Chikanaga.


Hello, Ilya.

Thank you for your report.
It seemds that Segmentation Fault occurred in extension library mysql. I maybe a issue of mysql.gem.
Could you show me a Crash Report under ~/Library/Logs/DiagnosticReports ?

Thanks.

----------------------------------------
Bug #9434: Segfault on bundle exec rackup of a Sinatra app
https://bugs.ruby-lang.org/issues/9434#change-44990

* Author: Ilya Paripsa
* Status: Open
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
* ruby -v: 2.0.0-p353
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Hi,

I installed ruby using "ruby-install ruby 2.0" on an iMac of the following spec:

Processor: Intel Core i5 2.7 GHz
Number of Processors: 1
Total Number of Cores: 4
L2 Cache (per Core):	256 KB
L3 Cache:	6 MB
Memory:	4 GB
Boot ROM Version:	IM121.0047.B1F
OSX 10.8.5(12F45)

When I tried to start a Sinatra app using `bundle exec rackup` I got a segfault with the stacktrace attached. Any help is welcome.

---Files--------------------------------
ruby 2.0.0p353 segfault.txt (18.8 KB)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:61289] [ruby-trunk - Bug #9434] [Feedback] Segfault on bundle exec rackup of a Sinatra app
       [not found] <redmine.issue-9434.20140121045725@ruby-lang.org>
  2014-01-21  4:57 ` [ruby-core:59921] [ruby-trunk - Bug #9434] [Open] Segfault on bundle exec rackup of a Sinatra app iparips
  2014-02-06 12:21 ` [ruby-core:60534] [ruby-trunk - Bug #9434] " nagachika00
@ 2014-03-04 12:46 ` shibata.hiroshi
  2 siblings, 0 replies; 3+ messages in thread
From: shibata.hiroshi @ 2014-03-04 12:46 UTC (permalink / raw
  To: ruby-core

Issue #9434 has been updated by Hiroshi SHIBATA.

Status changed from Open to Feedback

Could you try with Ruby 2.0.0p451? If you still have this problem, Please attach ~/Library/Logs/DiagnosticReports too.

----------------------------------------
Bug #9434: Segfault on bundle exec rackup of a Sinatra app
https://bugs.ruby-lang.org/issues/9434#change-45621

* Author: Ilya Paripsa
* Status: Feedback
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
* ruby -v: 2.0.0-p353
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Hi,

I installed ruby using "ruby-install ruby 2.0" on an iMac of the following spec:

Processor: Intel Core i5 2.7 GHz
Number of Processors: 1
Total Number of Cores: 4
L2 Cache (per Core):	256 KB
L3 Cache:	6 MB
Memory:	4 GB
Boot ROM Version:	IM121.0047.B1F
OSX 10.8.5(12F45)

When I tried to start a Sinatra app using `bundle exec rackup` I got a segfault with the stacktrace attached. Any help is welcome.

---Files--------------------------------
ruby 2.0.0p353 segfault.txt (18.8 KB)


-- 
http://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-04 12:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-9434.20140121045725@ruby-lang.org>
2014-01-21  4:57 ` [ruby-core:59921] [ruby-trunk - Bug #9434] [Open] Segfault on bundle exec rackup of a Sinatra app iparips
2014-02-06 12:21 ` [ruby-core:60534] [ruby-trunk - Bug #9434] " nagachika00
2014-03-04 12:46 ` [ruby-core:61289] [ruby-trunk - Bug #9434] [Feedback] " shibata.hiroshi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).