RE: Segmentation fault

2003-09-09 Thread Devon Harding - GTHLA
manually downloaded & installed glibc-2.3.2-57.i386.rpm. This was when the problems started. -Devon -Original Message- From: Michael Schwendt [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 1:41 PM To: [EMAIL PROTECTED] Subject: Re: Segmentation fault -BEGIN PGP SIGNED MES

Re: Segmentation fault

2003-09-09 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 9 Sep 2003 11:23:41 -0400, Devon Harding - GTHLA wrote: > This happens when I run certain programs like 'wget', 'rpm' > 'Segmentation fault' If this happens on an unmodified installation of Red Hat Linux, it could be an indication of bad RAM

RE: Segmentation fault

2003-09-09 Thread Devon Harding - GTHLA
) = 33 write(1, "\n", 1 ) = 1 write(1, "Try `wget --help\' for more optio"..., 36Try `wget --help' for more options. ) = 36 munmap(0x40014000, 4096)= 0 exit_group(1) = ? [EMAIL PROTECTED] root]# -Devon -Or

Re: Segmentation fault

2003-09-09 Thread Samuel Flory
Devon Harding - GTHLA wrote: This happens when I run certain programs like 'wget', 'rpm' 'Segmentation fault' Can you show a strace of the program? "strace command" -- Once you have their hardware. Never give it back. (The First Rule of Hardware Acquisition) Sam Flory <[EMAIL PROTECTED]> -

Re: Segmentation fault

2003-09-09 Thread Jason Dixon
On Tue, 2003-09-09 at 11:23, Devon Harding - GTHLA wrote: > This happens when I run certain programs like 'wget', 'rpm' > 'Segmentation fault' Obviously, this isn't normal behavior. Sounds like you've tried to do (upgrade) something you shouldn't have. Without more (possibly embarrassing) detail

Re: segmentation fault in c progrmming

2003-08-31 Thread Gordon Messmer
reza saeidinia wrote: I think that it is memory less error. in borland c when this error are accouring in options windows we check huge memory and this error is removed. but this option is'nt exist in kdeveloper (or I do'nt know it). I don't believe there is such an option on any Unix system. A

Re: Segmentation Fault

2003-07-07 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 7 Jul 2003 08:53:29 -0700 (PDT), Dusko Knezevic wrote: > I am running Red Hat 9.0 with the latest kernel. When > I try to run IBM JDK 1.3.1 I get a segmentation fault. > > > Has anybody encountered this problem? /usr/share/doc/redhat-rele

Re: Segmentation Fault with Postgresql Updates

2003-02-06 Thread Gordon Messmer
On Thu, 2003-02-06 at 02:26, Alan Harding wrote: > > I was attempting to update the Postgresql packages on my machine when I > started getting Segmentation Faults. ... > So I tried both Red-carpet and apt-get to see if it would update. Both > give the same error. Sounds like the problem is in rpm

Re: segmentation fault

2002-12-05 Thread fluke
Taken from http://info.astrian.net/jargon/terms/s.html#segmentation_fault segmentation fault n. [Unix] 1. [techspeak] An error in which a running program attempts to access memory not allocated to it and core dumps with a segmentation violation error. This is often caused by improper

Re: Segmentation fault

2002-10-24 Thread Toto Gamez
: Segmentation fault -BEGIN PGP SIGNED MESSAGE-Hash: SHA1Toto Gamez wrote:| Hi list,| I tried to uninstall my sendmail using rpm -e --nodeps but I get this| error "Segmentation fault" I dont know what this mean and how to resolve| it to be able to install postfix, please

Re: Segmentation fault

2002-10-24 Thread Francisco Neira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Toto Gamez wrote: | Hi list, | I tried to uninstall my sendmail using rpm -e --nodeps but I get this | error "Segmentation fault" I dont know what this mean and how to resolve | it to be able to install postfix, please help | | TIA | Toto Please read

Re: Segmentation fault

2002-07-12 Thread Jay Daniels
if ((fptr = fopen(filename, "r")) == NULL){ printf("file error message...\n"); } else { dosomething...; domore...; } You will need to declare the pointer to file and declare filename[] value. Sorry, I took up C years ago and have forgotten a lot but this should help you check the

Re: Segmentation fault

2002-07-05 Thread Muhammad Faisal Rauf Danka
Each program when is executed is granted a piece of RAM, termed as a "segment". The segmant has a certain size and it comprises memory locations with a certain range of addresses. A *segmentation fault* error occurs when your program tries to read from, or write to, an address that does not be

Re: Segmentation fault

2002-07-03 Thread Rilindo Foster
Canarich, What application are you trying to run that resulted in this error? Anything new you have installed lately? On Wed, 2002-07-03 at 06:13, cana rich wrote: > Hi, > > I have this error message : "Segmentation Fault". > Where does it come from? memory? > > Can anybody help me? > >

Re: Segmentation fault

2002-01-05 Thread Jesus Ortega (a.k.a. Nitebirdz)
On Thu, 3 Jan 2002, adrian kok wrote: > Dear all > > I got the following in the /var/log/messages > > how do I fix it? > > Thank you > > Jan 2 08:14:21 mail getty[3107]: Segmentation fault > Not that I know much about getty, but I suppose if you expect some help we'll need more information anyw

RE: Segmentation Fault as user only

2001-05-01 Thread Mike A. Harris
On Mon, 30 Apr 2001, Ward William E DLDN wrote: >If you needed rwx, then the use chmod 777. The proper permissions on /tmp are set with: chmod 1777 /tmp You need the sticky bit set. -- Mike A. Harris Shipping/mailing address: OS Systems Engineer 190 Pittsburgh

Re: Segmentation Fault as user only (solved twice)

2001-04-30 Thread Otto Lenz
ute the program. Thanks again. This group was extremely helpful. Otto. - Original Message - From: "Ward William E DLDN" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 30, 2001 8:13 AM Subject: RE: Segmentation Fault as user only > Otto, c

Re: Segmentation Fault as user only

2001-04-30 Thread Frank Carreiro
A... I don't bother with RPM's myself. I always insist on source code (call me nuts but I want code ::grinz::) Frank Matthew Melvin wrote: > On Mon, 30 Apr 2001 at 9:28am (-0600), Frank Carreiro wrote: > >> Strange that it would seg fault as a normal user. I haven't tried >> Maelstro

RE: Segmentation Fault as user only

2001-04-30 Thread Matthew Melvin
On Mon, 30 Apr 2001 at 9:28am (-0600), Frank Carreiro wrote: > Strange that it would seg fault as a normal user. I haven't tried > Maelstrom yet in RH7.1 however I have it installed on a 6.2 box and it > runs fine from any user account. Some investigation showed that although they were all desc

RE: Segmentation Fault as user only

2001-04-30 Thread Frank Carreiro
Strange that it would seg fault as a normal user. I haven't tried Maelstrom yet in RH7.1 however I have it installed on a 6.2 box and it runs fine from any user account. I would check permissions though I can't see why lack of permissions would seg fault anything. <---(ignorance speaking here

RE: Segmentation Fault as user only

2001-04-30 Thread Ward William E DLDN
quires the graphical interface? Does that help? - Original Message - From: "Mike Chambers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 29, 2001 9:14 AM Subject: Re: Segmentation Fault as user only > - Original Message - > From: &q

Re: Segmentation Fault as user only

2001-04-29 Thread Matthew Melvin
On Sun, 29 Apr 2001 at 8:21pm (-0600), Otto Lenz wrote: > Matthew, > Thanks for the suggestions. I'm not sure what 'suid' means - I thought 'su' > was 'substitute user'. > But, I did find out what 'strace' was and I tried running it under or > through 'strace' - which was interesting (and I'm su

Re: Segmentation Fault as user only

2001-04-29 Thread Otto Lenz
Otto. - Original Message - From: "Mike Chambers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 29, 2001 5:51 PM Subject: Re: Segmentation Fault as user only > - Original Message ----- > From: "Otto Lenz" <[EMAIL PROTECTED]> &

Re: Segmentation Fault as user only

2001-04-29 Thread Mike Chambers
- Original Message - From: "Otto Lenz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 29, 2001 11:59 AM Subject: Re: Segmentation Fault as user only > Whether I login as 'user', or login as root and then 'su user' in a ter

Re: Segmentation Fault as user only

2001-04-29 Thread Matthew Melvin
On Sun, 29 Apr 2001 at 10:59am (-0600), Otto Lenz wrote: > Whether I login as 'user', or login as root and then 'su user' in a terminal > window, the results are the same. As root, the game/program runs fine; as > 'user' I get the segmentation fault. The results are the same whether in > Gnome

Re: Segmentation Fault as user only

2001-04-29 Thread Otto Lenz
help? - Original Message - From: "Mike Chambers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 29, 2001 9:14 AM Subject: Re: Segmentation Fault as user only > - Original Message - > From: "Otto Lenz" <[EMAIL PROTECTED]>

Re: Segmentation Fault as user only

2001-04-29 Thread Mike Chambers
- Original Message - From: "Otto Lenz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 29, 2001 8:28 AM Subject: Segmentation Fault as user only > I'm new to Linux. Just installed RH7.1 - everything seemed to go OK. > My son wanted to try his hand at some of the games -

RE"segmentation fault"

2000-03-31 Thread Frank Carreiro
If your using userdel then you might want to try replacing it with another copy. Perhaps he messed with it (never know). Personally I would use vi or vipw and manually remove the account (just do a dd and *poof* he's gone) Frank -Original Message- From: David Pratt <[EMAIL PROTECTED

Re: Segmentation Fault

2000-01-10 Thread Thomas Ribbrock \(Design/DEG\)
On Sat, Jan 08, 2000 at 08:07:07PM -0700, Paul R. Watkins wrote: > I'm using RH 6.1 and every so often find that a daemon or other > application won't run due to a segmentation fault. [...] Good chance this is due to faulty hardware. Have a look at this: http://www.bitwizard.nl/sig11/ HTH, Tho

RE: Segmentation Fault

1998-03-09 Thread Charles Sheehan-Miles
ECTED] [SMTP:[EMAIL PROTECTED]] Sent: Sunday, March 08, 1998 4:23 PM To: [EMAIL PROTECTED] Subject: re: Segmentation Fault I am getting a " Segmentation Fault (core dump)" message every time I try to exec afterstep. I have a Cyrix 6x86 200MMX is this hardware incompatible --

re: Segmentation Fault

1998-03-08 Thread mkite
I am getting a " Segmentation Fault (core dump)" message every time I try to exec afterstep. I have a Cyrix 6x86 200MMX is this hardware incompatible -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mai