Search found 65 matches

by ciuly
Sat Sep 26, 2020 8:03 am
Forum: madExcept
Topic: Bugreport listing processes column header
Replies: 4
Views: 4951

Re: Bugreport listing processes column header

Ok, I see. I figured since the code had the parameter maybe it was just something that got forgotten or postponed.
Thanks.
by ciuly
Fri Sep 25, 2020 10:42 pm
Forum: madExcept
Topic: Bugreport listing processes column header
Replies: 4
Views: 4951

Re: Bugreport listing processes column header

Sorry, that is the bugreport file and I clipped just the "important" details since obviously that's big. It's from the total commander file view window, not that it would matter. It looks pretty much the same in notepad as well :)
by ciuly
Fri Sep 25, 2020 8:01 pm
Forum: madExcept
Topic: Bugreport listing processes column header
Replies: 4
Views: 4951

Bugreport listing processes column header

Hello,

currently the bugreport listing does not show the column headers of the various "things" (like modules, processes, etc)
I see there is a showColumnHeaders parameter for them but it doesn't appear to be used. Or my sources are outdated. Was it fixed recently?
Thanks
by ciuly
Wed May 04, 2016 9:48 am
Forum: madExcept
Topic: Help with command line option
Replies: 25
Views: 23340

Re: Help with command line option

no. You go to the IDE, open the project source and add the units like so uses FastMM4, (if you use it) {$IFDEF madExcept} madEx units here {$ENDIF} res tof units here; begin ... end. you modify the build command to pass madExcept as a conditional define. I prefer creating a dedicated build configura...
by ciuly
Wed May 04, 2016 8:49 am
Forum: madExcept
Topic: Help with command line option
Replies: 25
Views: 23340

Re: Help with command line option

I have a feeling that he disables madexcept from the IDE and expects the command line build to do its magic. If so, madExcept conditional define must be passed along the command line and also the uses clause must be re-added to the project(s)and ifdefed accordingly. But I have the feeling the root c...
by ciuly
Thu Nov 12, 2015 7:48 pm
Forum: madExcept
Topic: Help with command line option
Replies: 25
Views: 23340

Re: Help with command line option

since it uses msbuild, it cannot be "that old" ;) and since you are considering fiddling with the build command itself, you do have some control over the build (at least) better tell us what you are not allowed to change, it can't be that many. like, can you change the dproj files? I can't...
by ciuly
Thu Nov 12, 2015 6:33 pm
Forum: madExcept
Topic: Help with command line option
Replies: 25
Views: 23340

Re: Help with command line option

my note about overriding the IDE stuff was targeting your command line. let me put it this way: whatever you place on the command line, overrides your IDE-configured settings. So that's why it is best, in this case, to place your exact command line calling msbuild and not an approximation. I vaguely...
by ciuly
Thu Nov 12, 2015 5:45 pm
Forum: madExcept
Topic: mad file creation
Replies: 3
Views: 3541

Re: mad file creation

my bad :oops: I made a simple test app, to simplify things and there it went ok. So I compared the 2 madExceptWizard.txt for the test app, (which worked) and for my project, (which didn't), and noticed the "map file already appended" message in the latter. Then it hit me: my build event po...
by ciuly
Thu Nov 12, 2015 11:00 am
Forum: madExcept
Topic: mad file creation
Replies: 3
Views: 3541

mad file creation

(on Delphi XE2) It's been a while since I last used this feature. I have a customer using v4 and he doesn't want to include the map file for security reasons and hence I get nothing in the stacktraces. From what I recall, the only change needed to disable function names, line number and such and sti...
by ciuly
Thu Nov 12, 2015 10:48 am
Forum: madExcept
Topic: Help with command line option
Replies: 25
Views: 23340

Re: Help with command line option

you are building Release configuration with a DEFINE of "DEBUG". that doesn't look very smart. it's also a good idea to specify your platform /p:platform=Win32 even if you only have that 1 platform. In the future you may add other platforms and you'll start wondering why your "desired...
by ciuly
Thu Jul 02, 2015 11:03 am
Forum: madExcept
Topic: madexcept report generation allows application to run?
Replies: 8
Views: 7827

Re: madexcept report generation allows application to run?

does not happen with 3.0l (that is the exception bug report dialog shows up correctly)
Can you send me a .bpl for latest v4 and place some calls to OutputDebugString or something to log any relevant stuff?
by ciuly
Tue Jun 30, 2015 9:46 am
Forum: madExcept
Topic: madexcept report generation allows application to run?
Replies: 8
Views: 7827

Re: madexcept report generation allows application to run?

I'll try to reproduce it with v3 later on. I personally use the free version, and all my clients (using ME) seem to still be on v3 In the mean time, I was working on some other bug and noticed madExcept conditional define was not set on release mode, for a package used by another package (no clue wh...
by ciuly
Tue Jun 30, 2015 5:47 am
Forum: madExcept
Topic: madexcept report generation allows application to run?
Replies: 8
Views: 7827

Re: madexcept report generation allows application to run?

btw, it's D2007, just in case it matters. There is no TerminateThread in the code. As for 3rd parties, only JVCL has it, and that appears to only call it when terminating, so doesn't apply. I went over all the madexcept usage calls. I do the following: - call HandleException after processing and may...
by ciuly
Mon Jun 29, 2015 12:51 pm
Forum: madExcept
Topic: madexcept report generation allows application to run?
Replies: 8
Views: 7827

Re: madexcept report generation allows application to run?

To note that "pause all running delphi/bcb threads" is checked. "check for frozen main thread" is not checked. There is no madexcept custom handler or anything else in the picture in this project. so, no handler. and yes, all exes, dlls and bpls are compiled with madExcept, and ...
by ciuly
Mon Jun 29, 2015 11:00 am
Forum: madExcept
Topic: madexcept report generation allows application to run?
Replies: 8
Views: 7827

madexcept report generation allows application to run?

I know I've been dealing with this problem for over a year and was not able to gather any usable information so I can report it, due to the madtraceprocess freezing up also, but today I did (I upgraded madexcept, not sure if that helped or not) See the attached stacktrace (I got it while debugging i...