473,769 Members | 1,618 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

panic error

Hi,

I am compiling a C program on Hp-UX11.11 using the HP C compiler.

% cc test.c (say for example....)

I get the following message and the compilation is aborted.

% cc: panic 3011:

What does this mean ??

Thanks for help in advance.

Jan 10 '07 #1
15 1487
ni**********@gm ail.com wrote:
Hi,

I am compiling a C program on Hp-UX11.11 using the HP C compiler.

% cc test.c (say for example....)

I get the following message and the compilation is aborted.

% cc: panic 3011:

What does this mean ??
You'd better ask on an HPUX list.

--
Ian Collins.
Jan 10 '07 #2
ni**********@gm ail.com wrote:
Hi,

I am compiling a C program on Hp-UX11.11 using the HP C compiler.

% cc test.c (say for example....)

I get the following message and the compilation is aborted.

% cc: panic 3011:

What does this mean ??

Thanks for help in advance.
"panic 3011"

Scaring...

The most probable problem is tha the compiler is not correctly
installed. Sometimes this "fixes" itself by just reinstalling.
Jan 10 '07 #3
In article <45************ **********@news .orange.fr>,
jacob navia <ja***@jacob.re mcomp.frwrote:
>Sometimes this "fixes" itself by just reinstalling.
Are you by any chance a Windows user?

-- Richard
--
"Considerat ion shall be given to the need for as many as 32 characters
in some alphabets" - X3.4, 1963.
Jan 10 '07 #4
Richard Tobin a écrit :
In article <45************ **********@news .orange.fr>,
jacob navia <ja***@jacob.re mcomp.frwrote:

>>Sometimes this "fixes" itself by just reinstalling.


Are you by any chance a Windows user?

-- Richard
"panics" are very often bad installation or missing
parts of the software.

Yes, I am a windows user. No, I have never seen
software under windows "panic", that is a thing
that only happens to me under unix.

windows programs do not "panic", they just crash.

:-)
Jan 10 '07 #5
In article <45************ ***********@new s.orange.fr>,
jacob navia <ja***@jacob.re mcomp.frwrote:
>>>Sometimes this "fixes" itself by just reinstalling.
>Are you by any chance a Windows user?
>"panics" are very often bad installation or missing
parts of the software.

Yes, I am a windows user. No, I have never seen
software under windows "panic", that is a thing
that only happens to me under unix.
"Panic" is just an error message. As I would have thought was
obvious, I was drawing attention to the attitude common amoung Windows
users that if something doesn't work, the solution is to reinstall
something - drivers, programs, the whole operating system. This
expectation that things will often stop working for no apparent
reason, and that all you can do is accept it and reinstall, is in my
experience largely confined to Windows users. Elsewhere, if something
doesn't work, we expect the cause to be found and rectified.

Windows users also expect others to follow the same defeatist dogma.
If a unix user phones their ISP to complain that their ADSL connection
isn't working, they will typically be told to try reinstalling the
drivers or operating system. When you ask which computer they'd like
you to do this on, they will say "all of them".

-- Richard

--
"Considerat ion shall be given to the need for as many as 32 characters
in some alphabets" - X3.4, 1963.
Jan 10 '07 #6
On Wed, 10 Jan 2007 14:59:23 -0600, jacob navia wrote
(in article <45************ ***********@new s.orange.fr>):
Richard Tobin a écrit :
>In article <45************ **********@news .orange.fr>,
jacob navia <ja***@jacob.re mcomp.frwrote:

>>Sometimes this "fixes" itself by just reinstalling.


Are you by any chance a Windows user?

-- Richard

"panics" are very often bad installation or missing
parts of the software.

Yes, I am a windows user. No, I have never seen
software under windows "panic", that is a thing
that only happens to me under unix.

windows programs do not "panic", they just crash.
hint: UNIX programs don't panic. The kernel does, in circumstances
where you get to something like:

/* uh oh, we're never supposed to wind up here */
panic();

otherwise known as unfinished code, or a condition so bad that no
reasonable error handling strategy is available other than a system
crash.

Whoever put that message in a C compiler was just being silly.

--
Randy Howard (2reply remove FOOBAR)
"The power of accurate observation is called cynicism by those
who have not got it." - George Bernard Shaw

Jan 10 '07 #7
Randy Howard a écrit :
On Wed, 10 Jan 2007 14:59:23 -0600, jacob navia wrote
(in article <45************ ***********@new s.orange.fr>):

>>Richard Tobin a écrit :
>>>In article <45************ **********@news .orange.fr>,
jacob navia <ja***@jacob.re mcomp.frwrote:

Sometimes this "fixes" itself by just reinstalling.
Are you by any chance a Windows user?

-- Richard

"panics" are very often bad installation or missing
parts of the software.

Yes, I am a windows user. No, I have never seen
software under windows "panic", that is a thing
that only happens to me under unix.

windows programs do not "panic", they just crash.


hint: UNIX programs don't panic. The kernel does, in circumstances
where you get to something like:

/* uh oh, we're never supposed to wind up here */
panic();

otherwise known as unfinished code, or a condition so bad that no
reasonable error handling strategy is available other than a system
crash.

Whoever put that message in a C compiler was just being silly.
You are too hard with the software developers!
If you assume that the shared library with the preprocessor is
in the installation directory and some moron student erased
it to make fun of his fellow students that is NOT something
you can foresee, for instance.

And it was better to write some diagnostic message than just crashing
like many windows programs do!

