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 » Fatal error invalid memory access
Re: Fatal error invalid memory access [message #41901 is a reply to message #41892] Wed, 05 February 2014 08:44 Go to previous messageGo to previous message
slashupp is currently offline  slashupp
Messages: 231
Registered: July 2009
Experienced Member
I'm using upp nightly 6840 on debian wheezy/sid.

I'll try to create such a package...(at moment am fire-fighting)

Another couple of things:

Irregularly (difficult to isolate) I get a segmentation-fault
when editing a layout; I restart theide again & all is OK - for
now I just live with it.

Had a strange case getting a theide seg-fault when loading my
package where in my source-code I called at(0) on an empty
std::string - changed my source (debugging uppsrc/ide-package in
theide itself) to check that the string is not empty and theide
then loaded my package:
Changed: if (s.at(0)!='#') { ... }
to: if (s.length() && (s.at(0)!='#')) {...}
(strange one this)

REALLY REALLY NEED a working debian package for theide
especially a NOGTK version - I failed to create a stable NOGTK
compile using input from another thread and is currently using
the standard make / make install version from 6840

(I'm using theide to develop UI's for my own apps that has some
urgency; I would have liked to but cannot really afford the time
at the moment to assist in full debugging of theide - will do so
once the urgent stuff is done)

Praise & thanks where it is deserved:
theide makes building GUI's really easy and straight-forward
and I like the intuitive-ness of it - thanks to all you devs

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problematic hack in upp::Build.cpp
Next Topic: Bug: Searching finds the end of the line instead of in text
Goto Forum:
  


Current Time: Sat May 10 03:18:55 CEST 2025

Total time taken to generate the page: 0.02351 seconds