Edit
Attach
Printable
topic end
<!-- * Set TOPICTITLE = Claus Brod: How to crash your compiler with a one-liner, in two easy lessons (16 Jan 2006) --> <style type="text/css"> pre {background-color:#ffeecc;} </style> %STARTINCLUDE% <a name="16"></a> ---+++ [[BlogOnSoftware20060116][How to crash your compiler with a one-liner, in two easy lessons]] (16.1.2006) Just to prove that I'm not a Windows-only guy, here's an amusing HP-UX interlude. The following code resulted from frantic coding activity in a semi-functional terminal window: <pre> static int static int; </pre> Compiling this nonsense via =aCC foo.cpp= leads to amusing results: <pre> $aCC foo.cpp ( 0) 0x00269b54 toolError__12ErrorHandlerF11StringTokenRC8Positione + 0x58 [ /opt/aCC/lbin/ctcom.pa20] ( 1) 0x0025d164 __assertprint__FPCcT1i + 0x40 [/opt/aCC/lbin/ctcom.pa20] ( 2) 0x002a5b08 id__4NodeCFv + 0x30 [/opt/aCC/lbin/ctcom.pa20] ( 3) 0x0017dd88 doReduction1__FiR12ScannerValueP12ScannerValue + 0x3240 [/op t/aCC/lbin/ctcom.pa20] ( 4) 0x0018281c yyparse__Fv + 0xc44 [/opt/aCC/lbin/ctcom.pa20] ( 5) 0x002271d4 DoCompile__8CompilerFv + 0x228 [/opt/aCC/lbin/ctcom.pa20] ( 6) 0x000aadac DoCompile__8CompilerFP6Buffer + 0x34 [/opt/aCC/lbin/ctcom.pa 20] ( 7) 0x000b067c DoCompileFile__8CompilerFPc + 0x25c [/opt/aCC/lbin/ctcom.pa2 0] ( 8) 0x00230ec4 main + 0x694 [/opt/aCC/lbin/ctcom.pa20] ( 9) 0xc0143478 _start + 0xc0 [/usr/lib/libc.2] (10) 0x00155ce4 $START$ + 0x1a4 [/opt/aCC/lbin/ctcom.pa20] Error (internal problem) 200: "foo.cpp", line 1 # Assertion failed at [File "Node.C"; Line 558]. static int static int; ^^^^^^^^^^^^^^^^^^^^^ </pre> The other one-liner which I remember also used to kill the C++ compiler on HP-UX: <pre> char *p = (char *)0x80000000; </pre> With current versions of =aCC=, this works as expected, so I cannot present a stacktrace here, but I do remember that we debugged into the issue and found that, for unknown reasons, the compiler tried to dereference the pointer address, and then crashed miserably... %COMMENT{type="below" nonotify="on"}% --- %STOPINCLUDE%
to top
End of topic
Skip to action links
|
Back to top
Edit
|
Attach image or document
|
Printable version
|
Raw text
|
Refresh
|
More topic actions
Revisions: | r1.1
|
Total page history
|
Backlinks
You are here:
Blog
>
BlogOnSoftware20060116
r1.1 - 17 Feb 2006 - 20:54 -
ClausBrod
to top
Blog
This site
2017
:
12
-
11
-
10
2016
:
10
-
7
-
3
2015
:
11
-
10
-
9
-
4
-
1
2014
:
5
2013
:
9
-
8
-
7
-
6
-
5
2012
:
2
-
10
2011
:
1
-
8
-
9
-
10
-
12
2010
:
11
-
10
-
9
-
4
2009
:
11
-
9
-
8
-
7
-
6
-
5
-
4
-
3
2008
:
5
-
4
-
3
-
1
2007:
12
-
8
-
7
-
6
-
5
-
4
-
3
-
1
2006:
4
-
3
-
2
-
1
2005:
12
-
6
-
5
-
4
2004:
12
-
11
-
10
C++
CoCreate Modeling
COM & .NET
Java
Mac
Lisp
OpenSource
Scripting
Windows
Stuff
Changes
Index
Search
Maintenance
Impressum
Datenschutzerklärung
Home
Webs
Atari
Blog
Claus
CoCreateModeling
Klassentreffen
Main
Sandbox
Sommelier
TWiki
Xplm
Jump:
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback