elserpiente (Max Power)
- Login: elserpiente
- Email: max@snakelab.cc
- Registered on: 03/21/2015
- Last sign in: 03/21/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/25/2015
-
02:04 PM Ruby Bug #10992: *** Error in `ruby': double free or corruption (fasttop): 0x00007fdc088fd5e0 ***
- Sorry, my bad. I used hacky way in order to force capybara use same transaction among threads. https://github.com/jnicklas/capybara#transactions-and-database-setup.
After removing this code the issue goes away.
03/23/2015
-
11:18 AM Ruby Bug #10992: *** Error in `ruby': double free or corruption (fasttop): 0x00007fdc088fd5e0 ***
- Nobuyoshi Nakada wrote:
> Please show the error log.
here is logs http://pastebin.com/Nw58Qs8a
03/21/2015
-
03:18 PM Ruby Bug #10992 (Third Party's Issue): *** Error in `ruby': double free or corruption (fasttop): 0x00007fdc088fd5e0 ***
- Hi,
I'm developing rails application and for my tests I use capybara (selenium driver). Running 'rake test' (or 'rake test test/units/capybara_test.rb' command might end up in such issue. I noticed it fails in capybara tests. I want ...