twKrash (Maksim Dvoryanchenko)
- Login: twKrash
- Registered on: 02/19/2016
- Last sign in: 02/19/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/01/2016
-
02:48 PM Ruby Bug #12088: Segmentation fault at 0x00000000000000 ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux]
- Upgraded to 2.2.2
BTW. We'r using CentOS 6.6. libc2.12
Just faced with problem again:
~~~
*** glibc detected *** ruby: double free or corruption (fasttop): 0x00007f9ea5118d30 ***
======= Backtrace: =========
/lib64/libc.so.6(+...
02/19/2016
-
04:53 PM Ruby Bug #12088: Segmentation fault at 0x00000000000000 ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux]
- Also sometimes getting this error
~~~
*** glibc detected *** ruby: double free or corruption (fasttop): 0x00007f5978043ad0 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x349b675e66)[0x7f59b0da8e66]
ruby(ruby_xfree+0x3c)[0x7... -
11:09 AM Ruby Bug #12088 (Closed): Segmentation fault at 0x00000000000000 ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux]
- Sometimes getting subj error on Jenkins machine
~~~ruby
# convert [[1,1][2,2]] to {1:1,2:2}
def columns_hash
Hash[columns.map { |col|
[col.name, col]
}]
end
~~~
~~~
[BUG] Segmentatio...