Bug 1325013
Summary: | [abrt] stockfish: Position::gives_check(): stockfish killed by SIGABRT | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alex Wood <awood> | ||||||||||||||||||||||||||
Component: | stockfish | Assignee: | Raphael Groner <projects.rg> | ||||||||||||||||||||||||||
Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||||
Version: | 23 | CC: | projects.rg | ||||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/3267d587bee450c3774fc5c97133c1c96eb9c509 | ||||||||||||||||||||||||||||
Whiteboard: | abrt_hash:f1e8193195860f997bfd2804275e62fe3ff9dfc1;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||||
Last Closed: | 2016-04-21 11:54:28 UTC | Type: | --- | ||||||||||||||||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||
Documentation: | --- | CRM: | |||||||||||||||||||||||||||
Verified Versions: | Category: | --- | |||||||||||||||||||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||
Embargoed: | |||||||||||||||||||||||||||||
Attachments: |
|
Description
Alex Wood
2016-04-07 20:56:13 UTC
Created attachment 1144885 [details]
File: backtrace
Created attachment 1144886 [details]
File: cgroup
Created attachment 1144887 [details]
File: core_backtrace
Created attachment 1144888 [details]
File: dso_list
Created attachment 1144889 [details]
File: environ
Created attachment 1144890 [details]
File: limits
Created attachment 1144891 [details]
File: maps
Created attachment 1144892 [details]
File: mountinfo
Created attachment 1144893 [details]
File: namespaces
Created attachment 1144894 [details]
File: open_fds
Created attachment 1144895 [details]
File: proc_pid_status
Created attachment 1144896 [details]
File: var_log_messages
This seems to be happening when the board state is in a checkmate and the engine is asked to analyze it. Engine: readyok Scid : position fen 4k3/8/4K2Q/8/8/8/8/8 w - - 3 8 Scid : go infinite [...] Engine analysis here Scid : stop Scid : isready Engine: readyok Engine: bestmove h6h8 Scid : position fen 4k3/8/4K2Q/8/8/8/8/8 w - - 3 8 moves h6h8 Scid : go infinite Engine: info depth 0 score mate 0 Scid : stop Scid : isready Engine: readyok Scid : position fen 4k3/8/4K2Q/8/8/8/8/8 w - - 3 8 moves h6h8 Scid : go infinite Engine: bestmove (none) Note: Engine terminated without warning. Note: Engine terminated without exit code: "\"$standard_error\"" This is a bug in ScidVsPC. Stockfish wants to inform about the checkmate but ScidVsPC ignores and sends the same move again after done it already. > Engine: info depth 0 score mate 0 > Engine: bestmove (none) Stockfish is not able to analyze invalid moves. http://support.stockfishchess.org/kb/advanced-topics/uci-protocol |