Bug #16434
closedrails c crashed
Description
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: https://www.ruby-lang.org/bugreport.html
[IMPORTANT]
Don't forget to include the Crash Report log file under
DiagnosticReports directory in bug reports.
Files
Updated by nobu (Nobuyoshi Nakada) over 5 years ago
Although it is unclear without the backtrace by ruby itself, it seems caused by a wrong argument to Mysql2::Client#connect
.
https://github.com/brianmario/mysql2/blob/785969fbceadd96d495ec9fecc67efee03d0056c/ext/mysql2/client.c#L438
That method seems to expect a Hash
as 8th argument, but no check.
Updated by mame (Yusuke Endoh) over 5 years ago
- Status changed from Open to Third Party's Issue
Thank you for the report.
Maybe https://github.com/brianmario/mysql2/issues/1075 seems related. Anyway, the issue seems to occur in mysql2 library. Cloud you ask them first?