View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0034138 | FPC | Textmode IDE | public | 2018-08-16 13:25 | 2019-09-20 18:59 |
Reporter | Marģers | Assigned To | Marco van de Voort | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | duplicate | ||
Platform | x86_64 | OS | linux | ||
Product Version | 3.1.1 | ||||
Summary | 0034138: [Textmode ide] if unit has "uses classes;" after compilation fp drops out to command shell | ||||
Description | Linux - textmode ide from trunk (3.1.1), "uses" has to include unit "classes". In first it's look like fp has forzen after compilation. Window "Compiling.." shows "Press ESC to cancel", and compilation messages last message is "Assembling freez". At that time freez.o has been already generated. Press twice Enter and you are in command shell. Screen is not cleared and characters you type are invisible, but by pressing Enter commands are executed. | ||||
Steps To Reproduce | compile in textmede ide: {$mode objfpc} {$h+} unit freez; interface uses classes; implementation end. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | |||||
FPCOldBugId | |||||
FPCTarget | - | ||||
Attached Files |
|
duplicate of | 0035941 | confirmed | Pierre Muller | Textmode IDE crashes on compiling generic record |
|
Following code drop out of fp by error: Segmentation fault unit testgnrc; { 18.08.2018 } interface type generic tg < T > = record x, y : T; end; implementation end. |
|
Problem caused by Compiler Options -> Browser -> (*) local and global browser. Using generic and browse information together on compilation in ide lead to segmentation fault. |
|
This bug report and 0035941 is about the same issue. One can be resolved as duplicate of other. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-08-16 13:25 | Marģers | New Issue | |
2018-08-18 19:31 | Marģers | Note Added: 0110135 | |
2018-11-11 12:04 | Marģers | Note Added: 0111905 | |
2019-09-20 10:18 | Marģers | Note Added: 0118132 | |
2019-09-20 18:09 | Marco van de Voort | Relationship added | duplicate of 0035941 |
2019-09-20 18:09 | Marco van de Voort | Assigned To | => Marco van de Voort |
2019-09-20 18:09 | Marco van de Voort | Status | new => resolved |
2019-09-20 18:09 | Marco van de Voort | Resolution | open => duplicate |
2019-09-20 18:09 | Marco van de Voort | FPCTarget | => - |
2019-09-20 18:59 | Marģers | Status | resolved => closed |