Tagged Questions

0
votes
1answer
14 views

Warning: exif_imagetype(test.gif) [function.exif-imagetype]: failed to open stream: No such file or directory in E:\xampp\htdocs\online\upload.processor.php on line 6

Warning: exif_imagetype(test.gif) [function.exif-imagetype]: failed to open stream: No such file or directory in E:\xampp\htdocs\online\upload.processor.php on line 6 What's wrong? How …
8
votes
14answers
241 views

Bug Hunting Strategies?

Let's say you have a bug that was found in functional testing of a fairly complex part of the software. It could stem from bad/unexpected data in the database, middle-tier code, or something in the …
1
vote
0answers
20 views

Perl AND IDA PRO

Could someone provide a good link of documenation/material/examples of IDAPERL (a plugin to add perl scripting and automation support to IDA PRO ) i see there are many documentation about python and …
1
vote
4answers
39 views

Can I simulate memory scarcity to ferret out a memory leak with a smaller source dataset in a .NET application?

I have an application which predictably generates out-of-memory errors on very, very (very) large datasets - we're trying to fix the problem by optimizing the app's memory management, but the very, …
0
votes
1answer
31 views

What does the +0x10 mean next to function addresses in WinDbg SOS exception stacks?

Example: InnerException: StackTrace (generated): SP IP Function 003D8E9C 03B21BD7 Something!Blah.Blah.FunctionName(System.String)+0xa8 What does the +0xa8 part indicate?
2
votes
0answers
24 views

Is anyone doing visual debugging with Jint?

I've been using Jint to run server-side JavaScript code and I'm liking it a lot so far. The one issue I'm having is debugging. JInt exposes events that can fire when a statement is executed or a …
0
votes
2answers
24 views

WinForm application doesn’t start outside Visual Studio 2010

I have a WinForm application written with VS2008 and .NET 3.5. This application runs well from Visual Studio 2008 and outside (when VS2008 is closed, simple double-click on the EXE boots the …
0
votes
3answers
39 views

How does the immediate window of visual studio print all members of an object?

How can I using the output window write all the members of an object? Trace.WriteLine uses method ToString and doesn't output all the members. Is there API to do it without writing own code?
4
votes
3answers
79 views

Lightweight debugging on embedded Linux

I'm developing an application that runs on a small Linux-based SBC (~32MB RAM). Sadly, my app recently became too large to run under GDB anymore. Does anyone know of any good, lightweight debugging …
0
votes
4answers
46 views

How do you debug through a compressed javascript file?

I'm using django-compress to shrink my javascript files. However, I am now having trouble debugging through it because everything is squished. I believe stackoverflow use some kind of js compression …
7
votes
5answers
130 views

Visual Studio 2008 : Step to next line is very slow when debugging managed code

Hi, When stepping through my C# code line by line via F10, it takes the debugger over one second to get to the next line. I've tried deleting all watches and breakpoints, but that did not make any …
0
votes
4answers
15 views

How do I debug a 500 Internal Server Error on IIS 6.0 managed by Plesk (running ASP classic)?

I have read pretty much EVERY blog post, article and help document published regarding this problem and they have not helped. The most common suggestions are: Internet Explorer -> Tools Menu -> …
2
votes
3answers
65 views

Ways to corner a stickiness bug

How to determine exactly what a piece of software is doing when it is stuck, unresponsive to user input and not updating its display? I have tried oprofile, which records what function is …
1
vote
0answers
26 views

making gdb evaluate a multi-line or compound if statement all at once

Up until I started using Arch linux a couple of weeks ago, gdb would evaluate multi-line if statements atomically. So for a condition like this: 39523 if ((RM != NULL) && 39524 …
1
vote
1answer
37 views

ASP.NET MVC debugging following VS2010 uninstall

OK this is an odd one. I wanted to install ASP.NET MVC 2 Beta 2, so I uninstalled VS2010 Beta 2 (which I wasn't using anyway) and installed MVC 2. I then upgraded one of my projects to MVC 2 but …

1 2 3 4 5 141 next
15 30 50 per page