Project

General

Profile

Actions

Bug #16434

closed

rails c crashed

Added by dmitry.malyk (Dmitry Malyk) over 4 years ago. Updated over 4 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
2.6.3
[ruby-core:96335]

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

ruby_2019-12-19-161434_silver-wing.crash (57.2 KB) ruby_2019-12-19-161434_silver-wing.crash dmitry.malyk (Dmitry Malyk), 12/19/2019 02:18 PM

Updated by nobu (Nobuyoshi Nakada) over 4 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 4 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?

Actions

Also available in: Atom PDF

Like0
Like0Like0