Normally C compilers (and in HP Unix machines) will never give such
an error. But if a component of the compiler is missing, for instance
that one that outputs error messages, the ONLy thing to do is just
write some diagnostics into the screen and exit.
Jan 10 '07 #8
ni**********@gm ail.com a écrit :
Hi,

I am compiling a C program on Hp-UX11.11 using the HP C compiler.

% cc test.c (say for example....)

I get the following message and the compilation is aborted.

% cc: panic 3011:

What does this mean ??

Thanks for help in advance.
If you go to
http://docs.hp.com/en/92432-90012/ch08s03.html
you will find the description of the assembler
panic messages. The panic 3011 is NOT
in the documentation of the HP assembler
so it must be something "really" weird!

In any case panic messages are only mentioned in
the assembler documentation NOT in the compiler
documentation.

Do you have enough space in /tmp?
Do you have enough disk space in you machine?

Jan 10 '07 #9
jacob navia wrote:
Randy Howard a écrit :
On Wed, 10 Jan 2007 14:59:23 -0600, jacob navia wrote
(in article <45************ ***********@new s.orange.fr>):

>Richard Tobin a écrit :

In article <45************ **********@news .orange.fr>,
jacob navia <ja***@jacob.re mcomp.frwrote:

Sometimes this "fixes" itself by just reinstalling.
Are you by any chance a Windows user?

-- Richard

"panics" are very often bad installation or missing
parts of the software.

Yes, I am a windows user. No, I have never seen
software under windows "panic", that is a thing
that only happens to me under unix.

windows programs do not "panic", they just crash.

hint: UNIX programs don't panic. The kernel does, in circumstances
where you get to something like:

/* uh oh, we're never supposed to wind up here */
panic();

otherwise known as unfinished code, or a condition so bad that no
reasonable error handling strategy is available other than a system
crash.

Whoever put that message in a C compiler was just being silly.

You are too hard with the software developers!
If you assume that the shared library with the preprocessor is
in the installation directory and some moron student erased
it to make fun of his fellow students that is NOT something
you can foresee, for instance.
What's the "installati on directory" ? Is it one which
anyone can write ?

Jan 10 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1812
by: Berislav Lopac | last post by:
I apologize for the loud subject, but I am on a very tight schedule and I simply *need* to get things going. For some reason, I can't get the LDAP extension to work on my WindowsXP/Apache configuration, and I need it to make a simple script for querying LDAP servers. I tried with PHP5, and now I get the same problem with PHP4: when the required auxiliary dlls are correctly installed, I get the error "The operating system cannot run %1"....
0
1998
by: Andrew Zhilenko | last post by:
Hello! We use embedded Perl (5.8.2) into the RADIUS server (using persistent interpreter as described in perlembed). The problem is if the Perl code uses some module, which is not available on the local system (e.g. Crypt::CBC) the evaluation fails with "panic: top_env" message and the whole process exits... Any ideas or suggestions how it can be avoided - that instead of this we would just get error, catchable in eval {...}? WBR,...
0
2431
by: dsclements | last post by:
>Description: I'm running mysql in a 3 server configuration, with 2 servers being slaves to the first. I'm running vpopmail, which means a connection every incoming mail and every check. I woke up this morning to a mysql that wasn't answering connections, and that had left this in the log: 030716 13:48:06 InnoDB: Started mysqld got signal 11; This could be because you hit a bug. It is also possible that this binary or one of the...
0
2411
by: Jeremiah Elliott | last post by:
I have a java application that pulls data off db2/400 an inserts it into a postgres(7.3.2) database. The jdbc errors out with this message: ConnectionBean: Driver not loaded Something unusual has occured to cause the driver to fail. Please report this exception: Exception: java.sql.SQLException: FATAL: The database system is starting up Stack Trace: java.sql.SQLException: FATAL: The database system is starting up
5
1394
by: Chris Ochs | last post by:
I have been able to crash the server a few times with the following function when it is called on a user and schema that was recently deleted. Following is a log of what happened and also the function that was called. This is 7.4.3 on Freebsd 5.2.1. It doesn't always panic when it encounters a deleted user/schema, it's kind of sporadic but happens often enough that it's easy to duplicate. Chris ...
2
2122
by: Andrew Sukow | last post by:
Greetings, Our postgres system crashed and upon restarting it our database had the following errors. The error log was 4.5 gigs which is much larger than usual. We looked online for information about lost left siblings and how to fix the data and not lose the 400 million records we have. Anyone have an idea what's the matter and what the fix is? LOG: database system was interrupted while in recovery at 2004-08-17 08:59:41 PDT HINT: ...
2
1054
by: Carlos Albert | last post by:
Hi folks, I started working using a new computer, with a new Win, VS2005, etc, installation. But every trime I try to debug the solution I was working with, I get this error... any help will gonna be preciated: Error 1 Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of
0
1166
by: pk2068 | last post by:
Hello. I would like to have a built-in ALSA support for my VIA soundcard. When i selected it like a module , all works fine, and the new kernel boots with its appropriate initrd image. BUT, when i selected it like a build-in , the new kernel doesnt boot. It just puts. "kernel panic". I was using kernels from 2.6.15 to 2.6.21. It is interesting that in some releases you even don't have the possibility to mark an alsa suport vor...
1
1519
by: cpptutor2000 | last post by:
I am trying to debug some kernel software and running into a kernel panic problem. The OS is Linux 2.6.18 and I am running on a PMC-Sierra processor. When the kernel panic occurs, there is a call trace. Now as this is an embedded system application, my only debugging statements is to apply debug print statements at appropriate locations and find out how many of them get printed out before the panic occurs. I am starting from the...
0
10211
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9994
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8870
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7408
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6673
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5298
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3958
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3561
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.