mtasaka (Mamoru TASAKA)
- Login: mtasaka
- Email: mtasaka@fedoraproject.org
- Registered on: 08/26/2009
- Last sign in: 11/02/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 2 | 13 | 15 |
Activity
12/10/2025
-
09:03 AM Ruby Bug #21771: pg-1.6.2 testsuite segfaults in ruby4.0.0dev
- Looks like this segfault is indeed fixed. Thank you!
12/09/2025
-
03:25 PM Ruby Bug #21771: pg-1.6.2 testsuite segfaults in ruby4.0.0dev
- And actually the above segfault does *not* happen when reverting only commit:fcf3939780972d587b18afc26c4abd2da2c0b7ec
(i.e. reverting http://github.com/ruby/ruby/pull/15387 ) -
03:08 PM Ruby Bug #21771: pg-1.6.2 testsuite segfaults in ruby4.0.0dev
- gdb result
```
type casting
shouldn't type map params unless requested
Thread 1 "ruby-mri" received signal SIGSEGV, Segmentation fault.
0x00007fffdc09de22 in alloc_query_params (paramsData=paramsData@entry=0x7fffffffb460) ... -
03:03 PM Ruby Bug #21771: pg-1.6.2 testsuite segfaults in ruby4.0.0dev
- Raw stdout/stderr log from ruby:
```
type casting
shouldn't type map params unless requested
/builddir/build/BUILD/rubygem-pg-1.6.2-build/pg-1.6.2/usr/share/gems/gems/pg-1.6.2/spec/pg/connection_spec.rb:2724: [BUG] Segmentati... -
03:02 PM Ruby Bug #21771 (Closed): pg-1.6.2 testsuite segfaults in ruby4.0.0dev
- Looks like pg-1.6.2
https://github.com/ged/ruby-pg/tree/c75ed8da19c356b52d83da2627295760780d3d36
testsuite began to segfault, especially the following
```
#!/bin/bash
export PGPORT=54321
export RUBY_PG_TEST_DIR=/builddir/build/...
11/28/2025
-
12:02 PM Ruby Bug #21718: TypeError:wrong argument type ... (expected Array)
- > it looks like it might use inspect to match yielded arguments or something along those lines?
Maybe `to_s` calls `inspect`?
11/06/2025
-
02:44 PM Ruby Bug #21666: Math.lgamma(-1).should == [infinity_value, 1] fails with Fedora glibc-2.42.9000-8.fc44
- Okay, lgamma testsuite now seems good after applying https://github.com/ruby/ruby/pull/15076 with Fedora glibc-2.42.9000-8.fc44
-
01:55 PM Ruby Bug #21666: Math.lgamma(-1).should == [infinity_value, 1] fails with Fedora glibc-2.42.9000-8.fc44
- To be sure, I will try building and run test with Fedora glibc-2.42.9000-8.fc44 (after applying the above PR)
-
01:36 PM Ruby Bug #21666: Math.lgamma(-1).should == [infinity_value, 1] fails with Fedora glibc-2.42.9000-8.fc44
- > https://github.com/ruby/ruby/compare/master...nobu:ruby:lgamma-unspecified-values?expand=1
Thank you. I've checked the above change and as far as I read the specification (POSIX) this is correct.
11/04/2025
-
02:20 PM Ruby Bug #21666 (Closed): Math.lgamma(-1).should == [infinity_value, 1] fails with Fedora glibc-2.42.9000-8.fc44
- With Fedora glibc-2.42.9000-8.fc44 the following test:
https://github.com/ruby/ruby/blob/cdcb490d2bceb4ff8d6fce349047a2b722e6ae87/spec/ruby/core/math/lgamma_spec.rb#L9
fails like
```
1)
Math.lgamma returns [Infinity, 1] when pas...