debugging

Tag details

Welcome to the 'debugging' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'debugging'.

Look up Offsite Link "debugging" at The Free Dictionary

Latest blogosphere posts tagged “debugging”

  • Music for Debugging: The Memory Dump of the Dead


    Crash Dump AnalysisAuthority Authority: 136
    Highly recommended to listen during analysis of a complete memory dump from an isolated dead system to build tension resulting in a problem resolution in 21 minutes: Rachmaninov: Symphonic Dances & the Isle of the Dead - Dmitry Vostokov @ DumpAnalysis.org - Memory Dump It
    1 day ago
  • Crash Dump Analysis Patterns (Part 92)


    Crash Dump AnalysisAuthority Authority: 136
    Sometimes the functionality of a system depends upon a specific application or service process. For example, in a database server environment it might be a database process, in printing environment it is a print spooler process or in a terminal services environment it is a terminal services process (termsvc, ...
    3 days ago
  • Dictionary of Debugging: 7


    Crash Dump AnalysisAuthority Authority: 136
    7 A separating digit of user space and kernel space in equi-bipartitional 32-bit virtual memory, for example, on x86 Windows systems: lkd> lm start          end                   module name […] 77bd0000 77c19000   GDI32 77c20000 77cbf000   RPCRT4 77cd0000 77d5b000   ...
    3 days ago
  • Software Defect Researcher: A New Profession


    Crash Dump AnalysisAuthority Authority: 136
    By analogy with a security researcher profession I propose the new title of a software defect researcher as a unified profession combining relevant fields of security research, testing, debugging, memory dump analysis, software reverse engineering, construction and maintenance. At least I consider myself a software ...
    6 days ago
  • PDC 2009 Day 3: Power Tools for Debugging


    All Your Base Are Belong To UsAuthority Authority: 559
    The last session at the PDC that I’m attending is about incubation tools for debugging, from Microsoft Research. Debugging is hard and the process of finding the root cause is manual and therefore tedious and long. The formal debugging process – ask an expert, check the bug database, check the version history, ...
    1 week ago
  • Flash Player 10.1 on Mac: Use Sephiroth Flash Switcher to Keep Your Debug FP 10.


    jun :: realeyesAuthority Authority: 110
    Adobe recently release Flash Player 10.1 on labs .  It has many outstanding new features and I’m excited to start playing around with it.  However, since I’m on Mac OS X, there’s one very big issue.  There’s no debug version of the 10.1 player to download. The lack of a debug player for Windows users is ...
    1 week ago
  • Bugs in Passing


    Crash Dump AnalysisAuthority Authority: 136
    A few days ago I noticed that one euro became 10 times more than its usual conversion value to Russian rouble (ruble). As shown on the picture below it was 1:430.96 instead of expected 1:43.096. At first, I thought of a sudden devaluation and rushed to financial websites for confirmation but they didn’t show any ...
    1 week ago
  • Do you Need My Help?


    .NET AnswersAuthority Authority: 420
    I admit it, for the first time in years, I find my self under committed.  That is, I have less work than I have time.  So, if you need someone that provides one of the several programming and web related services below, I may be able to help you.What you may not realize is how [...] Do you Need My Help? is a post ...
    1 week ago
  • Debugging in Python


    Simon Willison's WeblogAuthority Authority: 581
    Debugging in Python . The missing manual for Python’s powerful pdb debugger.
    1 week ago
  • Deep Tracing of Internet Explorer


    Simon Willison's WeblogAuthority Authority: 581
    Deep Tracing of Internet Explorer . dynaTrace Ajax looks like an awesome tool. For once, Internet Explorer has a development tool that other browsers can be jealous of.
    1 week ago
  • Trace Analysis Patterns (Part 12)


    Crash Dump AnalysisAuthority Authority: 136
    When looking at lengthy traces with thousands and millions of messages (trace statements) we can see regions of activity where statement current ( J m , msg/s) is much higher than in surrounding temporal regions. Hence the name of this pattern, Activity Region . Here is an illustration for a typical ETW/CDF trace ...
    1 week ago
  • Four short links: 17 November 2009


    O'Reilly Radar - Insight, analysis, and research about emerging technologies.Authority Authority: 668
    Digital Natives (Ze Frank) -- digital natives have grown up in a landscape where access to information and influence has been flattened. they have watched media distribution bottlenecks in the form of networks and studios lose influence to youtube and independent production houses. They have watched companies bow ...
    1 week ago
  • Experienced Php Developer


    Pro Freelance ProjectsAuthority Authority: 180
    Looking for experienced PHP Developer to work upgrade existing software for about 20 hours per week – please bid your hourly rate.Project will start with upgrading php4 to php5 and a some minor debugging.Then improve cms system which is based on fckeditor.Then build a form builder for remote web sites.Then ...
    1 week ago
  • Crash Dump Analysis Patterns (Part 65b)


    Crash Dump AnalysisAuthority Authority: 136
    This is a hardware counterpart of Not My Version  pattern. Some problems manifest themselves on different hardware not used at the time of the product testing. In such cases we can look at kernel and complete memory dumps, extract hardware information using !sysinfo command and compare differences. This is ...
    1 week ago
  • Advanced .NET Debugging Book


    Crash Dump AnalysisAuthority Authority: 136
    This weekend noticed that it is in stock and this means that I soon get it in the post: Advanced .NET Debugging (Addison-Wesley Microsoft Technology Series) I plan to start reading it as soon as it arrives and put notes on my Software Generalist blog. - Dmitry Vostokov @ DumpAnalysis.org - Memory Dump ...
    1 week ago
  • Reply to HBGary — and personal notes.


    Matthieu Suiche's blog !Authority Authority: 396
    One HBGary developper wrote a blogpost about windd entitled “ Windd – Almost there, but not quite… “. HBGary says *they* but I would like to say to readers that windd is a project that I developped and maintain alone, on my spare time. More and more people are using windd so it looks I have to explain some ...
    1 week ago
  • 3 Types of Run Time Errors and How to Prevent Another Run Time Server Error


    Another Day With My PCAuthority Authority: 425
    So many different types of run time errors exist that it’s hard to say what the actual problem may be without identifying the specific run time server error.  A run time error could be the result of memory problems, program updates, or corrupt registry keys. Most of the time, the problem occurs when the user is ...
    1 week ago
  • Tutorial sobre Windbg [Parte IV]


    MSMVPS.COMAuthority Authority: 658
    En esta cuarta parte del tutorial sobre Windbg, se van a tratar algunos comandos básicos para conocer el estado de la máquina que estamos depurando. El primer aspecto que se va a tratar es el estado del banco de registros. Estado del banco de registros Toda computadora dispone de un conjunto compuesto por un ...
    1 week ago
  • Crash Dump Analysis Patterns (Part 91)


    Crash Dump AnalysisAuthority Authority: 136
    Sometimes we can observe rare events when abnormal conditions that usually result in a system crash result in a milder problem, for example, a service is unavailable and not affecting other services and users. It was reported that an application was freezing during user session logoff. A complete memory dump was ...
    2 weeks ago
  • BoBo Address (Debugging Slang, Part 4)


    Crash Dump AnalysisAuthority Authority: 136
    a  bobo address - an address a system will definitely crash at, given an opportunity Examples: bad0b0b0 , 00000000 - Dmitry Vostokov @ DumpAnalysis.org - Memory Dump It
    2 weeks ago

Comments about debugging

Personal attacks are NOT allowed
Please read our comment policy