Re: [Cppcms-users] Advice on debugging file upload
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-04-23 11:30:11
|
>Thanks for your reply, there. >I'm a little unsure about the backtrace, though, sorry -- > I haven't explicitly setup any logging (I'm still finding my way, really), so there won't be anything there. What you see is already log, if logging is not defined it goes to stderr >Do you mean that I should include the test_backtrace compilation you suggest into my project compilation? >& sorry if I'm being dense. :) No, I do not have latest Mac OS X, only Darwin 8 (~Mac OS X 10.4) so I could not test backtrace feature that should be available in latest versions of Mac OS X. Generally you should be able to see a stack bactrace for exceptions thrown by CppCMS in the log (if this feature works) It would be nice if you could check it with the test program I had pointed to. By compilation and running this program you can see if you actually getting any stack trace or not. So if you could compile and run the program with the parameters I had shown it could answer on the question whether backtrace works on Mac OS X or not. Thats it. > Doug. > > Artyom |