[#68137] improve semantics of manpages — "Anthony J. Bentley" <anthony@...>
Hi,
1 message
2015/02/17
[#68144] Re: Future of test suites for Ruby — Anthony Crumley <anthony.crumley@...>
FYI...
4 messages
2015/02/17
[#68343] [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault? — ruby@...
Issue #10916 has been reported by why do i need this acct just to create a bug report.
5 messages
2015/02/27
[#68373] Re: [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault?
— "Martin J. Dürst" <duerst@...>
2015/03/02
> * Author: why do i need this acct just to create a bug report
[#68358] [Ruby trunk - Bug #10902] require("enumerator") scans LOAD_PATH 2x on every invocation — ruby@...1.net
Issue #10902 has been updated by Aman Gupta.
3 messages
2015/02/28
[ruby-core:68059] [Ruby trunk - Bug #10834] [Third Party's Issue] Segmentation fault when I try to do rails server in Windows 7 home edition 64bits
From:
nobu@...
Date:
2015-02-08 01:42:28 UTC
List:
ruby-core #68059
Issue #10834 has been updated by Nobuyoshi Nakada. File bug-10834.log added Description updated Status changed from Open to Third Party's Issue Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED ---------------------------------------- Bug #10834: Segmentation fault when I try to do rails server in Windows 7 home edition 64bits https://bugs.ruby-lang.org/issues/10834#change-51443 * Author: Max Max * Status: Third Party's Issue * Priority: Normal * Assignee: * ruby -v: ruby 2.1.5p273 (2014-11-13 revision 48405) [x64-mingw32] * Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED ---------------------------------------- I've had installed Ruby Installer 2.1 then DevKit, after that rubyGem last version, then rails 4.0.0, after that MySQL Community Server 5.6.23 for windows, then I download `mysql-connector-c-6.1.5-winx64` and extract in `C:\mysql-connector` I've copied `C:\mysql-connector\lib\libmysql.dll` to my Ruby folder `C:\Ruby21-x64\bin` and I execute in cmd.exe this command gem install mysql2 `--platform=ruby -- '--with-mysql-dir="C:\mysql-connector"'` and everything was right. Then I create a project: ~~~ C:\Sites\>rails new example -d mysql C:\Sites\>bundle install ~~~ I edit database.yml like this: ~~~yaml development: adapter: mysql2 encoding: utf8 database: ruby_example pool: 5 username: root password: test host: localhost ~~~ When I run ~~~ C:\Sites\>rails server ~~~ this is the output: ~~~ C:/Ruby21-x64/lib/ruby/gems/2.1.0/extensions/x64-mingw32/2.1.0/mysql2-0.3.17/mysql2/mysql2.so: [BUG] Segmentation fault ruby 2.1.5p273 (2014-11-13 revision 48405) [x64-mingw32] (snip) ~~~ ---Files-------------------------------- bug-10834.log (54.2 KB) -- https://bugs.ruby-lang.org/