gazay (Alex Gaziev)
- Login: gazay
- Email: alex.gaziev@gmail.com
- Registered on: 10/01/2014
- Last sign in: 01/15/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
12/18/2015
-
10:16 AM Ruby Bug #11692: [PATCH] Re-enable GC if stack overflow was caught from signal handler
- Thank you, didn't know that
-
10:09 AM Ruby Bug #11692: [PATCH] Re-enable GC if stack overflow was caught from signal handler
- As I see, problem wasn't fixed in Ruby 2.2.4. Patch for it in attachment
11/20/2015
-
06:55 AM Ruby Bug #11692: [PATCH] Re-enable GC if stack overflow was caught from signal handler
- Koichi, do you plan to do backport to 2.2 version of this patch?
-
06:30 AM Ruby Bug #11593: Is it possible that ObjectSpace.dump_all catch dead objects?
- Ok, I understood. This issue can be closed now, thank you
11/19/2015
-
08:16 AM Ruby Bug #11593: Is it possible that ObjectSpace.dump_all catch dead objects?
- After running this example (dead_thread.rb) you can grep by printed address of thread and find out that it doesn't have parent
11/18/2015
-
01:52 AM Ruby Bug #11692: [PATCH] Re-enable GC if stack overflow was caught from signal handler
- Edgars Beigarts wrote:
> Do I need to open a new issue for this?
I think it is the same problem. I wrote small explanation what is happening: https://gist.github.com/gazay/54da61919b85eb2e0d42
11/16/2015
-
01:46 PM Ruby Bug #11692: [PATCH] Re-enable GC if stack overflow was caught from signal handler
- This issue is related: https://bugs.ruby-lang.org/issues/11593
11/15/2015
-
05:24 PM Ruby Bug #11692 (Closed): [PATCH] Re-enable GC if stack overflow was caught from signal handler
- We got ruby application running on our production server and noticed that it regularly crashes with out of memory errors.
After months of investigation, I narrowed the case to the examples (1/2).
After digging ruby sources and running...
10/14/2015
-
07:53 AM Ruby Bug #11593 (Closed): Is it possible that ObjectSpace.dump_all catch dead objects?
- Koichi, can you please help. There are lines in a dump that are not referenced by anyone else. And these are not ROOTs. For example, I'm looking in my dump by address of object and there is no other objects which have references to this ...
10/01/2014
-
04:34 PM Ruby Bug #10311: Segmentation fault when starting rails server (2.2.0-preview1 & 4.2.0-beta2)
- upd.
I also tried new rails project with postgresql database and I got seg. fault with byebug now.
After removing byebug I have seg. fault with web console.
After removing web console it finally started.
Both error logs in attach...