View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0037910 | FPC | RTL | public | 2020-10-11 15:02 | 2020-10-11 15:08 |
Reporter | Wolfgang Helbig | Assigned To | Jonas Maebe | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Platform | imac | OS | os x | ||
Product Version | 3.2.0 | ||||
Summary | 0037910: -gl option does not work: 10.6 Line numbers in run-time error backtraces | ||||
Description | The program is compiled with -gl, but the line number is not reported with the runtime error message: {$MODE ISO} program stack (output); var p: ^ integer; begin p := nil; writeln(p^) end. $ fpc -gl stack.p $ stack Runtime error 216 at $000000010668CBB4 $000000010668CBB4 This contrasts with the users guide, 10.6: When compiled with -gl, the following output is generated: Runtime error 255 at 0x0040BDE5 0x0040BDE5 GENERATEERROR255, line 6 of testline.pp 0x0040BDF0 GENERATEANERROR, line 13 of testline.pp 0x0040BE0C main, line 17 of testline.pp 0x0040B7B1 | ||||
Tags | No tags attached. | ||||
Fixed in Revision | |||||
FPCOldBugId | |||||
FPCTarget | - | ||||
Attached Files |
|
duplicate of | 0032775 | new | The combination of -gh and -gl does not give line number information |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-10-11 15:02 | Wolfgang Helbig | New Issue | |
2020-10-11 15:08 | Jonas Maebe | Assigned To | => Jonas Maebe |
2020-10-11 15:08 | Jonas Maebe | Status | new => resolved |
2020-10-11 15:08 | Jonas Maebe | Resolution | open => duplicate |
2020-10-11 15:08 | Jonas Maebe | FPCTarget | => - |
2020-10-11 15:08 | Jonas Maebe | Relationship added | duplicate of 0032775 |