| It is not the alias, nor the variable...
% ladebug a.out
Welcome to the Ladebug Debugger Version 4.0-29
------------------
object file name: a.out
Reading symbolic information ...done
(ladebug) stop in main; run
[#1: stop in F main(void) ]
[1] stopped at [main:13 0x1200011c8]
13 g = 1.0/7.0;
(ladebug) call printf("%c%c%c%c%c%p\n",0,0,0,0,0,3.9)
400f333333333333
Ladebug Debugger Version 4.0-29 caught signal "Segmentation fault" (11).
This is an unexpected condition and may indicate the presence of a defect.
If you wish to report this, please include the stack trace that follows.
Diagnostic stack trace ...
0x12593a6c
0x125925fc
0x124b1200
0x124b1680
0x1247083c
0x123e922c
0x1236a8fc
0x123da078
0x123e42cc
0x1235e6ac
0x12234c14
0x12491c1c
0x123bf3ac
0x12234388
0x122011fc
0x12205e70
0x121f5d74
0x121f2e7c
end of diagnostic stack trace.
Fatal error: Segmentation fault
|
| Nor is it simple... nor is it fixed in -30
% ladebug a.out
Welcome to the Ladebug Debugger Version 4.0-30
------------------
object file name: a.out
Reading symbolic information ...done
(ladebug) stop in main; run
[#1: stop in int main(void) ]
[1] stopped at [main:3 0x120001140]
3 float f = 3.0;
(ladebug) call printf("%d%d%d%d%d%d\n",0,0,0,0,0,0)
000000
(ladebug) call printf("%d%d%d%d%d%d\n",0,0,0,0,0,0)
000000
Ladebug Debugger Version 4.0-30 caught signal "Segmentation fault" (11).
This is an unexpected condition and may indicate the presence of a defect.
If you wish to report this, please include the stack trace that follows.
Diagnostic stack trace ...
0x125949fc
0x1259358c
0x124b2190
0x124b2610
0x124717cc
0x123ea1ac
0x1236b79c
0x123daff8
0x123e524c
0x1235f54c
0x1223515c
0x12492bac
0x123c024c
0x122348d0
0x1220165c
0x122062d0
0x121f61d4
0x121f32dc
end of diagnostic stack trace.
Fatal error: Segmentation fault
|