[Bug]: unknown cause codelite or Linux File system corruption #3527
Replies: 3 comments
-
Some information is missing: is this coming from CodeLite's code or from your code? |
Beta Was this translation helpful? Give feedback.
-
Hello Eran
Thank you for the quick response. I did not expect such a quick response, and I am grateful for your help.
I am using gdb. so the report was produced by gbd. Not much to go by.
I still such a potential corruption of a file or file system, but getting fsck to cooperate is difficult.
One of my peeves this day is the poor quality of error reports from most software. I am an old timer. Been involved in IT for over 50 years. It seems to me that 40 and 50 years ago we had much better error reporting than we see today. For example, we wrote compilers to be efficient and provide accurate information as to why and error occurred and even provided the means to correct the error to finish the compilation and run the program. It was successful, particularly in the university environment where students needed accurate information fast and had little time for investigating why their program had an error.
In contrast, the past few weeks I have been playing with c++ and wxWidgets on Codelite using Gnu cpp. I am not impressed to say the least. A simple error seems to introduce a plethora of other errors, but magically disappear when the real eror is corrected.
I was never a fan of cpp. I had worked with a lot of languages and my experimenting with recently just confirms what I have heard over many years, that it is a difficult language to master.
My academic background is in Comp Sc with a BSc and MSc. I did my thesis under Dr John Peck who was one of the authors of the ALGOL 68 Report and its subsequent Algol 74 Report. ALGOL 68 was a well-designed algorithmic language and is still used as a teaching tool in universities today. I implemented the lexical and syntactic analysis portions of the language and code generation, and fellow student did the semantic analysis. So my background demonstrates why I am so particular about issues of today around language design and the real world of using computer technology.
One area that really turns me off is AI. In 1972, one of my fellow students was a Phd candidate whose goal was to make in difficult for a person to know if they are dealing with a computer or a person. Ironically, that is still AI's goal. Having been exposed to some of that AI technology in a number of different products, I am not impressed as I had to reject at least half or more of its suggests. Personally, I see AI not as a valuable tool in the industry, n=but rather as a political tool to manipulate society. All the hype over AI in the past 5+ years is to attract investor money, but the results will be disasterous. Very little good will come of it. And no I would never trust the code it generates.
Microsoft's CEO recently stated they would fix the security issues with Windows. Well, good luck with that. They would have to redesign the entire operating system from the ground up.
Sorry for the rant. But there are many issues with the technology today and very few people are taking it seriously. It is to the point now where one chooses software based on which is less likely to violate one's private information. But maybe that doesn't matter any more as many large IT corporations have so violated our privacy and sold that data for the almighty dollar and it now makes no difference.
Eran, thank you for your suggestion. I am going to take another attempt to get fsck to cooperate, but not confident in that happening. I did try installing version 17.2 but results exactly the same.
Thank you
Respectfully,
David
…On Thursday, November 7th, 2024 at 1:45 PM, Eran Ifrah ***@***.***> wrote:
Some information is missing: is this coming from CodeLite's code or from your code?
You should try and run it under debugger (e.g. gdb) and get the full backtrace when it asserts (and probably debug with debug info to get source file name + line number)
—
Reply to this email directly, [view it on GitHub](#3526 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ANPHHBKX7J5R5ORCUL2SGPLZ7PNQRAVCNFSM6AAAAABRMBALM6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRTGI4DQMRRGY).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I can only suggest building wxWidgets with debug symbols and then try and figure out which file caused this. It looks like an invalid INI file format to me. I think you are on the wrong issue tracker, this should go to the wxWidgets issue tracker (this error is not really related to CodeLite). Moving this into a discussion. |
Beta Was this translation helpful? Give feedback.
-
What happened?
Version
17.0.0
Operating system
Linux
Steps to reproduce
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions