| Type | Bug | Status | tested | Date | 4-Jun-2010 13:57 |
|---|---|---|---|---|---|
| Version | alpha 99 | Category | Error Handling | Submitted by | sqlab |
| Platform | Windows | Severity | crash | Priority | normal |
| Summary | writing a block to the clipboard crashes Rebol |
|---|---|
| Description |
Writing a not empty block to the clipboard crashes the interpreter, whereas datatypes other than string lead to error messages >> write clipboard:// 1 ** Script error: write does not allow integer! for its data argument >> write clipboard:// 1x1 ** Script error: write does not allow pair! for its data argument |
| Example code |
write clipboard:// [a] |
| Assigned to | n/a | Fixed in | alpha 108 | Last Update | 20-Oct-2010 03:52 |
|---|
| Comments | |
|---|---|
|
(0002619)
BrianH 20-Oct-2010 03:51 |
Now the block case also triggers an error, instead of crashing. |
| Date | User | Field | Action | Change |
|---|---|---|---|---|
| 20-Oct-2010 03:52 | BrianH | Status | Modified | built => tested |
| 20-Oct-2010 03:51 | BrianH | Comment : 0002619 | Added | - |
| 21-Sep-2010 20:44 | carl | Description | Modified | - |
| 21-Sep-2010 20:44 | carl | Fixedin | Modified | => alpha 108 |
| 21-Sep-2010 20:44 | carl | Status | Modified | submitted => built |
| 4-Jun-2010 13:57 | sqlab | Ticket | Added | - |