This project is closed and read-only.
Actions
Backport #5299
closedSegmentation fault when using TweetStream gem in ruby 1.9.3
Backport #5299:
Segmentation fault when using TweetStream gem in ruby 1.9.3
Status:
Closed
Assignee:
Description
=begin
=== Using tweetstream gem like this results in segfault:
TweetStream::Client.new('username','password').track('term1', 'term2') do |status|
puts "#{status.text}"
end
=== Environment:
ruby 1.9.3dev (2011-09-02 revision 33163) [x86_64-linux]
CentOS 5.2 (2.6.18-238.19.1.el5.centos.plus)
=== Attached files:
(1) List of gems installed (bundler's Gemfile)
(2) Ruby trace
(3) GDB trace
=end
Files
Actions