Bug #11402
closedSeg Fault on intensive numeric calculation
Description
Occur several times:
[BUG] Segmentation fault at 0x00000000000000
ruby 2.1.4p265 (2014-10-27 revision 48166) [x86_64-darwin13.0]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/CrashReporter
* /Library/Logs/CrashReporter
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
(snip)
Files
Updated by cesario (Franck Verrot) almost 10 years ago
Alexey Chernenkov wrote:
Occur several times:
[BUG] Segmentation fault at 0x00000000000000 ruby 2.1.4p265 (2014-10-27 revision 48166) [x86_64-darwin13.0] -- Control frame information ----------------------------------------------- c:0066 p:---- s:0268 e:000267 CFUNC :BigDecimal c:0065 p:0013 s:0264 e:000260 BLOCK /Users/laise/Work/itowl/eps-online/engines/summary_stats/app/services/summary_stats/aggregate_tx_service/aggregate_master_card_ [FINISH]
Hi Alexey,
Do you think #9657 (calling Float#to_d
) can be related ?
Updated by nobu (Nobuyoshi Nakada) almost 10 years ago
- Description updated (diff)
- Status changed from Open to Feedback
- File bug-11402.log bug-11402.log added
Please show Crash Report log file.
Updated by laise (Alexey Chernenkov) almost 10 years ago
- File ruby_2015-07-28-200557_Alexeys-MacBook-Air.crash ruby_2015-07-28-200557_Alexeys-MacBook-Air.crash added
.crash file from ~/Library/Logs/DiagnosticReports/ attached
Updated by nobu (Nobuyoshi Nakada) almost 10 years ago
You load bigdecimal-1.2.5, which is out-of-date.
Can't you try recent version?
Updated by nobu (Nobuyoshi Nakada) almost 10 years ago
- Assignee set to mrkn (Kenta Murata)
Updated by mrkn (Kenta Murata) almost 10 years ago
Alexey, please give me your script to produce this issue.
Updated by laise (Alexey Chernenkov) almost 10 years ago
Nobuyoshi Nakada wrote:
You load bigdecimal-1.2.5, which is out-of-date.
Can't you try recent version?
Ok, thanks. I'll try to update bigdecimal
Updated by laise (Alexey Chernenkov) almost 10 years ago
- File data_hash.rb data_hash.rb added
- File aggregate_master_card_payment.rb aggregate_master_card_payment.rb added
Kenta Murata wrote:
Alexey, please give me your script to produce this issue.
It is a part of production ready app and has too many local dependencies. I have no short script to reproduce that (
Updated by laise (Alexey Chernenkov) almost 10 years ago
Kenta Murata wrote:
Alexey, please give me your script to produce this issue.
The script is running on a daily basis. I upgraged bigdecimal to 1.2.7 and have not seen the exception since.
Updated by jeremyevans0 (Jeremy Evans) almost 6 years ago
- Status changed from Feedback to Closed