Changes between Initial Version and Version 14 of Ticket #1864
- Timestamp:
- 12/09/09 18:55:34 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1864
- Property Component changed from mc-core to mcedit
-
Ticket #1864 – Description
initial v14 1 1 Internal editor crashes MC when running on color terminals. Monochrome terminals (mc -b) work fine. Patch from ticket #1857 was no help. 2 3 2 System is basicly Slackware 12.2. Following are the stack traces of MC 4.7.0-pre4 modified with pacth #1857. 4 5 3 This is stack trace of starting new file (Shift+F4), then saving: 6 4 #0 0xb7c39c66 in raise () from /lib/libc.so.6 … … 39 37 #25 0x0808a789 in main (argc=Cannot access memory at address 0x1 40 38 ) at main.c:2234 41 42 39 This is stack trace of opening simple (non-syntax-colored) file, then immediately closing it: 43 40 #0 0xb7c06c66 in raise () from /lib/libc.so.6 … … 66 63 #19 0x0808a789 in main (argc=Cannot access memory at address 0x1 67 64 ) at main.c:2234 68 69 65 This is output......... 70 66 Program received signal SIGSEGV, Segmentation fault. … … 108 104 #18 0x0808a789 in main (argc=Cannot access memory at address 0x1 109 105 ) at main.c:2234 110