Opened 11 years ago
Closed 8 years ago
#4205 closed defect (duplicate)
Icon below buddy on Home View shows a closed activity
Reported by: | humitos | Owned by: | erikos |
---|---|---|---|
Priority: | Low | Milestone: | Unspecified |
Component: | Sugar | Version: | 0.97.x |
Severity: | Minor | Keywords: | |
Cc: | humitos | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
I'm not sure how I arrived at this state but finally I get an icon of an activity that is already closed. See the screenshot attached.
Attachments (1)
Change History (11)
Changed 11 years ago by humitos
comment:1 follow-up: ↓ 3 Changed 11 years ago by erikos
- Priority changed from Unspecified by Maintainer to Low
- Severity changed from Unspecified to Minor
comment:2 Changed 11 years ago by erikos
Btw, not a regression.
comment:3 in reply to: ↑ 1 Changed 11 years ago by humitos
- Cc humitos added
Replying to erikos:
Ok, the activity crashed, probably #4193
Well, I've just arrived at the same state. I did:
- Go to eBook mode
- Rotate the screen
- Open Physics
- Tap on the "Arrow that points to down" at the right of the screen (many times)
- The palette is not shown (#4210)
- Open the XO
- Use the touchpad to click the "Arrow"
- Click on Stop button
- Physics closes without problem
Finally, I have the Physics icon below the buddy in the Home View.
comment:4 Changed 11 years ago by erikos
- Bug Status changed from Unconfirmed to Assigned
- Keywords triage removed
- Milestone changed from Unspecified by Release Team to 0.98
- Version changed from Unspecified to 0.97.x
low priority, put it in 0.98 milestone, if we reach 0.98 and it has not been fixed, we move it out as it is not a regression
comment:5 Changed 11 years ago by humitos
Physics is crashing with this in the log after clicking on Stop button.
(sugar-activity:3535): Gdk-ERROR **: The program 'sugar-activity' received an X Window System error. This probably reflects a bug in the program. The error was 'BadDrawable (invalid Pixmap or Window parameter)'. (Details: serial 249 error_code 9 request_code 130 minor_code 3) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) Terminated by signal 5, pid 3535 data (None, <open file '<fdopen>', mode 'w' at 0x172dcd8>, 'd3464676b6a62ae0c9116a54b8053f5ad6ccb17b')
Maybe this is the reason of this issue.
comment:6 Changed 10 years ago by dnarvaez
- Bug Status changed from Assigned to New
comment:7 Changed 10 years ago by walter
I fixed the problem with Physics. It was a premature exit of pygame. Many other pygame activities will suffer a similar problem. Not sure how Sugar can deal with this but worth investigating.
comment:8 Changed 10 years ago by dnarvaez
- Milestone changed from 0.98 to Unspecified
comment:9 Changed 10 years ago by dnarvaez
- Bug Status changed from New to Unconfirmed
comment:10 Changed 8 years ago by quozl
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #4932, which has simpler reproducer, closing this one.
Ok, the activity crashed, probably #4193. If I remember correctly there is one ticket already open about this. Might be hard to fix, actually. I think not too important.