View previous topic :: View next topic |
Author |
Message |
Sebastian
Joined: 20 Feb 2008 Posts: 177
|
Posted: Fri Feb 04, 2011 5:10 pm Post subject: sdbg crash |
|
|
No idea if it's of any use, can't reproduce it but copied the stack trace:
Quote: | 038e9a7b change_topmost_mdi_child(<ptr>struct�fancy_window)#70 [+00c6]
038ea8c5 winio_winproc@16#70 [+6481]
75406238 routine at address 75406238 [+0000]
754068ea routine at address 754068EA [+0000]
75407d31 routine at address 75407D31 [+0000]
75408112 routine at address 75408112 [+0000]
03896714 __yield_program_control [+0246]
100094fa sdbg_main [+172e] |
Error message was "The instruction at address 038e9b41 attempted to read from location 085ce022", using ftn95 v6.00 reg under Win7/64bit. |
|
Back to top |
|
 |
Sebastian
Joined: 20 Feb 2008 Posts: 177
|
Posted: Mon Mar 14, 2011 12:32 pm Post subject: |
|
|
Another strange crash that is unrelated to SDBG though, it happens during compilation.
Code: | 10011625 strstr [+0023]
004810b1 do_fortran_character_equals(<ptr>struct�tree_record) [+1470]
0052e256 do_equals(<ptr>struct�tree_record) [+0183]
0051ecb6 code_generator(<ref>struct�tree_ptr) [+4956] [recur= 1]
0047acd1 do_function_top(<ptr>struct�tree_record) [+126f]
0051ecb6 code_generator(<ref>struct�tree_ptr) [+4956]
00416e11 end_function(int) [+10f0]
00418c00 parse_end_statement(<ptr>char,int,<ref>int) [+0b89] |
|
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Mon Mar 14, 2011 3:02 pm Post subject: |
|
|
The latter problem is a regression at 6.0 which will be fixed in 6.05 released very soon. |
|
Back to top |
|
 |
Sebastian
Joined: 20 Feb 2008 Posts: 177
|
Posted: Mon Mar 14, 2011 5:40 pm Post subject: |
|
|
Ok thanks for acknowledging this, it's hard to get something reproducable for this problem so nice to know it's already fixed! |
|
Back to top |
|
 |
|