Tagged Questions

5
votes
6answers
1k views

Error handling in BASH

What is your favorite method to handle errors in BASH? The best example of handling errors in BASH I have found on the web was written by William Shotts, Jr at http://www.linuxcom …
6
votes
7answers
554 views

How do I log uncaught exceptions in PHP?

I've found out how to convert errors into exceptions, and I display them nicely if they aren't caught, but I don't know how to log them in a useful way. Simply writing them to a fi …
6
votes
3answers
197 views

Best Practices for Error Logging and/or reporting for iPhone

When I do web development, I use a custom made logger that catches fatal errors and appends a trace to a file and displays a message to the user. I can occasionally glance to see …
2
votes
3answers
65 views

How to log error message in drupal

How to log our own error messages(for ex: error due to invalid user date entry) which is generated in php program to drupal error log.
0
votes
3answers
25 views

“signal Segmentation fault”. Where this error is coming from?

Hey! From time to time my Apache server logs this error [Sat Nov 07 05:35:01 2009] [notice] child pid 2795 exit signal Segmentation fault (11) What may be the reason behind the e …
9
votes
13answers
4k views

Error logging in C#

I am making my switch from coding in C++ to C#. I need to replace my C++ error logging/reporting macro system with something similar in C#. In my C++ source I can write LOGERR(" …
0
votes
6answers
259 views

Print PHP Call Stack

I'm looking for a way to print the call stack in PHP. Bonus points if the function flushes the IO buffer.
3
votes
10answers
394 views

Error Tracking in live/production web applications

I currently work at a company that has a lot of custom applications that are made internally. There are not currently standards for a lot of things. I would like to implement a w …
2
votes
2answers
49 views

Logging SQL Errors

SQL Server 2008 has a new try/catch structure. If I encounter an error in a sequence of nested stored procedures, I like to log the call stack in an error table. The problem is t …
0
votes
2answers
141 views

Where is the .net framework error log location

My application exits for no reason, most likely due to errors in the profiler I used because it interferes with all the CLR runtime stuff. The issue is is there any file at any loc …
2
votes
4answers
65 views

How to reduce redundant log messages for a web-app?

Does anybody have any advice on how to minimize my logs for a web application? Right now, I'm logging every error. So if there is a situation where an error occurs on every reque …
0
votes
2answers
163 views

How should you diagnose the error SEHException - External component has thrown an exception.

Whenever a user reports an error such as 'System.Runtime.InteropServices.SEHException - External component has thrown an exception.' - is there anything that I as a programmer can …
0
votes
3answers
164 views

Should you use the method Application_Error in your global.asax in ASP.NET MVC?

I know that in ASP.NET people typically put a protected method called "Application_Error" in their global.asax file inorder to handle say, logging of exceptions. My question is, i …
3
votes
5answers
191 views

Can the ASP.NET Yellow Screen of Death (YSOD) be generated on demand or captured?

We'd like to just capture the YSOD output to use in an erorr reporting email, from a Global.asax error handler, for instance. Is there any way of leveraging the built-in ysod gener …
5
votes
3answers
978 views

In CodeIgniter, how can I have PHP error messages emailed to me?

I'd like to receive error logs via email. For example, if a Warning-level error message should occur, I'd like to get an email about it. How can I get that working in CI ? Thanks …

1 2 3 next
15 30 50 per page