Bug 1092874
| Summary: | [abrt] bsd-games: _IO_default_xsputn(): backgammon killed by SIGSEGV | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | shantanudutta1994 | ||||||||||||||||||||||||
| Component: | bsd-games | Assignee: | Jeff Makey <jeff> | ||||||||||||||||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | low | ||||||||||||||||||||||||||
| Version: | 20 | CC: | jcapik, jeff | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | i686 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/8f6c7e5e0848310a12478fd90f22486bf0dd94f3 | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:f478483797c72e6a54871bf896286ed477665a45 | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2014-05-08 05:04:56 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
shantanudutta1994
2014-04-30 07:29:40 UTC
Created attachment 891039 [details]
File: backtrace
Created attachment 891040 [details]
File: cgroup
Created attachment 891041 [details]
File: core_backtrace
Created attachment 891042 [details]
File: dso_list
Created attachment 891043 [details]
File: environ
Created attachment 891044 [details]
File: exploitable
Created attachment 891045 [details]
File: limits
Created attachment 891046 [details]
File: maps
Created attachment 891047 [details]
File: open_fds
Created attachment 891048 [details]
File: proc_pid_status
Created attachment 891049 [details]
File: var_log_messages
The backgammon game does not have a GUI interface, so running it as you did will never work. To play the game, run it from the command line in a terminal emulator. The SIGSEGV that led to this bug report can be reproduced by invoking the program as "backgammon < /dev/null", which rapidly generates a long list of "fixtty: Inappropriate ioctl for device" error messages until stack space is exhausted as it recursively tries and fails to treat /dev/null as a tty. (If you run it this way, suspend the process with CTRL/Z and then kill it if you don't want to wait.) It should not be difficult to make backgammon deal with this situation more gracefully. |