TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 12-27-2008, 12:36 AM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default Prevention of Segmentation Faulting.

When Caching memory for better performance in your scripts, sometimes you'll have segmentation faults which means your script is trying to access a memory location that it cannot access, thus your server crashes, and what's the solution to this? Hell if I know, I need help with this one.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 12-27-2008, 02:01 AM   #2 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Are you working off of a shared server? If so, that might make things harder since the software to keep people from eachothers stuff could raise errors.
__________________

Village Idiot is offline  
Reply With Quote
Old 12-27-2008, 02:35 AM   #3 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
Are you working off of a shared server? If so, that might make things harder since the software to keep people from eachothers stuff could raise errors.
no ffff7rt75y9i08u
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 12-27-2008, 03:09 AM   #4 (permalink)
The Wanderer
 
Join Date: Jan 2008
Posts: 24
Thanks: 13
sidisinsane is on a distinguished road
Default

Never ran into anything like this myself, but perhaps the article "Fixing Apache Segmentation Faults Caused by PHP" will help you.
sidisinsane is offline  
Reply With Quote
The Following User Says Thank You to sidisinsane For This Useful Post:
Orc (12-28-2008)
Old 12-27-2008, 09:29 PM   #5 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Quote:
Originally Posted by Orc View Post
no ffff7rt75y9i08u
What is that supposed to mean?
__________________

Village Idiot is offline  
Reply With Quote
Old 12-28-2008, 11:07 AM   #6 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
What is that supposed to mean?
You mean to tell me, that you don't know what "no" means?
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 12-29-2008, 01:21 AM   #7 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Quote:
Originally Posted by Orc View Post
You mean to tell me, that you don't know what "no" means?
I mean to tell you that I do not know what "ffff7rt75y9i08u" means.
__________________

Village Idiot is offline  
Reply With Quote
Old 12-29-2008, 02:39 AM   #8 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
I mean to tell you that I do not know what "ffff7rt75y9i08u" means.

Because the 10 limit is kinda painful, usually if I make gibberish like that, just ignore it.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 12-29-2008, 02:46 AM   #9 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Then if that is the case, don't type it. It confuses people.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 12-29-2008, 02:47 AM   #10 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by sketchMedia View Post
Then if that is the case, don't type it. It confuses people.
Then I'll just put (10char) cause if I want to just say yes or no, then I can't cause of the 10 char limit.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 12-29-2008, 10:43 AM   #11 (permalink)
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

You could use smileys to pad the extra characters. For example, No. ^^ :-) is 10 characters long. If you have an aversion to smileys, perhaps forming a full sentence with multiple words would be a suitable alternative.

Back to the original topic, why are you trying to cache memory? :-/
Salathe is offline  
Reply With Quote
Old 12-29-2008, 10:44 AM   #12 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Salathe View Post
You could use smileys to pad the extra characters. For example, No. is 10 characters long. If you have an aversion to smileys, perhaps forming a full sentence with multiple words would be a suitable alternative.

Back to the original topic, why are you trying to cache memory?
Performance
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 02:12 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design