Since you're running linux maybe you can try valgrind?[ I am running Linux Mint.
Search found 115 matches
- Tue Oct 13 2020 8:07 am
- Forum: User Support
- Topic: My Struggle with Qwt
- Replies: 20
- Views: 2961
Re: My Struggle with Qwt
- Sun Aug 23 2020 8:21 am
- Forum: Issues
- Topic: doxypress 1.3.8: Core dump when navigating to output directory
- Replies: 3
- Views: 1063
Re: doxypress 1.3.8: Core dump when navigating to output directory
The crash was indeed when using doxypressapp. It happened when I was navigating to the input directory. Unfortunately, I have not been able to reproduce the crash. However, I have seen another error that I get when doing the navigation: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1162, resou...
- Sat Aug 15 2020 3:35 pm
- Forum: Issues
- Topic: doxypress 1.3.8: Core dump when navigating to output directory
- Replies: 3
- Views: 1063
doxypress 1.3.8: Core dump when navigating to output directory
Hello everyone, I just tried doxypress 1.3.8 ubuntu-16 and got a SEGV when trying to choose the output directory. I ran it again under gdb and got a stack trace which is shown below: [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so....
- Sat Apr 11 2020 3:12 pm
- Forum: User Support
- Topic: Licenses
- Replies: 2
- Views: 6743
Re: Licenses
I think this shows that the license that applies to Diamond and indeed Copperspice and its child projects, should be more prominent. I had to google to find https://www.copperspice.com/docs/cs_overview/main-cs-license.html. There's nothing in the menu on the main page and nothing in https://www.copp...
- Sat Apr 11 2020 3:07 pm
- Forum: Developers
- Topic: Possible impending Qt fork and copperspice opportunity
- Replies: 12
- Views: 4112
Possible impending Qt fork and copperspice opportunity
Hello Everyone, I just read the article at https://www.phoronix.com/scan.php?page=news_item&px=More-Interest-Possible-Qt-Fork which speculates on a fork of Qt due to Qt licensing becoming more restrictive in a way that might impede its use in open source projects. See also https://www.phoronix.com/s...
- Fri Mar 27 2020 2:05 pm
- Forum: Developers
- Topic: A puzzle with the main page when running doxypress on wt-4.3.0
- Replies: 1
- Views: 2265
A puzzle with the main page when running doxypress on wt-4.3.0
Hello everyone, When I ran doxypress on wt-4.3.0 I was surprised when there was no main page. So I checked The wt Doxyfile and found that it mentions doc/main, a text file that contains the main page. When I tried to add to my doxypress setup it didn't like it. It is as if the input is expected to b...
- Sun Mar 22 2020 5:59 pm
- Forum: Issues
- Topic: Core dump with binaries on Ubuntu 16.04
- Replies: 2
- Views: 4919
Re: Core dump with binaries on Ubuntu 16.04
Hi jdjd, The doxypress binary package expects to use the packaged version of clang, rather than individual files. Instead of extracting the individual libraries, can you try running: apt-get install libclang-3.7-dev libllvm3.7 Once those packages have installed, you should not need to add any addit...
- Sun Mar 22 2020 5:52 pm
- Forum: Issues
- Topic: doxypress 1.3.5: gl error when DoxyPressApp starts up
- Replies: 2
- Views: 2357
Re: doxypress 1.3.5: gl error when DoxyPressApp starts up
Can you let us know which platform you are running on. Are you using a prebuilt binary or did you build DoxyPress? The error message indicated some file was not opened. Can you confirm the problem happen when DoxyPressApp was opened or was this after you tried to open a project file. Barbara I am s...
- Sun Mar 22 2020 5:48 pm
- Forum: Enhancements
- Topic: Enh Rqst 3.5.1: function signature where argument list is empty
- Replies: 3
- Views: 4920
Re: Enh Rqst 3.5.1: function signature where argument list is empty
Please provide a working example so we can test DoxyPress and see how the documentation can be improved. Otherwise, we might change the program and believe your concern has been addressed. Barbara Here is a header file that shows the problem, using doxypress 1.3.7: #ifndef INCLUDED_MYCLASS #define ...
- Sun Mar 22 2020 5:26 pm
- Forum: Developers
- Topic: Why does copperspice use POSIX threads instead of C++11 and beyond
- Replies: 2
- Views: 3389
Re: Why does copperspice use POSIX threads instead of C++11 and beyond
copperspice makes direct calls to the POSIX pthreads functions [snip] If this is something you would like to work on and submit a pull request we would be more than happy to accept this. Barbara I will have to decline. I have taken a look over this weekend and IMO it would be a tonne of work. It ha...