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 » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » [SOLVED in SVN231] BUG in svn229 - Uvs2 2538
[SOLVED in SVN231] BUG in svn229 - Uvs2 2538 [message #15806] Thu, 08 May 2008 01:06 Go to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
Rinning theide in release mode (SVN229 - Uvs 2538) on ubuntu hardy gives memory violation error.
Running in debug mode, it stops at an assert in MultiButton.cpp, line 512 :

MultiButton::SubButton& MultiButton::MainButton()
{
	for(int i = 0; i < button.GetCount(); i++)
		if(button[i].main)
			return button[i];
	NEVER();                            <== HERE
	return button[0];
}


Removing the assert (just for test) it gives assertion failed in Core/Vcont.h, line 17.

The bug appears with each optimization level, so it shouldn't be compiler related.

Ciao

Max

[Updated on: Thu, 08 May 2008 12:43]

Report message to a moderator

Re: [NOT! - SOLVED in SVN231] BUG in svn229 - Uvs2 2538 [message #38909 is a reply to message #15806] Sun, 27 January 2013 07:11 Go to previous message
slashupp is currently offline  slashupp
Messages: 231
Registered: July 2009
Experienced Member
Am getting same thing, same code but on line 531
(using latest debian package)

Occurs when trying to add a value to a DropList
am using DropLists elsewhere in my program and
they work fine, but just not in this case

[edit]
I found that when I use 'dl.Reset' the error occurs
A work-around is to use the two calls:
dl.Clear();
dl.ClearList();
in its place - then all works as it should.

[Updated on: Sun, 27 January 2013 07:40]

Report message to a moderator

Previous Topic: namespace Upp and layout-designer problem
Next Topic: [FEATURE REQUEST] Horizontal Scrollbar for Console and Source Filename Sorting
Goto Forum:
  


Current Time: Fri Mar 29 03:37:43 CET 2024

Total time taken to generate the page: 0.01083 seconds