Search found 12 matches
- Fri Jan 31 2025 11:09 pm
- Forum: Issues
- Topic: Problem using CsWebKit...segment fault
- Replies: 3
- Views: 12707
Re: Problem using CsWebKit...segment fault
I am using CopperSpice 1.9.2 PreBuild binaries from you guys and using MinGW64 13.1.0 from CLion. We can not guarantee this is the issue you are experiencing, however different builds of MinGW may not be binary compatible and there is almost no way to test for ABI. There are two choices. (1) Build ...
- Fri Jan 10 2025 11:07 pm
- Forum: Issues
- Topic: Problem using CsWebKit...segment fault
- Replies: 3
- Views: 12707
Problem using CsWebKit...segment fault
Hi all, I am trying to use the WebKit library to open a page from a Keyence camera's web server, but the program crashes with a segmentation fault. To debug the issue, I created a simple program with a QMainWindow and a QWebView as the central widget, intended to open a single page: "http://www...
- Tue Dec 27 2022 12:15 am
- Forum: User Support
- Topic: Need help using QXmlStreamReader.
- Replies: 8
- Views: 20156
Re: Need help using QXmlStreamReader.
I resend the files.
Thank you.
Thank you.
- Thu Dec 22 2022 12:03 pm
- Forum: User Support
- Topic: Need help using QXmlStreamReader.
- Replies: 8
- Views: 20156
Re: Need help using QXmlStreamReader.
I have sended the files via WeTransfer to info@copperspice.com
- Wed Dec 21 2022 2:04 am
- Forum: User Support
- Topic: Need help using QXmlStreamReader.
- Replies: 8
- Views: 20156
Re: Need help using QXmlStreamReader.
Can you try a couple different variations of your code? If you process the first 1000 files twice, does it still crash? No, it pass throught. But crashes using other directories with less than a half of files. If you remove the last 2 or 3 files it processed from the directory, can it process the re...
- Fri Dec 09 2022 8:06 am
- Forum: User Support
- Topic: Need help using QXmlStreamReader.
- Replies: 8
- Views: 20156
Re: Need help using QXmlStreamReader.
Hi!
I sent the email with two screenshots of the issue in debug mode.
I sent the email with two screenshots of the issue in debug mode.
- Tue Nov 29 2022 11:02 pm
- Forum: User Support
- Topic: Need help using QXmlStreamReader.
- Replies: 8
- Views: 20156
Need help using QXmlStreamReader.
Hi All! I have this code that needs to read a bunch of XML files from a hierarch of directories. But when it reachs 1850 files it crashs in what appers to be the destructor of QXmlStreamReader. But I don´t have the expertice in debuging. Does this code has some bug or undefined behavior ? The files ...
- Sun Feb 06 2022 1:12 am
- Forum: Issues
- Topic: QRegularExpression possible bug ?
- Replies: 2
- Views: 7920
Re: QRegularExpression possible bug ?
Thanks ansel!
I will be looking in to the docs. For now I will be putting the '-' character in the end of square brackets.
I will be looking in to the docs. For now I will be putting the '-' character in the end of square brackets.
- Fri Feb 04 2022 1:20 am
- Forum: Issues
- Topic: QRegularExpression possible bug ?
- Replies: 2
- Views: 7920
QRegularExpression possible bug ?
Hi! I was trying to make this code works and notice something about it... QRegularExpression expressaoNomes("[\\w\\d-*]+"); // This pattern does not match. But WHY ?!? //QRegularExpression expressaoNomes("[\\w\\d*-]+"); // This pattern does match. QString str = QString::fromUtf8(...
- Fri Jan 22 2021 12:08 am
- Forum: User Support
- Topic: [BUG ?] Doxypress crash parsing a single header file...
- Replies: 5
- Views: 59619
Re: [BUG ?] Doxypress crash parsing a single header file...
Thank you very much Barbara! I will make the changes you mentioned, I was strugling with that.