Giter VIP home page Giter VIP logo

Comments (7)

bawNg avatar bawNg commented on May 18, 2024

Haven't checked any other versions, but 1.2.2 does work.

from thin.

macournoyer avatar macournoyer commented on May 18, 2024

I'm surprised 1.2.2 work. I'll need to build the win32 fat binary for all supported Ruby versions.

from thin.

encratite avatar encratite commented on May 18, 2024

C:\Code\Ruby\www>call thin start -R main.ru -a 127.0.0.1 -p 8000 -D
D:/Ruby192/lib/ruby/gems/1.9.1/gems/thin-1.2.8-x86-mingw32/lib/thin_parser.so: [
BUG] Segmentation fault
ruby 1.9.2p180 (2011-02-18) [i386-mingw32]

-- control frame ----------
c:0013 p:-11160882 s:0039 b:0039 l:000038 d:000038 TOP
c:0012 p:---- s:0037 b:0037 l:000036 d:000036 CFUNC :require
c:0011 p:0013 s:0033 b:0033 l:000032 d:000032 METHOD <internal:lib/rubygems/cust
om_require>:29
c:0010 p:0203 s:0028 b:0028 l:000027 d:000027 TOP D:/Ruby192/lib/ruby/gems/1.
9.1/gems/thin-1.2.8-x86-mingw32/lib/thin.rb:44
c:0009 p:---- s:0026 b:0026 l:000025 d:000025 FINISH
c:0008 p:---- s:0024 b:0024 l:000023 d:000023 CFUNC :require
c:0007 p:0013 s:0020 b:0020 l:000019 d:000019 METHOD <internal:lib/rubygems/cust
om_require>:29
c:0006 p:0011 s:0015 b:0015 l:000014 d:000014 TOP D:/Ruby192/lib/ruby/gems/1.
9.1/gems/thin-1.2.8-x86-mingw32/bin/thin:5
c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH
c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :load
c:0003 p:0127 s:0007 b:0007 l:001b4c d:000190 EVAL D:/Ruby192/bin/thin:19
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH

c:0001 p:0000 s:0002 b:0002 l:001b4c d:001b4c TOP

-- Ruby level backtrace information ----------------------------------------
D:/Ruby192/bin/thin:19:in <main>' D:/Ruby192/bin/thin:19:inload'
D:/Ruby192/lib/ruby/gems/1.9.1/gems/thin-1.2.8-x86-mingw32/bin/thin:5:in <top ( required)>' <internal:lib/rubygems/custom_require>:29:inrequire'
internal:lib/rubygems/custom_require:29:in require' D:/Ruby192/lib/ruby/gems/1.9.1/gems/thin-1.2.8-x86-mingw32/lib/thin.rb:44:in<t
op (required)>'
internal:lib/rubygems/custom_require:29:in require' <internal:lib/rubygems/custom_require>:29:inrequire'

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Press any key to continue . . .

from thin.

macournoyer avatar macournoyer commented on May 18, 2024

Thin for windows doesn't include precompiled binaries for 1.9 yet.

from thin.

activestylus avatar activestylus commented on May 18, 2024

I am having the same problem on Mac OS 10.6.7 with ruby-1.9.2-p180

thin start
/Users/homebass/.rvm/gems/ruby-1.9.2-p180@global/gems/thin-1.2.10/lib/thin_parser.bundle: [BUG] Segmentation fault
ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin10.7.0]

-- control frame ----------
c:0013 p:-539053716 s:0044 b:0044 l:000043 d:000043 TOP   
c:0012 p:---- s:0042 b:0042 l:000041 d:000041 CFUNC  :require
c:0011 p:0053 s:0038 b:0038 l:000037 d:000037 METHOD /Users/homebass/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36
c:0010 p:0264 s:0031 b:0031 l:000030 d:000030 TOP    /Users/homebass/.rvm/gems/ruby-1.9.2-p180@global/gems/thin-1.2.10/lib/thin.rb:47
c:0009 p:---- s:0028 b:0028 l:000027 d:000027 FINISH
c:0008 p:---- s:0026 b:0026 l:000025 d:000025 CFUNC  :require
c:0007 p:0053 s:0022 b:0022 l:000021 d:000021 METHOD /Users/homebass/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36
c:0006 p:0011 s:0015 b:0015 l:000014 d:000014 TOP    /Users/homebass/.rvm/gems/ruby-1.9.2-p180@global/gems/thin-1.2.10/bin/thin:5
c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH
c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC  :load
c:0003 p:0127 s:0007 b:0007 l:0014e8 d:001660 EVAL   /Users/homebass/.rvm/gems/ruby-1.9.2-p180@global/bin/thin:19
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:0014e8 d:0014e8 TOP   
---------------------------
-- Ruby level backtrace information ----------------------------------------
/Users/homebass/.rvm/gems/ruby-1.9.2-p180@global/bin/thin:19:in `<main>'
/Users/homebass/.rvm/gems/ruby-1.9.2-p180@global/bin/thin:19:in `load'
/Users/homebass/.rvm/gems/ruby-1.9.2-p180@global/gems/thin-1.2.10/bin/thin:5:in `<top (required)>'
/Users/homebass/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/Users/homebass/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/Users/homebass/.rvm/gems/ruby-1.9.2-p180@global/gems/thin-1.2.10/lib/thin.rb:47:in `<top (required)>'
/Users/homebass/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/Users/homebass/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'

-- C level backtrace information -------------------------------------------

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

Abort trap

from thin.

macournoyer avatar macournoyer commented on May 18, 2024

I had another error in my gem build script that package the binary in the pure ruby gem. Should be fixed in 1.2.11. Sorry about that.

from thin.

activestylus avatar activestylus commented on May 18, 2024

These things happen

from thin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.