Hi guys,
could anyone tell me what segmentation fault means?
Thx
kaze139 0 Newbie Poster
Recommended Answers
Jump to PostShould be a thing of the past. In earlier years of computing, when 16bit operating systems were king, memory used to be addressed in segments/chunks of 64k (2**16). If you crossed one of those segments, you got a fault message. Python's memory manager shouldn't give you any problems like that! …
Jump to PostScipy is written in C, must be that memory management is out of reach for Python to increase speed of certain functions within scipy.
All 5 Replies
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
jrcagle 77 Practically a Master Poster
kaze139 0 Newbie Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
jrcagle 77 Practically a Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.