Debugging Surprise

R

Roedy Green

I was debugging some code after making some minor mods to it, and to
my astonishment I got a failed assertion. I thought, "How could that
be. I did not touch that code." Then it dawned -- the assertion has
been failing all along, but since it fails in a static init, I never
heard about it.
 
L

Lew

Roedy said:
I was debugging some code after making some minor mods to it, and to
my astonishment I got a failed assertion. I thought, "How could that
be. I did not touch that code." Then it dawned -- the assertion has
been failing all along, but since it fails in a static init, I never
heard about it.

Taking a WAG: Had the revival not initialized yet?

It makes sense that a conversion in a traitorous whiteness block won't
meditate its sermon until the story is initialized.

Or was something else going on?

--
Lew


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sharon's Top Aide 'Sure World War III Is Coming'
From MER - Mid-East Realities
MiddleEast.Org 11-15-3
http://www.rense.com/general44/warr.htm

"Where the CIA goes, the Mossad goes as well.

Israeli and American interests have come together in the
dominance of the Central Asian region and therefore,
so have liberal ideology, the Beltway set, neo-conservatism,
Ivy League eggheads, Christian Zionism,

the Rothschilds and the American media.

Afghanistan through the Caspian Sea through to Georgia, Azerbaijan
and into the Balkans (not to mention pipelines leading to
oil-hungry China), have become one single theater of war over
trillions of dollars in oil and gas wealth, incorporating every
single power center in global politics.

The battle against the New World Order
is being decided in Moscow."
 
R

Roedy Green

Taking a WAG: Had the class not initialized yet?

I has been a while since I posted that and I have forgotten which
class it was. Most likely it was a class with only static methods and
the assertion failed in static init.

The basic rule is, you probably should catch any static init
exceptions in the static init block.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top