ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:68703] [Ruby trunk - Bug #11018] [Open] free(): invalid next size (normal)
       [not found] <redmine.issue-11018.20150331040146@ruby-lang.org>
@ 2015-03-31  4:01 ` hakita
  2015-04-01 21:43 ` [ruby-core:68719] [Ruby trunk - Bug #11018] " kosaki.motohiro
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: hakita @ 2015-03-31  4:01 UTC (permalink / raw
  To: ruby-core

Issue #11018 has been reported by joel Bernard.

----------------------------------------
Bug #11018: free(): invalid next size (normal)
https://bugs.ruby-lang.org/issues/11018

* Author: joel Bernard
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.0.0p643 (2015-02-25 revision 49749) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
Hello

Got many of those:

*** Error in `/home/py/.rvm/gems/ruby-2.0.0-p643@global/bin/bundle': free(): invalid next size (normal): 0x00000000042d6a10 ***
Abandon (core dumped)


Making a bundle install will take 10 restart because it is ofter crashed with that error.
Restarting the command do the job.





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

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

* [ruby-core:68719] [Ruby trunk - Bug #11018] free(): invalid next size (normal)
       [not found] <redmine.issue-11018.20150331040146@ruby-lang.org>
  2015-03-31  4:01 ` [ruby-core:68703] [Ruby trunk - Bug #11018] [Open] free(): invalid next size (normal) hakita
@ 2015-04-01 21:43 ` kosaki.motohiro
  2015-04-01 21:44 ` [ruby-core:68720] [Ruby trunk - Bug #11018] [Feedback] " kosaki.motohiro
  2018-08-11  4:27 ` [ruby-core:88447] [Ruby trunk Bug#11018] " sebastian
  3 siblings, 0 replies; 4+ messages in thread
From: kosaki.motohiro @ 2015-04-01 21:43 UTC (permalink / raw
  To: ruby-core

Issue #11018 has been updated by Motohiro KOSAKI.


That seem you used broken C extension. 

----------------------------------------
Bug #11018: free(): invalid next size (normal)
https://bugs.ruby-lang.org/issues/11018#change-52002

* Author: joel Bernard
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.0.0p643 (2015-02-25 revision 49749) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
Hello

Got many of those:

*** Error in `/home/py/.rvm/gems/ruby-2.0.0-p643@global/bin/bundle': free(): invalid next size (normal): 0x00000000042d6a10 ***
Abandon (core dumped)


Making a bundle install will take 10 restart because it is ofter crashed with that error.
Restarting the command do the job.





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

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

* [ruby-core:68720] [Ruby trunk - Bug #11018] [Feedback] free(): invalid next size (normal)
       [not found] <redmine.issue-11018.20150331040146@ruby-lang.org>
  2015-03-31  4:01 ` [ruby-core:68703] [Ruby trunk - Bug #11018] [Open] free(): invalid next size (normal) hakita
  2015-04-01 21:43 ` [ruby-core:68719] [Ruby trunk - Bug #11018] " kosaki.motohiro
@ 2015-04-01 21:44 ` kosaki.motohiro
  2018-08-11  4:27 ` [ruby-core:88447] [Ruby trunk Bug#11018] " sebastian
  3 siblings, 0 replies; 4+ messages in thread
From: kosaki.motohiro @ 2015-04-01 21:44 UTC (permalink / raw
  To: ruby-core

Issue #11018 has been updated by Motohiro KOSAKI.

Status changed from Open to Feedback

Please let us know if you can reproduce it with no gem, no rvm and no extension. 

----------------------------------------
Bug #11018: free(): invalid next size (normal)
https://bugs.ruby-lang.org/issues/11018#change-52003

* Author: joel Bernard
* Status: Feedback
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.0.0p643 (2015-02-25 revision 49749) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
Hello

Got many of those:

*** Error in `/home/py/.rvm/gems/ruby-2.0.0-p643@global/bin/bundle': free(): invalid next size (normal): 0x00000000042d6a10 ***
Abandon (core dumped)


Making a bundle install will take 10 restart because it is ofter crashed with that error.
Restarting the command do the job.





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

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

* [ruby-core:88447] [Ruby trunk Bug#11018] free(): invalid next size (normal)
       [not found] <redmine.issue-11018.20150331040146@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2015-04-01 21:44 ` [ruby-core:68720] [Ruby trunk - Bug #11018] [Feedback] " kosaki.motohiro
@ 2018-08-11  4:27 ` sebastian
  3 siblings, 0 replies; 4+ messages in thread
From: sebastian @ 2018-08-11  4:27 UTC (permalink / raw
  To: ruby-core

Issue #11018 has been updated by icarito (Sebastian Silva).


kosaki (Motohiro KOSAKI) wrote:
> Please let us know if you can reproduce it with no gem, no rvm and no extension.

Hi,
We're seeing the same issue and although we've used GDB on the dumped core and also ran `strace` - still we can't figure out what Gem is causing the issue (we're documenting at https://github.com/publiclab/plots2/issues/2824)

@joel23421 - did you figure out what Gem was causing issues?

Thanks for your guidance!

----------------------------------------
Bug #11018: free(): invalid next size (normal)
https://bugs.ruby-lang.org/issues/11018#change-73509

* Author: joel23421 (joel Bernard)
* Status: Feedback
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.0.0p643 (2015-02-25 revision 49749) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
Hello

Got many of those:

*** Error in `/home/py/.rvm/gems/ruby-2.0.0-p643@global/bin/bundle': free(): invalid next size (normal): 0x00000000042d6a10 ***
Abandon (core dumped)


Making a bundle install will take 10 restart because it is ofter crashed with that error.
Restarting the command do the job.





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

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

end of thread, other threads:[~2018-08-11  4:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-11018.20150331040146@ruby-lang.org>
2015-03-31  4:01 ` [ruby-core:68703] [Ruby trunk - Bug #11018] [Open] free(): invalid next size (normal) hakita
2015-04-01 21:43 ` [ruby-core:68719] [Ruby trunk - Bug #11018] " kosaki.motohiro
2015-04-01 21:44 ` [ruby-core:68720] [Ruby trunk - Bug #11018] [Feedback] " kosaki.motohiro
2018-08-11  4:27 ` [ruby-core:88447] [Ruby trunk Bug#11018] " sebastian

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).