paulorja (paulo jansen)
- Login: paulorja
- Email: pauloo.jansen@gmail.com
- Registered on: 03/29/2020
- Last sign in: 04/05/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/04/2020
-
09:55 PM Ruby Bug #16743: problem with multi threading [BUG] Segmentation fault
- alanwu (Alan Wu) wrote in #note-10:
> > what kind of bug in third-party library did you imagine caused the crash in method_entry_get?
> ...
If it is a bug in the library, shouldn't Ruby show it differently?
k0kubun (Takashi Kokubun)... -
04:41 AM Ruby Bug #16743: problem with multi threading [BUG] Segmentation fault
- alanwu (Alan Wu) wrote in #note-4:
> Also, do you happen to be running on Ubuntu Bionic Beaver?
Im using Linux Mint
And tested on amazon ec2 instance with Ubuntu Server too -
04:38 AM Ruby Bug #16743: problem with multi threading [BUG] Segmentation fault
- alanwu (Alan Wu) wrote in #note-3:
> I see that you use `chingu-pathfinding` which includes a native extension.
> ...
It's only happening when I use that lib.
I am a beginner with multi threading. I imagine the bug is happening because ...
03/30/2020
-
04:18 AM Ruby Bug #16743: problem with multi threading [BUG] Segmentation fault
- ko1 (Koichi Sasada) wrote in #note-1:
> > already tested with different versions of ruby
> ...
In versions 2.6.5 and 2.7.0:
* [BUG] Segmentation fault........
In version 2.5.7:
```
/home/paulorja/tcc/ircardia/ws-game-map/lib/...
03/29/2020
-
10:55 PM Ruby Bug #16743 (Third Party's Issue): problem with multi threading [BUG] Segmentation fault
- What's up guys?
Im working in a personal project. It is a MMO browser game. I'm using HTML5 for front-end and Ruby for websocket backend.
I created enemies with a simple AI who walks and defends himself. Each enemies runs on a new ...