test35965@gmail.com (Alexander Riccio)
- Login: test35965@gmail.com
- Registered on: 05/15/2019
- Last sign in: 10/08/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 2 | 1 | 3 |
Activity
07/17/2022
-
08:42 PM Ruby Misc #18924 (Open): lstrlen and lstrcat still in use
- In practice, as-used, this is probably benign, but is a Terrible Idea.
There are several places where someone's still using lstrcat and lstrlen in ruby.
lstrcat catches and ***suppresses*** access violations. I have been burned by... -
08:33 PM Ruby Bug #18923 (Open): Dir.glob Errno::ENAMETOOLONG - Caused by outdated logic in open_dir_handle (win32.c)
- This bug - as do most of my bug reports - started out while dealing with something productive and completely unrelated :)
In short: `open_dir_handle` in `win32.c` handles long paths incorrectly.
At best, this will cause programs th...
02/09/2021
-
09:23 PM Ruby Bug #17612: ractor crash with some simple codes
- While I don't have access to a build of ruby with debug symbols (and nmake DOES NOT like spaces in usernames), I have been able to reproduce a crash with Application Verifier enabled with heaps checks. It triggers an access violation see...
02/08/2021
-
08:08 PM Ruby Bug #15852: APPLICATION_VERIFIER_LOCKS_LOCK_IN_FREED_HEAP on exiting ruby
- How do I assign? It looks like this should go to @ko1 (eval) or @nobu (mingw)
-
08:03 PM Ruby Bug #15852: APPLICATION_VERIFIER_LOCKS_LOCK_IN_FREED_HEAP on exiting ruby
- Still active as of Ruby 3.0.0p0 (x64-mingw32). I've done some more digging, and it appears to be freeing the Thread_Mutex in rb_call_inits (inits.c), aka the Init_Thread_Mutex function in thread.c.
05/15/2019
-
09:52 PM Ruby Bug #15852: APPLICATION_VERIFIER_LOCKS_LOCK_IN_FREED_HEAP on exiting ruby
- Uhh, I don't know how to add maintainers, sorry!
-
09:05 PM Ruby Bug #15852 (Closed): APPLICATION_VERIFIER_LOCKS_LOCK_IN_FREED_HEAP on exiting ruby
- Ruby appears to be freeing some critical section in ruby_vm_destruct before deleting the critical section. Critical Section objects must be deleted with DeleteCriticalSection (https://docs.microsoft.com/en-us/windows/desktop/api/synchapi...