Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Segmentation Error, Assertion failed BiCont.h
Re: Segmentation Error, Assertion failed BiCont.h [message #52727 is a reply to message #52726] Thu, 14 November 2019 12:11 Go to previous messageGo to previous message
Oblivion is currently offline  Oblivion
Messages: 1093
Registered: August 2007
Senior Contributor
Quote:

However, I still got a blurred vision on why when my code running, the first 2 hours is ok, but after a long time this error will randomly spawn like one of my vector Have been emptied but my programme dont do that once. have you never encounter this kind of "case" ?


Hard for me to say...
If you are using containers extensively, you'll eventually gain a habit of checking them at some point. Smile


Possible clue: Do you use threads? If so, does this vector is shared between threads. or not local in any way? Then it might be a problem with thread access, in which case the thread is spawning before initialization or population of that vector. (i.e. a synchronization issue maybe?)

Best regards,
Oblivion


[Updated on: Thu, 14 November 2019 12:14]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How I can load inside Utimate++ RayLib For MacOs And Win?
Next Topic: [SOLVED] Do Value can store anonymous function ?
Goto Forum:
  


Current Time: Fri May 03 18:30:49 CEST 2024

Total time taken to generate the page: 0.04006 seconds