View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000269 | Ecere SDK | ecere | public | 2009-10-20 21:21 | 2013-08-07 03:33 |
| Reporter | jerome | Assigned To | jerome | ||
| Priority | immediate | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Target Version | 0.44.08 | Fixed in Version | 0.44.08 | ||
| Summary | 0000269: Using PrintLn to print out pointer values of NOHEAD classes is broken | ||||
| Description | class Test : struct { int a; }; class App : Application { void Main() { Test a {}; uint b = a; PrintLn((uint)a); PrintLn(b); getch(); } } | ||||
| Tags | v0.44d2 | ||||
|
|
Temporary fix: PrintLn((uint)*(void **)&a); |
|
|
The problem does not occur for regular classes. |
|
|
Fixed by https://github.com/ecere/sdk/commit/a65f4b781bab78df461144dfe1c8bedb70ecb5d1 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-10-20 21:21 | jerome | New Issue | |
| 2009-10-20 21:23 | jerome | Note Added: 0000126 | |
| 2009-10-20 21:27 | jerome | Summary | Using PrintLn to print out pointer values of classes is broken => Using PrintLn to print out pointer values of NOHEAD classes is broken |
| 2009-10-20 21:27 | jerome | Note Added: 0000127 | |
| 2010-07-07 03:00 | redj | Target Version | => 0.44d2 |
| 2010-07-07 04:10 | redj | Tag Attached: v0.44d2 | |
| 2010-07-25 20:57 | redj | Relationship added | child of 0000429 |
| 2010-07-26 03:19 | jerome | Relationship added | related to 0000157 |
| 2010-07-26 19:19 | thexa4 | Target Version | 0.44d2 => 0.44 draft 2 |
| 2012-03-08 15:44 | redj | Target Version | old 0.44.pre2 => 0.45 Ginkakuji |
| 2012-03-08 17:20 | redj | Relationship deleted | child of 0000429 |
| 2012-03-29 07:53 | redj | Category | => Ecere Runtime Library |
| 2012-03-29 07:53 | redj | Project | @1@ => Ecere SDK |
| 2013-04-24 03:38 | jerome | Target Version | 0.45 Ginkakuji => 0.44.1 64 |
| 2013-04-27 22:54 | jerome | Status | new => assigned |
| 2013-04-27 22:54 | jerome | Assigned To | => jerome |
| 2013-04-28 05:49 | jerome | Relationship added | related to 0000452 |
| 2013-04-28 23:17 | jerome | Status | assigned => resolved |
| 2013-04-28 23:17 | jerome | Fixed in Version | => 0.44.1 64 |
| 2013-04-28 23:17 | jerome | Resolution | open => fixed |
| 2013-04-28 23:17 | jerome | Note Added: 0000771 | |
| 2013-05-22 20:29 | jerome | Status | resolved => closed |
| 2013-08-07 03:33 | jerome | Fixed in Version | 0.44.10 64 => 0.44.08 |
| 2013-08-07 03:33 | jerome | Target Version | 0.44.10 64 => 0.44.08 |