<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

	<title>Blue Static Bug Tracker Syndication Feed</title>
	<link href="http://www.bluestatic.org/bugs"/>
	<updated>2009-08-19T08:18:38Z</updated>
	
	<!-- entries -->
	
	<entry>
		<id>bug://report/198</id>
		<title>Only first 32 values of an array are displayed</title>
		<updated>2010-03-04T08:02:39Z</updated>
		<author>
			<name>Panucci</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;198&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Only first 32 values of an array are displayed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Unconfirmed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Moderate&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;If you expand an array only the first 32 values are displayed. Also there is no hint that there are more values inside the array. «The protocol allows the changing of this value and it has also ways of fetching more elements &amp;quot;per-page&amp;quot;.» http://twitter.com/derickr/statuses/9947187143&lt;br /&gt;
&lt;br /&gt;
example.php:&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$var = array();&lt;br /&gt;
for ($i = 1; $i &amp;lt; 40; $i++) {&lt;br /&gt;
	$var[$i] = $i;&lt;br /&gt;
}&lt;br /&gt;
xdebug_break();&lt;br /&gt;
echo count($var);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
		</content>
		<summary type="text">If you expand an array only the first 32 values are displayed. Also there is no hint that there are more values inside the array. «The protocol allows the changing of this value and it has also ways of fetching more elements &amp;quot;per-page&amp;quot;.» http://twitter.com/derickr/statuses/9947187143&lt;br /&gt;
&lt;br /&gt;
example.php:&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$var = array();&lt;br /&gt;
for ($i = 1; $i &amp;lt; 40; $i++) {&lt;br /&gt;
	$var[$i] = $i;&lt;br /&gt;
}&lt;br /&gt;
xdebug_break();&lt;br /&gt;
echo count($var);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=198"/>
	</entry>
	<entry>
		<id>bug://report/195</id>
		<title>End debug session</title>
		<updated>2010-02-24T15:44:09Z</updated>
		<author>
			<name>Gunther Konig</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;195&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;End debug session&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Unconfirmed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Moderate&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;There's no way (is it?) to end a debugging session. This would be useful when you have a breakpoint in a long loop.&lt;/p&gt;
		</content>
		<summary type="text">There's no way (is it?) to end a debugging session. This would be useful when you have a breakpoint in a long loop.</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=195"/>
	</entry>
	<entry>
		<id>bug://report/197</id>
		<title>Start debugging menu option</title>
		<updated>2010-02-22T10:43:22Z</updated>
		<author>
			<name>Gunther Konig</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;197&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Start debugging menu option&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Unconfirmed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Enhancement&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;There's no menu option to start debugging, and thus one cannot assign a keyboard shortcut (through Mac's system preferences). It would be nice if a menu option with a keyboard shortcut was added for this.&lt;/p&gt;
		</content>
		<summary type="text">There's no menu option to start debugging, and thus one cannot assign a keyboard shortcut (through Mac's system preferences). It would be nice if a menu option with a keyboard shortcut was added for this.</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=197"/>
	</entry>
	<entry>
		<id>bug://report/196</id>
		<title>Reload file</title>
		<updated>2010-02-22T10:25:30Z</updated>
		<author>
			<name>Gunther Konig</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;196&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Reload file&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Unconfirmed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Enhancement&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;It would be nice to reload a file in the breakpoint window, to get the latest version.&lt;/p&gt;
		</content>
		<summary type="text">It would be nice to reload a file in the breakpoint window, to get the latest version.</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=196"/>
	</entry>
	<entry>
		<id>bug://report/182</id>
		<title>local variables uninitialized</title>
		<updated>2010-02-17T13:53:38Z</updated>
		<author>
			<name>hobodave</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;182&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;local variables uninitialized&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.0&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Closed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Moderate&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;Description:&lt;br /&gt;
&lt;br /&gt;
All local variables are shown as uninitialized inside any function/class scope. &lt;br /&gt;
&lt;br /&gt;
Code to reproduce:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
function foo() {&lt;br /&gt;
    $foo = 700;&lt;br /&gt;
    $bar = 18;&lt;br /&gt;
    return $foo * $bar;&lt;br /&gt;
}&lt;br /&gt;
$stuff = 10;&lt;br /&gt;
$baz = 400;&lt;br /&gt;
echo foo();&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run from command line using php foo.php.&lt;br /&gt;
&lt;br /&gt;
Expected:&lt;br /&gt;
&lt;br /&gt;
I would expect to see bar and foo set to 18 and 700 respectively in the Variable viewer section of MacGDBp&lt;br /&gt;
&lt;br /&gt;
Actual:&lt;br /&gt;
&lt;br /&gt;
bar and foo are shown as uninitialized (&lt;a href=&quot;http://localhostr.com/files/d1f354/Picture+3.png)&quot;&gt;http://localhostr.com/files/d1f354/Picture+3.png)&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Environment Information:&lt;br /&gt;
&lt;br /&gt;
PHP 5.3.0 (cli) (built: Jul 30 2009 21:01:44) &lt;br /&gt;
Copyright (c) 1997-2009 The PHP Group&lt;br /&gt;
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies&lt;br /&gt;
    with Xdebug v2.0.5, Copyright (c) 2002-2008, by Derick Rethans&lt;br /&gt;
&lt;br /&gt;
[PHP Modules]&lt;br /&gt;
apc&lt;br /&gt;
bcmath&lt;br /&gt;
bz2&lt;br /&gt;
calendar&lt;br /&gt;
Core&lt;br /&gt;
ctype&lt;br /&gt;
date&lt;br /&gt;
dba&lt;br /&gt;
dom&lt;br /&gt;
ereg&lt;br /&gt;
exif&lt;br /&gt;
fileinfo&lt;br /&gt;
filter&lt;br /&gt;
ftp&lt;br /&gt;
gd&lt;br /&gt;
gettext&lt;br /&gt;
gmp&lt;br /&gt;
hash&lt;br /&gt;
iconv&lt;br /&gt;
json&lt;br /&gt;
ldap&lt;br /&gt;
libxml&lt;br /&gt;
mbstring&lt;br /&gt;
mcrypt&lt;br /&gt;
mhash&lt;br /&gt;
mysql&lt;br /&gt;
mysqli&lt;br /&gt;
mysqlnd&lt;br /&gt;
odbc&lt;br /&gt;
openssl&lt;br /&gt;
pcre&lt;br /&gt;
PDO&lt;br /&gt;
pdo_mysql&lt;br /&gt;
pdo_sqlite&lt;br /&gt;
Phar&lt;br /&gt;
posix&lt;br /&gt;
Reflection&lt;br /&gt;
session&lt;br /&gt;
SimpleXML&lt;br /&gt;
soap&lt;br /&gt;
SPL&lt;br /&gt;
SQLite&lt;br /&gt;
sqlite3&lt;br /&gt;
standard&lt;br /&gt;
syck&lt;br /&gt;
tokenizer&lt;br /&gt;
wddx&lt;br /&gt;
xdebug&lt;br /&gt;
xml&lt;br /&gt;
xmlreader&lt;br /&gt;
xmlrpc&lt;br /&gt;
xmlwriter&lt;br /&gt;
zip&lt;br /&gt;
zlib&lt;br /&gt;
&lt;br /&gt;
[Zend Modules]&lt;br /&gt;
Xdebug&lt;br /&gt;
&lt;br /&gt;
[OS]&lt;br /&gt;
OS X 10.5.8&lt;br /&gt;
Darwin daves-macbookpro.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386&lt;br /&gt;
&lt;/p&gt;
		</content>
		<summary type="text">Description:&lt;br /&gt;
&lt;br /&gt;
All local variables are shown as uninitialized inside any function/class scope. &lt;br /&gt;
&lt;br /&gt;
Code to reproduce:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
function foo() {&lt;br /&gt;
    $foo = 700;&lt;br /&gt;
    $bar = 18;&lt;br /&gt;
    return $foo * $bar;&lt;br /&gt;
}&lt;br /&gt;
$stuff = 10;&lt;br /&gt;
$baz = 400;&lt;br /&gt;
echo foo();&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run from command line using php foo.php.&lt;br /&gt;
&lt;br /&gt;
Expected:&lt;br /&gt;
&lt;br /&gt;
I would expect to see bar and foo set to 18 and 700 respectively in the Variable viewer section of MacGDBp&lt;br /&gt;
&lt;br /&gt;
Actual:&lt;br /&gt;
&lt;br /&gt;
bar and foo are shown as uninitialized (&lt;a href=&quot;http://localhostr.com/files/d1f354/Picture+3.png)&quot;&gt;http://localhostr.com/files/d1f354/Picture+3.png)&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Environment Information:&lt;br /&gt;
&lt;br /&gt;
PHP 5.3.0 (cli) (built: Jul 30 2009 21:01:44) &lt;br /&gt;
Copyright (c) 1997-2009 The PHP Group&lt;br /&gt;
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies&lt;br /&gt;
    with Xdebug v2.0.5, Copyright (c) 2002-2008, by Derick Rethans&lt;br /&gt;
&lt;br /&gt;
[PHP Modules]&lt;br /&gt;
apc&lt;br /&gt;
bcmath&lt;br /&gt;
bz2&lt;br /&gt;
calendar&lt;br /&gt;
Core&lt;br /&gt;
ctype&lt;br /&gt;
date&lt;br /&gt;
dba&lt;br /&gt;
dom&lt;br /&gt;
ereg&lt;br /&gt;
exif&lt;br /&gt;
fileinfo&lt;br /&gt;
filter&lt;br /&gt;
ftp&lt;br /&gt;
gd&lt;br /&gt;
gettext&lt;br /&gt;
gmp&lt;br /&gt;
hash&lt;br /&gt;
iconv&lt;br /&gt;
json&lt;br /&gt;
ldap&lt;br /&gt;
libxml&lt;br /&gt;
mbstring&lt;br /&gt;
mcrypt&lt;br /&gt;
mhash&lt;br /&gt;
mysql&lt;br /&gt;
mysqli&lt;br /&gt;
mysqlnd&lt;br /&gt;
odbc&lt;br /&gt;
openssl&lt;br /&gt;
pcre&lt;br /&gt;
PDO&lt;br /&gt;
pdo_mysql&lt;br /&gt;
pdo_sqlite&lt;br /&gt;
Phar&lt;br /&gt;
posix&lt;br /&gt;
Reflection&lt;br /&gt;
session&lt;br /&gt;
SimpleXML&lt;br /&gt;
soap&lt;br /&gt;
SPL&lt;br /&gt;
SQLite&lt;br /&gt;
sqlite3&lt;br /&gt;
standard&lt;br /&gt;
syck&lt;br /&gt;
tokenizer&lt;br /&gt;
wddx&lt;br /&gt;
xdebug&lt;br /&gt;
xml&lt;br /&gt;
xmlreader&lt;br /&gt;
xmlrpc&lt;br /&gt;
xmlwriter&lt;br /&gt;
zip&lt;br /&gt;
zlib&lt;br /&gt;
&lt;br /&gt;
[Zend Modules]&lt;br /&gt;
Xdebug&lt;br /&gt;
&lt;br /&gt;
[OS]&lt;br /&gt;
OS X 10.5.8&lt;br /&gt;
Darwin daves-macbookpro.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386&lt;br /&gt;
</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=182"/>
	</entry>
	<entry>
		<id>bug://report/187</id>
		<title>Chinese characters</title>
		<updated>2010-02-17T13:51:03Z</updated>
		<author>
			<name>bakyo</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;187&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Chinese characters&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Unconfirmed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Trivial&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;Hi all&lt;br /&gt;
I'v found that if the php file contains any chinese character, then the GBDP source window does not display the php source code, and the variable inspector panel does not catch the value of the selected variable too, but the variable list window works well.  &lt;br /&gt;
Has anyone met this problem too?&lt;br /&gt;
If some body fix this problem out, Please let me know.&lt;br /&gt;
Thanks!&lt;/p&gt;
		</content>
		<summary type="text">Hi all&lt;br /&gt;
I'v found that if the php file contains any chinese character, then the GBDP source window does not display the php source code, and the variable inspector panel does not catch the value of the selected variable too, but the variable list window works well.  &lt;br /&gt;
Has anyone met this problem too?&lt;br /&gt;
If some body fix this problem out, Please let me know.&lt;br /&gt;
Thanks!</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=187"/>
	</entry>
	<entry>
		<id>bug://report/194</id>
		<title>Crashes on non-existent php function</title>
		<updated>2010-02-17T13:50:07Z</updated>
		<author>
			<name>alex</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;194&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Crashes on non-existent php function&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Closed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Moderate&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
Say you've got a function like this:&lt;br /&gt;
&lt;br /&gt;
function helloworld()&lt;br /&gt;
&lt;br /&gt;
and you accidentally type heloworld(); to call it, macgdbp crashes :) &lt;/p&gt;
		</content>
		<summary type="text">Hi,&lt;br /&gt;
&lt;br /&gt;
Say you've got a function like this:&lt;br /&gt;
&lt;br /&gt;
function helloworld()&lt;br /&gt;
&lt;br /&gt;
and you accidentally type heloworld(); to call it, macgdbp crashes :) </summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=194"/>
	</entry>
	<entry>
		<id>bug://report/153</id>
		<title>Configuration option to bind to specific interface</title>
		<updated>2010-02-17T06:25:15Z</updated>
		<author>
			<name>h1d</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;153&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Configuration option to bind to specific interface&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.2.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Closed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Moderate&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;Right now when I launch MacGDBp, it will bind to all interfaces available and this doesn't sound too good when I only run a localhost web server and let it connect to the local debugger letting anyone in the network know I run something on port 9000.&lt;br /&gt;
&lt;br /&gt;
It would be nice to have an option to let it bind to a specific interface specified by the configuration.&lt;/p&gt;
		</content>
		<summary type="text">Right now when I launch MacGDBp, it will bind to all interfaces available and this doesn't sound too good when I only run a localhost web server and let it connect to the local debugger letting anyone in the network know I run something on port 9000.&lt;br /&gt;
&lt;br /&gt;
It would be nice to have an option to let it bind to a specific interface specified by the configuration.</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=153"/>
	</entry>
	<entry>
		<id>bug://report/193</id>
		<title>Mac GDBp keeps crashing whenever the application is opened.</title>
		<updated>2010-02-17T06:11:16Z</updated>
		<author>
			<name>brekk</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;193&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Mac GDBp keeps crashing whenever the application is opened.&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Closed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Critical&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;I seem unable to figure out why this application keeps crashing.&lt;br /&gt;
&lt;br /&gt;
It was working less than 4 days ago, and then it stopped working (read: connecting to the server) yesterday, and now it simply crashes whenever I open the application.&lt;br /&gt;
&lt;br /&gt;
I'm not sure what I might have inadvertently changed — here's the Problem Report that gets auto generated each time this dies.&lt;br /&gt;
&lt;br /&gt;
-----------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
Process:         MacGDBp [2763]&lt;br /&gt;
Path:            /Applications/MacGDBp.app/Contents/MacOS/MacGDBp&lt;br /&gt;
Identifier:      org.bluestatic.macgdbp&lt;br /&gt;
Version:         1.3.1 (34)&lt;br /&gt;
Code Type:       X86 (Native)&lt;br /&gt;
Parent Process:  launchd [169]&lt;br /&gt;
&lt;br /&gt;
Date/Time:       2010-02-11 08:51:07.366 -0700&lt;br /&gt;
OS Version:      Mac OS X 10.6.2 (10C540)&lt;br /&gt;
Report Version:  6&lt;br /&gt;
&lt;br /&gt;
Interval Since Last Report:          393676 sec&lt;br /&gt;
Crashes Since Last Report:           34&lt;br /&gt;
Per-App Interval Since Last Report:  150190 sec&lt;br /&gt;
Per-App Crashes Since Last Report:   24&lt;br /&gt;
Anonymous UUID:                      E76DDBD8-F9E9-4046-A987-3CBD323BAA88&lt;br /&gt;
&lt;br /&gt;
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)&lt;br /&gt;
Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000bf7ffff0&lt;br /&gt;
Crashed Thread:  0  Dispatch queue: com.apple.main-thread&lt;br /&gt;
&lt;br /&gt;
Thread 0 Crashed:  Dispatch queue: com.apple.main-thread&lt;br /&gt;
0   libSystem.B.dylib             	0xffff0ef2 __memcpy + 1874&lt;br /&gt;
1   ???                           	0x0d6e6520 0 + 225338656&lt;br /&gt;
&lt;br /&gt;
Thread 1:  Dispatch queue: com.apple.libdispatch-manager&lt;br /&gt;
0   libSystem.B.dylib             	0x95ea70ea kevent + 10&lt;br /&gt;
1   libSystem.B.dylib             	0x95ea7804 _dispatch_mgr_invoke + 215&lt;br /&gt;
2   libSystem.B.dylib             	0x95ea6cc3 _dispatch_queue_invoke + 163&lt;br /&gt;
3   libSystem.B.dylib             	0x95ea6a68 _dispatch_worker_thread2 + 234&lt;br /&gt;
4   libSystem.B.dylib             	0x95ea64f1 _pthread_wqthread + 390&lt;br /&gt;
5   libSystem.B.dylib             	0x95ea6336 start_wqthread + 30&lt;br /&gt;
&lt;br /&gt;
Thread 2:&lt;br /&gt;
0   libSystem.B.dylib             	0x95ea6182 __workq_kernreturn + 10&lt;br /&gt;
1   libSystem.B.dylib             	0x95ea6718 _pthread_wqthread + 941&lt;br /&gt;
2   libSystem.B.dylib             	0x95ea6336 start_wqthread + 30&lt;br /&gt;
&lt;br /&gt;
Thread 0 crashed with X86 Thread State (32-bit):&lt;br /&gt;
  eax: 0xffff076e  ebx: 0xbfffde98  ecx: 0x00000038  edx: 0xff802140&lt;br /&gt;
  edi: 0xbfffded0  esi: 0xbfffe3d0  ebp: 0xbfffde38  esp: 0xbfffde30&lt;br /&gt;
   ss: 0x0000001f  efl: 0x00010282  eip: 0xffff0ef2   cs: 0x00000017&lt;br /&gt;
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037&lt;br /&gt;
  cr2: 0xbf7ffff0&lt;br /&gt;
&lt;br /&gt;
Binary Images:&lt;br /&gt;
    0x1000 -     0xbfe3 +org.bluestatic.macgdbp 1.3.1 (34) &amp;lt;F918DF0B-BA8A-19DB-EA86-114850482A28&amp;gt; /Applications/MacGDBp.app/Contents/MacOS/MacGDBp&lt;br /&gt;
   0x14000 -    0x27fff +org.andymatuschak.Sparkle 1.5 Beta (bzr) (340) &amp;lt;AB89E3B1-BF2F-AC65-A544-5DB6338A3ED1&amp;gt; /Applications/MacGDBp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle&lt;br /&gt;
   0x35000 -    0xeafe7  libcrypto.0.9.7.dylib ??? (???) &amp;lt;39CDB041-9DF5-01B1-4B33-03EC4CCA40B3&amp;gt; /usr/lib/libcrypto.0.9.7.dylib&lt;br /&gt;
0x13999000 - 0x1399bffa +Adobe Unit Types a2.0.0 (2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types&lt;br /&gt;
0x1399f000 - 0x139a2ff7 +net.culater.SIMBL.osax 0.9.7 (0.9.7) &amp;lt;ADABA540-531E-706F-D0E5-FD3EA152172E&amp;gt; /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL&lt;br /&gt;
0x139a8000 - 0x139afff7 +info.8-p.GreaseKit 1.7 (1.7) &amp;lt;EDCD06D8-7EEB-7330-5360-A5D34F7D4953&amp;gt; /Library/Application Support/SIMBL/Plugins/GreaseKit.bundle/Contents/MacOS/GreaseKit&lt;br /&gt;
0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) &amp;lt;211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB&amp;gt; /usr/lib/dyld&lt;br /&gt;
0x90003000 - 0x90054ff7  com.apple.HIServices 1.8.0 (???) &amp;lt;B8EC13DB-A81A-91BF-8C82-66E840C64C91&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices&lt;br /&gt;
0x901b0000 - 0x909934b7  com.apple.CoreGraphics 1.536.12 (???) &amp;lt;263EB5FC-DEAD-7C5B-C486-EC86C173F952&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics&lt;br /&gt;
0x90994000 - 0x90dc9ff7  libLAPACK.dylib ??? (???) &amp;lt;5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib&lt;br /&gt;
0x90dca000 - 0x90fdcfef  com.apple.RawCamera.bundle 2.2.2 (509) &amp;lt;E9DB0901-7FF3-881F-71AF-59984FCB3221&amp;gt; /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera&lt;br /&gt;
0x90fdd000 - 0x91020ff7  com.apple.NavigationServices 3.5.3 (181) &amp;lt;28CDD978-030E-7D4A-5334-874A8EBE6C29&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices&lt;br /&gt;
0x91162000 - 0x91162ff7  com.apple.Cocoa 6.6 (???) &amp;lt;EA27B428-5904-B00B-397A-185588698BCC&amp;gt; /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa&lt;br /&gt;
0x91199000 - 0x9119cffb  com.apple.help 1.3.1 (41) &amp;lt;67F1F424-3983-7A2A-EC21-867BE838E90B&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help&lt;br /&gt;
0x911e6000 - 0x91236fe7  libGLU.dylib ??? (???) &amp;lt;659ADCA2-10EC-59BD-1B0A-4928A965F1D1&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib&lt;br /&gt;
0x91357000 - 0x91406ff3  com.apple.ColorSync 4.6.2 (4.6.2) &amp;lt;F3F097AC-FDB7-3357-C64F-E28BECF4C15F&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync&lt;br /&gt;
0x91407000 - 0x91422ff7  libPng.dylib ??? (???) &amp;lt;3F8682CD-C05B-607D-96E7-767646C77DB8&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib&lt;br /&gt;
0x91423000 - 0x91469ff7  libauto.dylib ??? (???) &amp;lt;85670A64-3B67-8162-D441-D8E0BE15CA94&amp;gt; /usr/lib/libauto.dylib&lt;br /&gt;
0x9146a000 - 0x91482ff7  com.apple.CFOpenDirectory 10.6 (10.6) &amp;lt;1537FB4F-C112-5D12-1E5D-3B1002A4038F&amp;gt; /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory&lt;br /&gt;
0x91483000 - 0x91554fe3  ColorSyncDeprecated.dylib ??? (???) &amp;lt;1CEB1F35-EF10-A63D-AD9E-D7BD391D4719&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib&lt;br /&gt;
0x91555000 - 0x91555ff7  com.apple.ApplicationServices 38 (38) &amp;lt;8012B504-3D83-BFBB-DA65-065E061CFE03&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices&lt;br /&gt;
0x91627000 - 0x9166bfe7  com.apple.Metadata 10.6.2 (507.4) &amp;lt;DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata&lt;br /&gt;
0x9166c000 - 0x9171aff3  com.apple.ink.framework 1.3.1 (105) &amp;lt;CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink&lt;br /&gt;
0x9171b000 - 0x9175fff3  com.apple.coreui 2 (113) &amp;lt;D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6&amp;gt; /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI&lt;br /&gt;
0x91a92000 - 0x91a95ff7  libCGXType.A.dylib ??? (???) &amp;lt;483FCF1C-066B-D210-7355-ABC48CA9DB2F&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib&lt;br /&gt;
0x91a96000 - 0x91b2efe7  edu.mit.Kerberos 6.5.9 (6.5.9) &amp;lt;73EC847F-FF44-D542-2AD5-97F6C8D48F0B&amp;gt; /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos&lt;br /&gt;
0x91b31000 - 0x91c27ff7  libGLProgrammability.dylib ??? (???) &amp;lt;82D03736-D30C-C013-BBB1-20ED9687D47F&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib&lt;br /&gt;
0x91c28000 - 0x91d0cff7  com.apple.WebKit 6531.21 (6531.21.8) &amp;lt;E2506911-46B5-0CFE-0C49-77EA8F216E8C&amp;gt; /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit&lt;br /&gt;
0x91e32000 - 0x91e67ff7  libcups.2.dylib ??? (???) &amp;lt;AFDC4D3C-0FF4-D459-B26C-4BA1093F9142&amp;gt; /usr/lib/libcups.2.dylib&lt;br /&gt;
0x92e73000 - 0x92e8ffe3  com.apple.openscripting 1.3.1 (???) &amp;lt;DA16DE48-59F4-C94B-EBE3-7FAF772211A2&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting&lt;br /&gt;
0x92e90000 - 0x92e92ff7  libRadiance.dylib ??? (???) &amp;lt;462903E2-2E77-FAE5-4ED6-829AAB1980A4&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib&lt;br /&gt;
0x92e93000 - 0x92ed4ff7  libRIP.A.dylib ??? (???) &amp;lt;9F0ECE75-1F03-60E4-E29C-136A27C13F2E&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib&lt;br /&gt;
0x92ed5000 - 0x92f66fe7  com.apple.print.framework.PrintCore 6.1 (312.3) &amp;lt;6D4322AF-703C-CC19-77B4-53E6D3BB18D4&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore&lt;br /&gt;
0x92f67000 - 0x93003fe7  com.apple.ApplicationServices.ATS 4.1 (???) &amp;lt;EA26375D-8276-9671-645D-D28CAEC95292&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS&lt;br /&gt;
0x930f9000 - 0x9310aff7  com.apple.LangAnalysis 1.6.6 (1.6.6) &amp;lt;7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis&lt;br /&gt;
0x93143000 - 0x93144ff7  com.apple.TrustEvaluationAgent 1.1 (1) &amp;lt;6C04C4C5-667E-2EBE-EB96-5B67BD4B2185&amp;gt; /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent&lt;br /&gt;
0x93145000 - 0x93169ff7  libJPEG.dylib ??? (???) &amp;lt;649E1974-A527-AC0B-B3F4-B4DC30484070&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib&lt;br /&gt;
0x93242000 - 0x93244ff7  com.apple.securityhi 4.0 (36638) &amp;lt;962C66FB-5BE9-634E-0810-036CB340C059&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI&lt;br /&gt;
0x93286000 - 0x9328cff7  libCGXCoreImage.A.dylib ??? (???) &amp;lt;5233872A-EAC6-1D42-3959-6CE6C5DEB931&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib&lt;br /&gt;
0x9328d000 - 0x932fcff7  libvMisc.dylib ??? (???) &amp;lt;59243A8C-2B98-3E71-8032-884D4853E79F&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib&lt;br /&gt;
0x934e3000 - 0x93503fe7  libresolv.9.dylib ??? (???) &amp;lt;A48921CB-3FA7-3071-AF9C-2D86FB493A3A&amp;gt; /usr/lib/libresolv.9.dylib&lt;br /&gt;
0x93504000 - 0x9350eff7  libGL.dylib ??? (???) &amp;lt;76A207FE-889A-CF1B-AF9A-795EEE5A463E&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib&lt;br /&gt;
0x939be000 - 0x939beff7  com.apple.CoreServices 44 (44) &amp;lt;AC35D112-5FB9-9C8C-6189-5F5945072375&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices&lt;br /&gt;
0x93a00000 - 0x93a0afe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) &amp;lt;5F494955-7290-2D91-DA94-44B590191771&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound&lt;br /&gt;
0x93a0b000 - 0x93a8dffb  SecurityFoundation ??? (???) &amp;lt;29C27E0E-B2B3-BF6B-B1F8-5783B8B01535&amp;gt; /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation&lt;br /&gt;
0x93a8e000 - 0x93adbfeb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) &amp;lt;BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775&amp;gt; /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer&lt;br /&gt;
0x93b63000 - 0x93b71fe7  libz.1.dylib ??? (???) &amp;lt;7B7A02AB-DA99-6180-880E-D28E4F9AA8EB&amp;gt; /usr/lib/libz.1.dylib&lt;br /&gt;
0x93bc3000 - 0x93bd0ff7  com.apple.NetFS 3.2.1 (3.2.1) &amp;lt;5E61A00B-FA16-9D99-A064-47BDC5BC9A2B&amp;gt; /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS&lt;br /&gt;
0x93bd1000 - 0x93bf1fe7  com.apple.opencl 12 (12) &amp;lt;2DB56F60-577B-6724-5708-7B082F62CC0F&amp;gt; /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL&lt;br /&gt;
0x94125000 - 0x9412aff7  com.apple.OpenDirectory 10.6 (10.6) &amp;lt;92582807-E8F3-3DD9-EB42-4195CFB754A1&amp;gt; /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory&lt;br /&gt;
0x94149000 - 0x94149ff7  liblangid.dylib ??? (???) &amp;lt;B99607FC-5646-32C8-2C16-AFB5EA9097C2&amp;gt; /usr/lib/liblangid.dylib&lt;br /&gt;
0x9415a000 - 0x941c4fe7  libstdc++.6.dylib ??? (???) &amp;lt;411D87F4-B7E1-44EB-F201-F8B4F9227213&amp;gt; /usr/lib/libstdc++.6.dylib&lt;br /&gt;
0x94506000 - 0x94560ff7  com.apple.framework.IOKit 2.0 (???) &amp;lt;1BE07087-27D5-0E62-F06B-007C2BED4073&amp;gt; /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit&lt;br /&gt;
0x94574000 - 0x9459cff7  libxslt.1.dylib ??? (???) &amp;lt;769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF&amp;gt; /usr/lib/libxslt.1.dylib&lt;br /&gt;
0x9459d000 - 0x945adff7  libsasl2.2.dylib ??? (???) &amp;lt;C8744EA3-0AB7-CD03-E639-C4F2B910BE5D&amp;gt; /usr/lib/libsasl2.2.dylib&lt;br /&gt;
0x946b1000 - 0x946eeff7  com.apple.SystemConfiguration 1.10.1 (1.10.1) &amp;lt;BA676C76-6AAD-F630-626D-B9248535294D&amp;gt; /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration&lt;br /&gt;
0x946ef000 - 0x947b9fef  com.apple.CoreServices.OSServices 352 (352) &amp;lt;D9F21CA4-EED0-705F-8F3C-F1322D114B52&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices&lt;br /&gt;
0x947cd000 - 0x9482dfe7  com.apple.CoreText 3.1.0 (???) &amp;lt;79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText&lt;br /&gt;
0x9482e000 - 0x948e1fff  libFontParser.dylib ??? (???) &amp;lt;FAD5E96D-CF93-CC86-6B30-A6594B930772&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib&lt;br /&gt;
0x948e2000 - 0x948e3ff7  com.apple.audio.units.AudioUnit 1.6.2 (1.6.2) &amp;lt;845D5E0D-870D-B7E8-AAC5-8364AC341AA1&amp;gt; /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit&lt;br /&gt;
0x948e4000 - 0x94b46fe7  com.apple.security 6.1.1 (37594) &amp;lt;9AA7D9BF-852F-111F-68AD-65DD760D4DF3&amp;gt; /System/Library/Frameworks/Security.framework/Versions/A/Security&lt;br /&gt;
0x94fb3000 - 0x94fd9fff  com.apple.DictionaryServices 1.1.1 (1.1.1) &amp;lt;02709230-9B37-C743-6E27-3FCFD18211F8&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices&lt;br /&gt;
0x94ffe000 - 0x951bafef  com.apple.ImageIO.framework 3.0.1 (3.0.1) &amp;lt;598CF4F9-7542-E1A7-26D2-584933497A2E&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO&lt;br /&gt;
0x951bb000 - 0x951bbff7  com.apple.vecLib 3.5 (vecLib 3.5) &amp;lt;17BEEF92-DF30-CD52-FD65-0B7B43B93617&amp;gt; /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib&lt;br /&gt;
0x951bc000 - 0x95299ff7  com.apple.vImage 4.0 (4.0) &amp;lt;64597E4B-F144-DBB3-F428-0EC3D9A1219E&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage&lt;br /&gt;
0x952d6000 - 0x952d9fe7  libmathCommon.A.dylib ??? (???) &amp;lt;1622A54F-1A98-2CBE-B6A4-2122981A500E&amp;gt; /usr/lib/system/libmathCommon.A.dylib&lt;br /&gt;
0x952da000 - 0x95bb8ff7  com.apple.AppKit 6.6.3 (1038.25) &amp;lt;72A9AA47-8DCB-DB07-64F5-F837E98C62D8&amp;gt; /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit&lt;br /&gt;
0x95bb9000 - 0x95bdbfef  com.apple.DirectoryService.Framework 3.6 (621.1) &amp;lt;3ED4949F-9604-C109-6586-5CE5F421182B&amp;gt; /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService&lt;br /&gt;
0x95bdc000 - 0x95be2fff  com.apple.CommonPanels 1.2.4 (91) &amp;lt;2438AF5D-067B-B9FD-1248-2C9987F360BA&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels&lt;br /&gt;
0x95c1a000 - 0x95d1bfe7  libxml2.2.dylib ??? (???) &amp;lt;B4C5CD68-405D-0F1B-59CA-5193D463D0EF&amp;gt; /usr/lib/libxml2.2.dylib&lt;br /&gt;
0x95d73000 - 0x95e10fe3  com.apple.LaunchServices 362 (362) &amp;lt;8BE1C1A1-BF71-CE07-F3FB-6057D47AF461&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices&lt;br /&gt;
0x95e80000 - 0x96024feb  libSystem.B.dylib ??? (???) &amp;lt;D45B91B2-2B4C-AAC0-8096-1FC48B7E9672&amp;gt; /usr/lib/libSystem.B.dylib&lt;br /&gt;
0x96025000 - 0x9603afff  com.apple.ImageCapture 6.0 (6.0) &amp;lt;3F31833A-38A9-444E-02B7-17619CA6F2A0&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture&lt;br /&gt;
0x9603b000 - 0x96115ff3  com.apple.DesktopServices 1.5.3 (1.5.3) &amp;lt;DA02AC94-7B0C-BD75-2305-C46A307A5FB0&amp;gt; /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv&lt;br /&gt;
0x96258000 - 0x96262ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) &amp;lt;EC0E69C8-A121-70E8-43CF-E6FC4C7779EC&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition&lt;br /&gt;
0x96283000 - 0x96283ff7  com.apple.Carbon 150 (152) &amp;lt;608A04AB-F35D-D2EB-6629-16B88FB32074&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon&lt;br /&gt;
0x96284000 - 0x96284ff7  com.apple.Accelerate 1.5 (Accelerate 1.5) &amp;lt;F642E7A0-3720-FA19-0190-E6DBD9EF2D9B&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate&lt;br /&gt;
0x962b0000 - 0x96617ff7  com.apple.QuartzCore 1.6.1 (227.8) &amp;lt;8B90AB08-46A4-1C5C-4E71-C6AB652477B9&amp;gt; /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore&lt;br /&gt;
0x96704000 - 0x9670fff7  libCSync.A.dylib ??? (???) &amp;lt;9292E6E3-70C1-1DD7-4213-1044F0FA8381&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib&lt;br /&gt;
0x96752000 - 0x967f9fe7  com.apple.CFNetwork 454.5 (454.5) &amp;lt;A7E78E62-0C59-CE57-73D2-C4E60527781C&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork&lt;br /&gt;
0x967fa000 - 0x9697cfe7  libicucore.A.dylib ??? (???) &amp;lt;2B0182F3-F459-B452-CC34-46FE73ADE348&amp;gt; /usr/lib/libicucore.A.dylib&lt;br /&gt;
0x9697d000 - 0x9697dff7  com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) &amp;lt;3E039E14-2A15-56CC-0074-EE59F9FBB913&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib&lt;br /&gt;
0x9697e000 - 0x96981ff7  libCoreVMClient.dylib ??? (???) &amp;lt;A89D7A78-8FB0-2BDF-30DB-A35E04A6186B&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib&lt;br /&gt;
0x96982000 - 0x96bf2ffb  com.apple.Foundation 6.6.1 (751.14) &amp;lt;CD815A50-BB33-5AA1-DD73-A5B07D394DDA&amp;gt; /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation&lt;br /&gt;
0x96bf3000 - 0x96c6dfef  com.apple.audio.CoreAudio 3.2.2 (3.2.2) &amp;lt;1F97B48A-327B-89CC-7C01-3865179716E0&amp;gt; /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio&lt;br /&gt;
0x96c6e000 - 0x96c80ff7  com.apple.MultitouchSupport.framework 204.9 (204.9) &amp;lt;B639F02B-33CC-150C-AE8C-1007EA7648F9&amp;gt; /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport&lt;br /&gt;
0x96db7000 - 0x970dafef  com.apple.HIToolbox 1.6.2 (???) &amp;lt;E02640B9-7BC3-A4B4-6202-9E4127DDFDD6&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox&lt;br /&gt;
0x97134000 - 0x97140ff7  libkxld.dylib ??? (???) &amp;lt;3D2C5BA3-6A8D-C861-B346-0E19942D9AF1&amp;gt; /usr/lib/system/libkxld.dylib&lt;br /&gt;
0x97141000 - 0x97557ff7  libBLAS.dylib ??? (???) &amp;lt;C4FB303A-DB4D-F9E8-181C-129585E59603&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib&lt;br /&gt;
0x97558000 - 0x97d82fe7  com.apple.WebCore 6531.21 (6531.21.8) &amp;lt;A1527339-942C-164F-03CB-0949EEA144C4&amp;gt; /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore&lt;br /&gt;
0x97df2000 - 0x97e06ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) &amp;lt;57DD5458-4F24-DA7D-0927-C3321A65D743&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis&lt;br /&gt;
0x97eb0000 - 0x97ee1ff3  libTrueTypeScaler.dylib ??? (???) &amp;lt;6C8916A2-8F85-98E0-AAD5-0020C39C0FC9&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib&lt;br /&gt;
0x97ee2000 - 0x97eebff7  com.apple.DiskArbitration 2.3 (2.3) &amp;lt;E9C40767-DA6A-6CCB-8B00-2D5706753000&amp;gt; /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration&lt;br /&gt;
0x98138000 - 0x981e0ffb  com.apple.QD 3.33 (???) &amp;lt;196CDBA6-5B87-2767-DD57-082D71B0A5C7&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD&lt;br /&gt;
0x981e8000 - 0x98316fe7  com.apple.CoreData 102.1 (250) &amp;lt;F33FF4A1-D7F9-4F6D-3153-E5F2588479EB&amp;gt; /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData&lt;br /&gt;
0x98317000 - 0x984b4fef  com.apple.JavaScriptCore 6531.21 (6531.21.9) &amp;lt;FF236E3F-A016-2AEB-3E62-7108E76EF825&amp;gt; /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore&lt;br /&gt;
0x985cc000 - 0x9864cfeb  com.apple.SearchKit 1.3.0 (1.3.0) &amp;lt;9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit&lt;br /&gt;
0x9864d000 - 0x9865aff7  com.apple.opengl 1.6.5 (1.6.5) &amp;lt;0AE8B897-8A80-2C14-D6FC-DC21AC423234&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL&lt;br /&gt;
0x98693000 - 0x986a7fe7  libbsm.0.dylib ??? (???) &amp;lt;14CB053A-7C47-96DA-E415-0906BA1B78C9&amp;gt; /usr/lib/libbsm.0.dylib&lt;br /&gt;
0x986ef000 - 0x9881bfeb  com.apple.audio.toolbox.AudioToolbox 1.6.2 (1.6.2) &amp;lt;9AAFDCBE-C68C-3BB3-8089-83CD2C0B4ED7&amp;gt; /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox&lt;br /&gt;
0x9881c000 - 0x9885efe7  libvDSP.dylib ??? (???) &amp;lt;8F8FFFB3-81E3-2969-5688-D5B0979182E6&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib&lt;br /&gt;
0x98881000 - 0x98985fe7  libcrypto.0.9.8.dylib ??? (???) &amp;lt;2E58547A-91CC-4C1A-9FCC-DA7515FDB68A&amp;gt; /usr/lib/libcrypto.0.9.8.dylib&lt;br /&gt;
0x98986000 - 0x98afdfef  com.apple.CoreFoundation 6.6.1 (550.13) &amp;lt;AE9FC6F7-F0B2-DE58-759E-7DB89C021A46&amp;gt; /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation&lt;br /&gt;
0x98afe000 - 0x98b02ff7  libGFXShared.dylib ??? (???) &amp;lt;79F4F60E-0A6D-CE9C-282E-FA85825449E3&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib&lt;br /&gt;
0x98b03000 - 0x98b07ff7  libGIF.dylib ??? (???) &amp;lt;83FB0DCC-355F-A930-E570-0BD95086CC59&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib&lt;br /&gt;
0x98b10000 - 0x98b17fff  com.apple.print.framework.Print 6.0 (237) &amp;lt;7A06B15C-B835-096E-7D96-C2FE8F0D21E1&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print&lt;br /&gt;
0x98b18000 - 0x98bd1fe7  libsqlite3.dylib ??? (???) &amp;lt;16CEF8E8-8C9A-94CD-EF5D-05477844C005&amp;gt; /usr/lib/libsqlite3.dylib&lt;br /&gt;
0x98c52000 - 0x98c70ff7  com.apple.CoreVideo 1.6.0 (43.1) &amp;lt;1FB01BE0-B013-AE86-A063-481BB547D2F5&amp;gt; /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo&lt;br /&gt;
0x98c71000 - 0x98ca4ff7  com.apple.AE 496.1 (496.1) &amp;lt;1AC75AE2-AF94-2458-0B94-C3BB0115BA4B&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE&lt;br /&gt;
0x98ca5000 - 0x98ca9ff7  IOSurface ??? (???) &amp;lt;C11D3FF3-EB51-A07D-EF24-9C2004115724&amp;gt; /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface&lt;br /&gt;
0x98caa000 - 0x98cf3fe7  libTIFF.dylib ??? (???) &amp;lt;5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib&lt;br /&gt;
0x98cf4000 - 0x98d29ff7  libGLImage.dylib ??? (???) &amp;lt;A6007BF7-BF3C-96DC-C435-849C6B88C58A&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib&lt;br /&gt;
0x98d2a000 - 0x98d8effb  com.apple.htmlrendering 72 (1.1.4) &amp;lt;4D451A35-FAB6-1288-71F6-F24A4B6E2371&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering&lt;br /&gt;
0x98d8f000 - 0x990aefe7  com.apple.CoreServices.CarbonCore 861.2 (861.2) &amp;lt;A9077470-3786-09F2-E0C7-F082B7F97838&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore&lt;br /&gt;
0x990e0000 - 0x99130ff7  com.apple.framework.familycontrols 2.0 (2.0) &amp;lt;E6CAB425-3E40-65A3-0C23-150C26E9CBBF&amp;gt; /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls&lt;br /&gt;
0x99158000 - 0x99192ffb  libFontRegistry.dylib ??? (???) &amp;lt;72342297-E8D6-B071-A752-014134129282&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib&lt;br /&gt;
0x9929c000 - 0x99349fe7  libobjc.A.dylib ??? (???) &amp;lt;DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1&amp;gt; /usr/lib/libobjc.A.dylib&lt;br /&gt;
0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) &amp;lt;D45B91B2-2B4C-AAC0-8096-1FC48B7E9672&amp;gt; /usr/lib/libSystem.B.dylib&lt;br /&gt;
&lt;br /&gt;
Model: iMac7,1, BootROM IM71.007A.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.20f4&lt;br /&gt;
Graphics: ATI Radeon HD 2600 Pro, ATI,RadeonHD2600, PCIe, 256 MB&lt;br /&gt;
Memory Module: global_name&lt;br /&gt;
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.26)&lt;br /&gt;
Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports&lt;br /&gt;
Network Service: AirPort, AirPort, en1&lt;br /&gt;
Serial ATA Device: WDC WD3200AAJS-40VWA1, 298.09 GB&lt;br /&gt;
Parallel ATA Device: MATSHITADVD-R   UJ-875&lt;br /&gt;
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000&lt;br /&gt;
USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd100000&lt;br /&gt;
USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0xfd130000&lt;br /&gt;
USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd120000&lt;br /&gt;
USB Device: Hub, 0x050d  (Belkin Corporation), 0x0415, 0xfa400000&lt;br /&gt;
USB Device: External HDD, 0x1058  (Western Digital Technologies, Inc.), 0x1001, 0xfa430000&lt;br /&gt;
USB Device: External HDD, 0x1058  (Western Digital Technologies, Inc.), 0x1003, 0xfa420000&lt;br /&gt;
USB Device: OneTouch, 0x0d49, 0x7310, 0xfa410000&lt;br /&gt;
USB Device: Hub, 0x0424  (SMSC), 0x2504, 0xfa200000&lt;br /&gt;
USB Device: SAMSUNG Mobile USB Modem, 0x04e8  (Samsung Electronics Co., Ltd.), 0x663e, 0xfa210000&lt;br /&gt;
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x1a100000&lt;br /&gt;
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
Additionally, here are the settings I'm using for xdebug in php's ini file.&lt;br /&gt;
&lt;br /&gt;
zend_extension=&amp;quot;/Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20060613/xdebug.so&amp;quot;&lt;br /&gt;
xdebug.remote_autostart=on&lt;br /&gt;
xdebug.remote_enable=on&lt;br /&gt;
xdebug.remote_handler=dbgp&lt;br /&gt;
xdebug.remote_mode=req&lt;br /&gt;
xdebug.remote_host=localhost&lt;br /&gt;
xdebug.remote_port=9000&lt;br /&gt;
&lt;/p&gt;
		</content>
		<summary type="text">I seem unable to figure out why this application keeps crashing.&lt;br /&gt;
&lt;br /&gt;
It was working less than 4 days ago, and then it stopped working (read: connecting to the server) yesterday, and now it simply crashes whenever I open the application.&lt;br /&gt;
&lt;br /&gt;
I'm not sure what I might have inadvertently changed — here's the Problem Report that gets auto generated each time this dies.&lt;br /&gt;
&lt;br /&gt;
-----------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
Process:         MacGDBp [2763]&lt;br /&gt;
Path:            /Applications/MacGDBp.app/Contents/MacOS/MacGDBp&lt;br /&gt;
Identifier:      org.bluestatic.macgdbp&lt;br /&gt;
Version:         1.3.1 (34)&lt;br /&gt;
Code Type:       X86 (Native)&lt;br /&gt;
Parent Process:  launchd [169]&lt;br /&gt;
&lt;br /&gt;
Date/Time:       2010-02-11 08:51:07.366 -0700&lt;br /&gt;
OS Version:      Mac OS X 10.6.2 (10C540)&lt;br /&gt;
Report Version:  6&lt;br /&gt;
&lt;br /&gt;
Interval Since Last Report:          393676 sec&lt;br /&gt;
Crashes Since Last Report:           34&lt;br /&gt;
Per-App Interval Since Last Report:  150190 sec&lt;br /&gt;
Per-App Crashes Since Last Report:   24&lt;br /&gt;
Anonymous UUID:                      E76DDBD8-F9E9-4046-A987-3CBD323BAA88&lt;br /&gt;
&lt;br /&gt;
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)&lt;br /&gt;
Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000bf7ffff0&lt;br /&gt;
Crashed Thread:  0  Dispatch queue: com.apple.main-thread&lt;br /&gt;
&lt;br /&gt;
Thread 0 Crashed:  Dispatch queue: com.apple.main-thread&lt;br /&gt;
0   libSystem.B.dylib             	0xffff0ef2 __memcpy + 1874&lt;br /&gt;
1   ???                           	0x0d6e6520 0 + 225338656&lt;br /&gt;
&lt;br /&gt;
Thread 1:  Dispatch queue: com.apple.libdispatch-manager&lt;br /&gt;
0   libSystem.B.dylib             	0x95ea70ea kevent + 10&lt;br /&gt;
1   libSystem.B.dylib             	0x95ea7804 _dispatch_mgr_invoke + 215&lt;br /&gt;
2   libSystem.B.dylib             	0x95ea6cc3 _dispatch_queue_invoke + 163&lt;br /&gt;
3   libSystem.B.dylib             	0x95ea6a68 _dispatch_worker_thread2 + 234&lt;br /&gt;
4   libSystem.B.dylib             	0x95ea64f1 _pthread_wqthread + 390&lt;br /&gt;
5   libSystem.B.dylib             	0x95ea6336 start_wqthread + 30&lt;br /&gt;
&lt;br /&gt;
Thread 2:&lt;br /&gt;
0   libSystem.B.dylib             	0x95ea6182 __workq_kernreturn + 10&lt;br /&gt;
1   libSystem.B.dylib             	0x95ea6718 _pthread_wqthread + 941&lt;br /&gt;
2   libSystem.B.dylib             	0x95ea6336 start_wqthread + 30&lt;br /&gt;
&lt;br /&gt;
Thread 0 crashed with X86 Thread State (32-bit):&lt;br /&gt;
  eax: 0xffff076e  ebx: 0xbfffde98  ecx: 0x00000038  edx: 0xff802140&lt;br /&gt;
  edi: 0xbfffded0  esi: 0xbfffe3d0  ebp: 0xbfffde38  esp: 0xbfffde30&lt;br /&gt;
   ss: 0x0000001f  efl: 0x00010282  eip: 0xffff0ef2   cs: 0x00000017&lt;br /&gt;
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037&lt;br /&gt;
  cr2: 0xbf7ffff0&lt;br /&gt;
&lt;br /&gt;
Binary Images:&lt;br /&gt;
    0x1000 -     0xbfe3 +org.bluestatic.macgdbp 1.3.1 (34) &amp;lt;F918DF0B-BA8A-19DB-EA86-114850482A28&amp;gt; /Applications/MacGDBp.app/Contents/MacOS/MacGDBp&lt;br /&gt;
   0x14000 -    0x27fff +org.andymatuschak.Sparkle 1.5 Beta (bzr) (340) &amp;lt;AB89E3B1-BF2F-AC65-A544-5DB6338A3ED1&amp;gt; /Applications/MacGDBp.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle&lt;br /&gt;
   0x35000 -    0xeafe7  libcrypto.0.9.7.dylib ??? (???) &amp;lt;39CDB041-9DF5-01B1-4B33-03EC4CCA40B3&amp;gt; /usr/lib/libcrypto.0.9.7.dylib&lt;br /&gt;
0x13999000 - 0x1399bffa +Adobe Unit Types a2.0.0 (2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types&lt;br /&gt;
0x1399f000 - 0x139a2ff7 +net.culater.SIMBL.osax 0.9.7 (0.9.7) &amp;lt;ADABA540-531E-706F-D0E5-FD3EA152172E&amp;gt; /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL&lt;br /&gt;
0x139a8000 - 0x139afff7 +info.8-p.GreaseKit 1.7 (1.7) &amp;lt;EDCD06D8-7EEB-7330-5360-A5D34F7D4953&amp;gt; /Library/Application Support/SIMBL/Plugins/GreaseKit.bundle/Contents/MacOS/GreaseKit&lt;br /&gt;
0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) &amp;lt;211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB&amp;gt; /usr/lib/dyld&lt;br /&gt;
0x90003000 - 0x90054ff7  com.apple.HIServices 1.8.0 (???) &amp;lt;B8EC13DB-A81A-91BF-8C82-66E840C64C91&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices&lt;br /&gt;
0x901b0000 - 0x909934b7  com.apple.CoreGraphics 1.536.12 (???) &amp;lt;263EB5FC-DEAD-7C5B-C486-EC86C173F952&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics&lt;br /&gt;
0x90994000 - 0x90dc9ff7  libLAPACK.dylib ??? (???) &amp;lt;5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib&lt;br /&gt;
0x90dca000 - 0x90fdcfef  com.apple.RawCamera.bundle 2.2.2 (509) &amp;lt;E9DB0901-7FF3-881F-71AF-59984FCB3221&amp;gt; /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera&lt;br /&gt;
0x90fdd000 - 0x91020ff7  com.apple.NavigationServices 3.5.3 (181) &amp;lt;28CDD978-030E-7D4A-5334-874A8EBE6C29&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices&lt;br /&gt;
0x91162000 - 0x91162ff7  com.apple.Cocoa 6.6 (???) &amp;lt;EA27B428-5904-B00B-397A-185588698BCC&amp;gt; /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa&lt;br /&gt;
0x91199000 - 0x9119cffb  com.apple.help 1.3.1 (41) &amp;lt;67F1F424-3983-7A2A-EC21-867BE838E90B&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help&lt;br /&gt;
0x911e6000 - 0x91236fe7  libGLU.dylib ??? (???) &amp;lt;659ADCA2-10EC-59BD-1B0A-4928A965F1D1&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib&lt;br /&gt;
0x91357000 - 0x91406ff3  com.apple.ColorSync 4.6.2 (4.6.2) &amp;lt;F3F097AC-FDB7-3357-C64F-E28BECF4C15F&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync&lt;br /&gt;
0x91407000 - 0x91422ff7  libPng.dylib ??? (???) &amp;lt;3F8682CD-C05B-607D-96E7-767646C77DB8&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib&lt;br /&gt;
0x91423000 - 0x91469ff7  libauto.dylib ??? (???) &amp;lt;85670A64-3B67-8162-D441-D8E0BE15CA94&amp;gt; /usr/lib/libauto.dylib&lt;br /&gt;
0x9146a000 - 0x91482ff7  com.apple.CFOpenDirectory 10.6 (10.6) &amp;lt;1537FB4F-C112-5D12-1E5D-3B1002A4038F&amp;gt; /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory&lt;br /&gt;
0x91483000 - 0x91554fe3  ColorSyncDeprecated.dylib ??? (???) &amp;lt;1CEB1F35-EF10-A63D-AD9E-D7BD391D4719&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib&lt;br /&gt;
0x91555000 - 0x91555ff7  com.apple.ApplicationServices 38 (38) &amp;lt;8012B504-3D83-BFBB-DA65-065E061CFE03&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices&lt;br /&gt;
0x91627000 - 0x9166bfe7  com.apple.Metadata 10.6.2 (507.4) &amp;lt;DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata&lt;br /&gt;
0x9166c000 - 0x9171aff3  com.apple.ink.framework 1.3.1 (105) &amp;lt;CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink&lt;br /&gt;
0x9171b000 - 0x9175fff3  com.apple.coreui 2 (113) &amp;lt;D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6&amp;gt; /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI&lt;br /&gt;
0x91a92000 - 0x91a95ff7  libCGXType.A.dylib ??? (???) &amp;lt;483FCF1C-066B-D210-7355-ABC48CA9DB2F&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib&lt;br /&gt;
0x91a96000 - 0x91b2efe7  edu.mit.Kerberos 6.5.9 (6.5.9) &amp;lt;73EC847F-FF44-D542-2AD5-97F6C8D48F0B&amp;gt; /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos&lt;br /&gt;
0x91b31000 - 0x91c27ff7  libGLProgrammability.dylib ??? (???) &amp;lt;82D03736-D30C-C013-BBB1-20ED9687D47F&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib&lt;br /&gt;
0x91c28000 - 0x91d0cff7  com.apple.WebKit 6531.21 (6531.21.8) &amp;lt;E2506911-46B5-0CFE-0C49-77EA8F216E8C&amp;gt; /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit&lt;br /&gt;
0x91e32000 - 0x91e67ff7  libcups.2.dylib ??? (???) &amp;lt;AFDC4D3C-0FF4-D459-B26C-4BA1093F9142&amp;gt; /usr/lib/libcups.2.dylib&lt;br /&gt;
0x92e73000 - 0x92e8ffe3  com.apple.openscripting 1.3.1 (???) &amp;lt;DA16DE48-59F4-C94B-EBE3-7FAF772211A2&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting&lt;br /&gt;
0x92e90000 - 0x92e92ff7  libRadiance.dylib ??? (???) &amp;lt;462903E2-2E77-FAE5-4ED6-829AAB1980A4&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib&lt;br /&gt;
0x92e93000 - 0x92ed4ff7  libRIP.A.dylib ??? (???) &amp;lt;9F0ECE75-1F03-60E4-E29C-136A27C13F2E&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib&lt;br /&gt;
0x92ed5000 - 0x92f66fe7  com.apple.print.framework.PrintCore 6.1 (312.3) &amp;lt;6D4322AF-703C-CC19-77B4-53E6D3BB18D4&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore&lt;br /&gt;
0x92f67000 - 0x93003fe7  com.apple.ApplicationServices.ATS 4.1 (???) &amp;lt;EA26375D-8276-9671-645D-D28CAEC95292&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS&lt;br /&gt;
0x930f9000 - 0x9310aff7  com.apple.LangAnalysis 1.6.6 (1.6.6) &amp;lt;7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis&lt;br /&gt;
0x93143000 - 0x93144ff7  com.apple.TrustEvaluationAgent 1.1 (1) &amp;lt;6C04C4C5-667E-2EBE-EB96-5B67BD4B2185&amp;gt; /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent&lt;br /&gt;
0x93145000 - 0x93169ff7  libJPEG.dylib ??? (???) &amp;lt;649E1974-A527-AC0B-B3F4-B4DC30484070&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib&lt;br /&gt;
0x93242000 - 0x93244ff7  com.apple.securityhi 4.0 (36638) &amp;lt;962C66FB-5BE9-634E-0810-036CB340C059&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI&lt;br /&gt;
0x93286000 - 0x9328cff7  libCGXCoreImage.A.dylib ??? (???) &amp;lt;5233872A-EAC6-1D42-3959-6CE6C5DEB931&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib&lt;br /&gt;
0x9328d000 - 0x932fcff7  libvMisc.dylib ??? (???) &amp;lt;59243A8C-2B98-3E71-8032-884D4853E79F&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib&lt;br /&gt;
0x934e3000 - 0x93503fe7  libresolv.9.dylib ??? (???) &amp;lt;A48921CB-3FA7-3071-AF9C-2D86FB493A3A&amp;gt; /usr/lib/libresolv.9.dylib&lt;br /&gt;
0x93504000 - 0x9350eff7  libGL.dylib ??? (???) &amp;lt;76A207FE-889A-CF1B-AF9A-795EEE5A463E&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib&lt;br /&gt;
0x939be000 - 0x939beff7  com.apple.CoreServices 44 (44) &amp;lt;AC35D112-5FB9-9C8C-6189-5F5945072375&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices&lt;br /&gt;
0x93a00000 - 0x93a0afe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) &amp;lt;5F494955-7290-2D91-DA94-44B590191771&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound&lt;br /&gt;
0x93a0b000 - 0x93a8dffb  SecurityFoundation ??? (???) &amp;lt;29C27E0E-B2B3-BF6B-B1F8-5783B8B01535&amp;gt; /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation&lt;br /&gt;
0x93a8e000 - 0x93adbfeb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) &amp;lt;BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775&amp;gt; /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer&lt;br /&gt;
0x93b63000 - 0x93b71fe7  libz.1.dylib ??? (???) &amp;lt;7B7A02AB-DA99-6180-880E-D28E4F9AA8EB&amp;gt; /usr/lib/libz.1.dylib&lt;br /&gt;
0x93bc3000 - 0x93bd0ff7  com.apple.NetFS 3.2.1 (3.2.1) &amp;lt;5E61A00B-FA16-9D99-A064-47BDC5BC9A2B&amp;gt; /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS&lt;br /&gt;
0x93bd1000 - 0x93bf1fe7  com.apple.opencl 12 (12) &amp;lt;2DB56F60-577B-6724-5708-7B082F62CC0F&amp;gt; /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL&lt;br /&gt;
0x94125000 - 0x9412aff7  com.apple.OpenDirectory 10.6 (10.6) &amp;lt;92582807-E8F3-3DD9-EB42-4195CFB754A1&amp;gt; /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory&lt;br /&gt;
0x94149000 - 0x94149ff7  liblangid.dylib ??? (???) &amp;lt;B99607FC-5646-32C8-2C16-AFB5EA9097C2&amp;gt; /usr/lib/liblangid.dylib&lt;br /&gt;
0x9415a000 - 0x941c4fe7  libstdc++.6.dylib ??? (???) &amp;lt;411D87F4-B7E1-44EB-F201-F8B4F9227213&amp;gt; /usr/lib/libstdc++.6.dylib&lt;br /&gt;
0x94506000 - 0x94560ff7  com.apple.framework.IOKit 2.0 (???) &amp;lt;1BE07087-27D5-0E62-F06B-007C2BED4073&amp;gt; /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit&lt;br /&gt;
0x94574000 - 0x9459cff7  libxslt.1.dylib ??? (???) &amp;lt;769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF&amp;gt; /usr/lib/libxslt.1.dylib&lt;br /&gt;
0x9459d000 - 0x945adff7  libsasl2.2.dylib ??? (???) &amp;lt;C8744EA3-0AB7-CD03-E639-C4F2B910BE5D&amp;gt; /usr/lib/libsasl2.2.dylib&lt;br /&gt;
0x946b1000 - 0x946eeff7  com.apple.SystemConfiguration 1.10.1 (1.10.1) &amp;lt;BA676C76-6AAD-F630-626D-B9248535294D&amp;gt; /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration&lt;br /&gt;
0x946ef000 - 0x947b9fef  com.apple.CoreServices.OSServices 352 (352) &amp;lt;D9F21CA4-EED0-705F-8F3C-F1322D114B52&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices&lt;br /&gt;
0x947cd000 - 0x9482dfe7  com.apple.CoreText 3.1.0 (???) &amp;lt;79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText&lt;br /&gt;
0x9482e000 - 0x948e1fff  libFontParser.dylib ??? (???) &amp;lt;FAD5E96D-CF93-CC86-6B30-A6594B930772&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib&lt;br /&gt;
0x948e2000 - 0x948e3ff7  com.apple.audio.units.AudioUnit 1.6.2 (1.6.2) &amp;lt;845D5E0D-870D-B7E8-AAC5-8364AC341AA1&amp;gt; /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit&lt;br /&gt;
0x948e4000 - 0x94b46fe7  com.apple.security 6.1.1 (37594) &amp;lt;9AA7D9BF-852F-111F-68AD-65DD760D4DF3&amp;gt; /System/Library/Frameworks/Security.framework/Versions/A/Security&lt;br /&gt;
0x94fb3000 - 0x94fd9fff  com.apple.DictionaryServices 1.1.1 (1.1.1) &amp;lt;02709230-9B37-C743-6E27-3FCFD18211F8&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices&lt;br /&gt;
0x94ffe000 - 0x951bafef  com.apple.ImageIO.framework 3.0.1 (3.0.1) &amp;lt;598CF4F9-7542-E1A7-26D2-584933497A2E&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO&lt;br /&gt;
0x951bb000 - 0x951bbff7  com.apple.vecLib 3.5 (vecLib 3.5) &amp;lt;17BEEF92-DF30-CD52-FD65-0B7B43B93617&amp;gt; /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib&lt;br /&gt;
0x951bc000 - 0x95299ff7  com.apple.vImage 4.0 (4.0) &amp;lt;64597E4B-F144-DBB3-F428-0EC3D9A1219E&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage&lt;br /&gt;
0x952d6000 - 0x952d9fe7  libmathCommon.A.dylib ??? (???) &amp;lt;1622A54F-1A98-2CBE-B6A4-2122981A500E&amp;gt; /usr/lib/system/libmathCommon.A.dylib&lt;br /&gt;
0x952da000 - 0x95bb8ff7  com.apple.AppKit 6.6.3 (1038.25) &amp;lt;72A9AA47-8DCB-DB07-64F5-F837E98C62D8&amp;gt; /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit&lt;br /&gt;
0x95bb9000 - 0x95bdbfef  com.apple.DirectoryService.Framework 3.6 (621.1) &amp;lt;3ED4949F-9604-C109-6586-5CE5F421182B&amp;gt; /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService&lt;br /&gt;
0x95bdc000 - 0x95be2fff  com.apple.CommonPanels 1.2.4 (91) &amp;lt;2438AF5D-067B-B9FD-1248-2C9987F360BA&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels&lt;br /&gt;
0x95c1a000 - 0x95d1bfe7  libxml2.2.dylib ??? (???) &amp;lt;B4C5CD68-405D-0F1B-59CA-5193D463D0EF&amp;gt; /usr/lib/libxml2.2.dylib&lt;br /&gt;
0x95d73000 - 0x95e10fe3  com.apple.LaunchServices 362 (362) &amp;lt;8BE1C1A1-BF71-CE07-F3FB-6057D47AF461&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices&lt;br /&gt;
0x95e80000 - 0x96024feb  libSystem.B.dylib ??? (???) &amp;lt;D45B91B2-2B4C-AAC0-8096-1FC48B7E9672&amp;gt; /usr/lib/libSystem.B.dylib&lt;br /&gt;
0x96025000 - 0x9603afff  com.apple.ImageCapture 6.0 (6.0) &amp;lt;3F31833A-38A9-444E-02B7-17619CA6F2A0&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture&lt;br /&gt;
0x9603b000 - 0x96115ff3  com.apple.DesktopServices 1.5.3 (1.5.3) &amp;lt;DA02AC94-7B0C-BD75-2305-C46A307A5FB0&amp;gt; /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv&lt;br /&gt;
0x96258000 - 0x96262ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) &amp;lt;EC0E69C8-A121-70E8-43CF-E6FC4C7779EC&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition&lt;br /&gt;
0x96283000 - 0x96283ff7  com.apple.Carbon 150 (152) &amp;lt;608A04AB-F35D-D2EB-6629-16B88FB32074&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon&lt;br /&gt;
0x96284000 - 0x96284ff7  com.apple.Accelerate 1.5 (Accelerate 1.5) &amp;lt;F642E7A0-3720-FA19-0190-E6DBD9EF2D9B&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate&lt;br /&gt;
0x962b0000 - 0x96617ff7  com.apple.QuartzCore 1.6.1 (227.8) &amp;lt;8B90AB08-46A4-1C5C-4E71-C6AB652477B9&amp;gt; /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore&lt;br /&gt;
0x96704000 - 0x9670fff7  libCSync.A.dylib ??? (???) &amp;lt;9292E6E3-70C1-1DD7-4213-1044F0FA8381&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib&lt;br /&gt;
0x96752000 - 0x967f9fe7  com.apple.CFNetwork 454.5 (454.5) &amp;lt;A7E78E62-0C59-CE57-73D2-C4E60527781C&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork&lt;br /&gt;
0x967fa000 - 0x9697cfe7  libicucore.A.dylib ??? (???) &amp;lt;2B0182F3-F459-B452-CC34-46FE73ADE348&amp;gt; /usr/lib/libicucore.A.dylib&lt;br /&gt;
0x9697d000 - 0x9697dff7  com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) &amp;lt;3E039E14-2A15-56CC-0074-EE59F9FBB913&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib&lt;br /&gt;
0x9697e000 - 0x96981ff7  libCoreVMClient.dylib ??? (???) &amp;lt;A89D7A78-8FB0-2BDF-30DB-A35E04A6186B&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib&lt;br /&gt;
0x96982000 - 0x96bf2ffb  com.apple.Foundation 6.6.1 (751.14) &amp;lt;CD815A50-BB33-5AA1-DD73-A5B07D394DDA&amp;gt; /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation&lt;br /&gt;
0x96bf3000 - 0x96c6dfef  com.apple.audio.CoreAudio 3.2.2 (3.2.2) &amp;lt;1F97B48A-327B-89CC-7C01-3865179716E0&amp;gt; /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio&lt;br /&gt;
0x96c6e000 - 0x96c80ff7  com.apple.MultitouchSupport.framework 204.9 (204.9) &amp;lt;B639F02B-33CC-150C-AE8C-1007EA7648F9&amp;gt; /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport&lt;br /&gt;
0x96db7000 - 0x970dafef  com.apple.HIToolbox 1.6.2 (???) &amp;lt;E02640B9-7BC3-A4B4-6202-9E4127DDFDD6&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox&lt;br /&gt;
0x97134000 - 0x97140ff7  libkxld.dylib ??? (???) &amp;lt;3D2C5BA3-6A8D-C861-B346-0E19942D9AF1&amp;gt; /usr/lib/system/libkxld.dylib&lt;br /&gt;
0x97141000 - 0x97557ff7  libBLAS.dylib ??? (???) &amp;lt;C4FB303A-DB4D-F9E8-181C-129585E59603&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib&lt;br /&gt;
0x97558000 - 0x97d82fe7  com.apple.WebCore 6531.21 (6531.21.8) &amp;lt;A1527339-942C-164F-03CB-0949EEA144C4&amp;gt; /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore&lt;br /&gt;
0x97df2000 - 0x97e06ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) &amp;lt;57DD5458-4F24-DA7D-0927-C3321A65D743&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis&lt;br /&gt;
0x97eb0000 - 0x97ee1ff3  libTrueTypeScaler.dylib ??? (???) &amp;lt;6C8916A2-8F85-98E0-AAD5-0020C39C0FC9&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib&lt;br /&gt;
0x97ee2000 - 0x97eebff7  com.apple.DiskArbitration 2.3 (2.3) &amp;lt;E9C40767-DA6A-6CCB-8B00-2D5706753000&amp;gt; /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration&lt;br /&gt;
0x98138000 - 0x981e0ffb  com.apple.QD 3.33 (???) &amp;lt;196CDBA6-5B87-2767-DD57-082D71B0A5C7&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD&lt;br /&gt;
0x981e8000 - 0x98316fe7  com.apple.CoreData 102.1 (250) &amp;lt;F33FF4A1-D7F9-4F6D-3153-E5F2588479EB&amp;gt; /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData&lt;br /&gt;
0x98317000 - 0x984b4fef  com.apple.JavaScriptCore 6531.21 (6531.21.9) &amp;lt;FF236E3F-A016-2AEB-3E62-7108E76EF825&amp;gt; /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore&lt;br /&gt;
0x985cc000 - 0x9864cfeb  com.apple.SearchKit 1.3.0 (1.3.0) &amp;lt;9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit&lt;br /&gt;
0x9864d000 - 0x9865aff7  com.apple.opengl 1.6.5 (1.6.5) &amp;lt;0AE8B897-8A80-2C14-D6FC-DC21AC423234&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL&lt;br /&gt;
0x98693000 - 0x986a7fe7  libbsm.0.dylib ??? (???) &amp;lt;14CB053A-7C47-96DA-E415-0906BA1B78C9&amp;gt; /usr/lib/libbsm.0.dylib&lt;br /&gt;
0x986ef000 - 0x9881bfeb  com.apple.audio.toolbox.AudioToolbox 1.6.2 (1.6.2) &amp;lt;9AAFDCBE-C68C-3BB3-8089-83CD2C0B4ED7&amp;gt; /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox&lt;br /&gt;
0x9881c000 - 0x9885efe7  libvDSP.dylib ??? (???) &amp;lt;8F8FFFB3-81E3-2969-5688-D5B0979182E6&amp;gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib&lt;br /&gt;
0x98881000 - 0x98985fe7  libcrypto.0.9.8.dylib ??? (???) &amp;lt;2E58547A-91CC-4C1A-9FCC-DA7515FDB68A&amp;gt; /usr/lib/libcrypto.0.9.8.dylib&lt;br /&gt;
0x98986000 - 0x98afdfef  com.apple.CoreFoundation 6.6.1 (550.13) &amp;lt;AE9FC6F7-F0B2-DE58-759E-7DB89C021A46&amp;gt; /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation&lt;br /&gt;
0x98afe000 - 0x98b02ff7  libGFXShared.dylib ??? (???) &amp;lt;79F4F60E-0A6D-CE9C-282E-FA85825449E3&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib&lt;br /&gt;
0x98b03000 - 0x98b07ff7  libGIF.dylib ??? (???) &amp;lt;83FB0DCC-355F-A930-E570-0BD95086CC59&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib&lt;br /&gt;
0x98b10000 - 0x98b17fff  com.apple.print.framework.Print 6.0 (237) &amp;lt;7A06B15C-B835-096E-7D96-C2FE8F0D21E1&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print&lt;br /&gt;
0x98b18000 - 0x98bd1fe7  libsqlite3.dylib ??? (???) &amp;lt;16CEF8E8-8C9A-94CD-EF5D-05477844C005&amp;gt; /usr/lib/libsqlite3.dylib&lt;br /&gt;
0x98c52000 - 0x98c70ff7  com.apple.CoreVideo 1.6.0 (43.1) &amp;lt;1FB01BE0-B013-AE86-A063-481BB547D2F5&amp;gt; /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo&lt;br /&gt;
0x98c71000 - 0x98ca4ff7  com.apple.AE 496.1 (496.1) &amp;lt;1AC75AE2-AF94-2458-0B94-C3BB0115BA4B&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE&lt;br /&gt;
0x98ca5000 - 0x98ca9ff7  IOSurface ??? (???) &amp;lt;C11D3FF3-EB51-A07D-EF24-9C2004115724&amp;gt; /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface&lt;br /&gt;
0x98caa000 - 0x98cf3fe7  libTIFF.dylib ??? (???) &amp;lt;5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib&lt;br /&gt;
0x98cf4000 - 0x98d29ff7  libGLImage.dylib ??? (???) &amp;lt;A6007BF7-BF3C-96DC-C435-849C6B88C58A&amp;gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib&lt;br /&gt;
0x98d2a000 - 0x98d8effb  com.apple.htmlrendering 72 (1.1.4) &amp;lt;4D451A35-FAB6-1288-71F6-F24A4B6E2371&amp;gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering&lt;br /&gt;
0x98d8f000 - 0x990aefe7  com.apple.CoreServices.CarbonCore 861.2 (861.2) &amp;lt;A9077470-3786-09F2-E0C7-F082B7F97838&amp;gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore&lt;br /&gt;
0x990e0000 - 0x99130ff7  com.apple.framework.familycontrols 2.0 (2.0) &amp;lt;E6CAB425-3E40-65A3-0C23-150C26E9CBBF&amp;gt; /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls&lt;br /&gt;
0x99158000 - 0x99192ffb  libFontRegistry.dylib ??? (???) &amp;lt;72342297-E8D6-B071-A752-014134129282&amp;gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib&lt;br /&gt;
0x9929c000 - 0x99349fe7  libobjc.A.dylib ??? (???) &amp;lt;DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1&amp;gt; /usr/lib/libobjc.A.dylib&lt;br /&gt;
0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) &amp;lt;D45B91B2-2B4C-AAC0-8096-1FC48B7E9672&amp;gt; /usr/lib/libSystem.B.dylib&lt;br /&gt;
&lt;br /&gt;
Model: iMac7,1, BootROM IM71.007A.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.20f4&lt;br /&gt;
Graphics: ATI Radeon HD 2600 Pro, ATI,RadeonHD2600, PCIe, 256 MB&lt;br /&gt;
Memory Module: global_name&lt;br /&gt;
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.26)&lt;br /&gt;
Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports&lt;br /&gt;
Network Service: AirPort, AirPort, en1&lt;br /&gt;
Serial ATA Device: WDC WD3200AAJS-40VWA1, 298.09 GB&lt;br /&gt;
Parallel ATA Device: MATSHITADVD-R   UJ-875&lt;br /&gt;
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000&lt;br /&gt;
USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd100000&lt;br /&gt;
USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0xfd130000&lt;br /&gt;
USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd120000&lt;br /&gt;
USB Device: Hub, 0x050d  (Belkin Corporation), 0x0415, 0xfa400000&lt;br /&gt;
USB Device: External HDD, 0x1058  (Western Digital Technologies, Inc.), 0x1001, 0xfa430000&lt;br /&gt;
USB Device: External HDD, 0x1058  (Western Digital Technologies, Inc.), 0x1003, 0xfa420000&lt;br /&gt;
USB Device: OneTouch, 0x0d49, 0x7310, 0xfa410000&lt;br /&gt;
USB Device: Hub, 0x0424  (SMSC), 0x2504, 0xfa200000&lt;br /&gt;
USB Device: SAMSUNG Mobile USB Modem, 0x04e8  (Samsung Electronics Co., Ltd.), 0x663e, 0xfa210000&lt;br /&gt;
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x1a100000&lt;br /&gt;
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
Additionally, here are the settings I'm using for xdebug in php's ini file.&lt;br /&gt;
&lt;br /&gt;
zend_extension=&amp;quot;/Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20060613/xdebug.so&amp;quot;&lt;br /&gt;
xdebug.remote_autostart=on&lt;br /&gt;
xdebug.remote_enable=on&lt;br /&gt;
xdebug.remote_handler=dbgp&lt;br /&gt;
xdebug.remote_mode=req&lt;br /&gt;
xdebug.remote_host=localhost&lt;br /&gt;
xdebug.remote_port=9000&lt;br /&gt;
</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=193"/>
	</entry>
	<entry>
		<id>bug://report/186</id>
		<title>guest users can submit bugs by default</title>
		<updated>2010-02-15T17:20:24Z</updated>
		<author>
			<name>Jeff</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;186&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;guest users can submit bugs by default&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Bugdar/1.2.3&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Closed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Trivial&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;It seems the default setting is to let the Guest user submit new bug reports (at least, I don't see how I could have ever set this setting to True). This is a security problem, because it completely bypasses the need for authentification, spammers can just submit stuff like that without needing to be moderated or to even create an account.&lt;br /&gt;
&lt;br /&gt;
I tried to check if this was indeed the default setting, but couldn't figure out by looking at the code.&lt;/p&gt;
		</content>
		<summary type="text">It seems the default setting is to let the Guest user submit new bug reports (at least, I don't see how I could have ever set this setting to True). This is a security problem, because it completely bypasses the need for authentification, spammers can just submit stuff like that without needing to be moderated or to even create an account.&lt;br /&gt;
&lt;br /&gt;
I tried to check if this was indeed the default setting, but couldn't figure out by looking at the code.</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=186"/>
	</entry>
	<entry>
		<id>bug://report/192</id>
		<title>Display arrays inside inspector</title>
		<updated>2010-02-07T18:49:33Z</updated>
		<author>
			<name>Tobias</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;192&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Display arrays inside inspector&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Closed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Enhancement&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;It would be nice of the inspector could display the complete array content, instead of the current &amp;quot;...&amp;quot;.&lt;/p&gt;
		</content>
		<summary type="text">It would be nice of the inspector could display the complete array content, instead of the current &amp;quot;...&amp;quot;.</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=192"/>
	</entry>
	<entry>
		<id>bug://report/191</id>
		<title>Inspect Variables</title>
		<updated>2010-02-07T18:49:03Z</updated>
		<author>
			<name>Tobias</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;191&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Inspect Variables&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Unconfirmed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Enhancement&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;Add some window where I can define variables that should be watched. Each time one if this variables changes, I'll see in inside the view. This helps to focus on some variables instead of browsing through a possible huge list.&lt;/p&gt;
		</content>
		<summary type="text">Add some window where I can define variables that should be watched. Each time one if this variables changes, I'll see in inside the view. This helps to focus on some variables instead of browsing through a possible huge list.</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=191"/>
	</entry>
	<entry>
		<id>bug://report/190</id>
		<title>Evaluate PHP</title>
		<updated>2010-02-07T18:48:37Z</updated>
		<author>
			<name>Tobias</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;190&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Evaluate PHP&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Unconfirmed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Enhancement&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;It would be really nice to have a textfield where I could evaluate some PHP code inside the current context. I would e.g. execute print_r( $foo ) and it would display the result inside a output view.&lt;/p&gt;
		</content>
		<summary type="text">It would be really nice to have a textfield where I could evaluate some PHP code inside the current context. I would e.g. execute print_r( $foo ) and it would display the result inside a output view.</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=190"/>
	</entry>
	<entry>
		<id>bug://report/189</id>
		<title>Disable connections to MacDBGp</title>
		<updated>2010-02-07T18:47:35Z</updated>
		<author>
			<name>Tobias</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;189&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Disable connections to MacDBGp&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Unconfirmed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Enhancement&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;It would be nice to have a switch to disable new debug connections, even if MacDBGp is still opened. With this I could start it once, and only enable it when I need it. I know I could mess with the XDEBUG_SESSION_START cookie, but I just don't like it.&lt;br /&gt;
If MacDBGp would just not accept the connection, it would be much nicer.&lt;/p&gt;
		</content>
		<summary type="text">It would be nice to have a switch to disable new debug connections, even if MacDBGp is still opened. With this I could start it once, and only enable it when I need it. I know I could mess with the XDEBUG_SESSION_START cookie, but I just don't like it.&lt;br /&gt;
If MacDBGp would just not accept the connection, it would be much nicer.</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=189"/>
	</entry>
	<entry>
		<id>bug://report/188</id>
		<title>Inspector not showing anything</title>
		<updated>2010-02-07T16:36:27Z</updated>
		<author>
			<name>Tobias</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;188&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Inspector not showing anything&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Closed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Major&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;I've got MacGDB stopping on breakpoints. But for all the variables the value shows as empty. Also, I can pop up the dark inspector window.&lt;br /&gt;
&lt;br /&gt;
The local variables are all &amp;quot;unintialized&amp;quot;, which is simply not correct. Any hint what I might have configured wrong?&lt;br /&gt;
&lt;br /&gt;
I'm using PHP 5.3 (the one bundled with Snow Leopard), xdebug 2.0.5 and MacGDBp Version 1.3.1 (34).&lt;/p&gt;
		</content>
		<summary type="text">I've got MacGDB stopping on breakpoints. But for all the variables the value shows as empty. Also, I can pop up the dark inspector window.&lt;br /&gt;
&lt;br /&gt;
The local variables are all &amp;quot;unintialized&amp;quot;, which is simply not correct. Any hint what I might have configured wrong?&lt;br /&gt;
&lt;br /&gt;
I'm using PHP 5.3 (the one bundled with Snow Leopard), xdebug 2.0.5 and MacGDBp Version 1.3.1 (34).</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=188"/>
	</entry>
	<entry>
		<id>bug://report/184</id>
		<title>Can't set breakpoints in not-yet open files</title>
		<updated>2009-11-28T06:18:17Z</updated>
		<author>
			<name>Adam DiCarlo</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;184&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Can't set breakpoints in not-yet open files&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Closed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Major&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;I can't open files in MacGDBp in order to set breakpoints in PHP files that have not yet executed any code during the debugging session.&lt;br /&gt;
&lt;br /&gt;
(Or am I missing something?)&lt;br /&gt;
&lt;br /&gt;
When debugging Drupal modules, for instance, tracing through the core code until your module's file gets included is a pretty long process....&lt;/p&gt;
		</content>
		<summary type="text">I can't open files in MacGDBp in order to set breakpoints in PHP files that have not yet executed any code during the debugging session.&lt;br /&gt;
&lt;br /&gt;
(Or am I missing something?)&lt;br /&gt;
&lt;br /&gt;
When debugging Drupal modules, for instance, tracing through the core code until your module's file gets included is a pretty long process....</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=184"/>
	</entry>
	<entry>
		<id>bug://report/185</id>
		<title>Apostrophes break search queries</title>
		<updated>2009-11-27T03:50:09Z</updated>
		<author>
			<name>Adam DiCarlo</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;185&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Apostrophes break search queries&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Bugdar/1.2.3&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Closed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Critical&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;I do not know which version of Bugdar this report is for--it's whatever bluestatic.org/bugs/ is currently running.&lt;br /&gt;
&lt;br /&gt;
When I tried this search &amp;quot;can't open files&amp;quot; I got an error page showing that MySQL complained of an error in the query. The error is that the ' is not being escaped. Searching for &amp;quot;can''t open files&amp;quot; was successful.&lt;br /&gt;
&lt;/p&gt;
		</content>
		<summary type="text">I do not know which version of Bugdar this report is for--it's whatever bluestatic.org/bugs/ is currently running.&lt;br /&gt;
&lt;br /&gt;
When I tried this search &amp;quot;can't open files&amp;quot; I got an error page showing that MySQL complained of an error in the query. The error is that the ' is not being escaped. Searching for &amp;quot;can''t open files&amp;quot; was successful.&lt;br /&gt;
</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=185"/>
	</entry>
	<entry>
		<id>bug://report/183</id>
		<title>Remote breakpoint setting not working?</title>
		<updated>2009-10-08T22:44:06Z</updated>
		<author>
			<name>joshfrench</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;183&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Remote breakpoint setting not working?&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.1&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Unconfirmed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Minor&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;I'm using MacGDBp 1.3.1 to debug an app running on a remote server. I can't seem to create remote breakpoints even after setting the path replacements. My environment is a little unorthodox, however:&lt;br /&gt;
&lt;br /&gt;
 * /Users is actually a symlink to /Volumes/data/Users (don't ask)&lt;br /&gt;
 * The remote server is a local VM&lt;br /&gt;
 * The app's directory on the VM is a mounted share which lives on my local host&lt;br /&gt;
 * Thus /var/www/app is a symlink to /mnt/hgfs/app.local and app.local lives at /Volumes/data/Users/josh/Sites/app.local&lt;br /&gt;
&lt;br /&gt;
I've tried setting the paths with both the symlinks (/Users/josh/Sites/app.local and /var/www/app) and the expanded paths (/Volumes/data/Users/josh/Sites/app.local and /mnt/hgfs/app.local) but I can't get the debugger to stop on a breakpoint. MacGDBP isn't writing anything to the Console log when this happens.&lt;br /&gt;
&lt;br /&gt;
I'm totally willing to chalk this one up to user error, but I thought I'd raise it in case you're aware of anything I can do to resolve it... Thanks!&lt;/p&gt;
		</content>
		<summary type="text">I'm using MacGDBp 1.3.1 to debug an app running on a remote server. I can't seem to create remote breakpoints even after setting the path replacements. My environment is a little unorthodox, however:&lt;br /&gt;
&lt;br /&gt;
 * /Users is actually a symlink to /Volumes/data/Users (don't ask)&lt;br /&gt;
 * The remote server is a local VM&lt;br /&gt;
 * The app's directory on the VM is a mounted share which lives on my local host&lt;br /&gt;
 * Thus /var/www/app is a symlink to /mnt/hgfs/app.local and app.local lives at /Volumes/data/Users/josh/Sites/app.local&lt;br /&gt;
&lt;br /&gt;
I've tried setting the paths with both the symlinks (/Users/josh/Sites/app.local and /var/www/app) and the expanded paths (/Volumes/data/Users/josh/Sites/app.local and /mnt/hgfs/app.local) but I can't get the debugger to stop on a breakpoint. MacGDBP isn't writing anything to the Console log when this happens.&lt;br /&gt;
&lt;br /&gt;
I'm totally willing to chalk this one up to user error, but I thought I'd raise it in case you're aware of anything I can do to resolve it... Thanks!</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=183"/>
	</entry>
	<entry>
		<id>bug://report/179</id>
		<title>Blank screen on password recovery attempt</title>
		<updated>2009-09-18T05:26:32Z</updated>
		<author>
			<name>RAD Moose</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;179&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Blank screen on password recovery attempt&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Bugdar/1.2.3&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Unconfirmed&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Moderate&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;I attempted to recover password for an account in Bugdar and clicking on the link in the email, I receive a blank screen in the browser.&lt;br /&gt;
&lt;br /&gt;
I have used both Google Chrome (2.x) and Firefox 3.5.2 with the same results.&lt;br /&gt;
&lt;br /&gt;
I initially had 1.2.1 installed and experienced this issue. I upgraded to 1.2.3 and still experiencing it.&lt;br /&gt;
&lt;br /&gt;
Any suggestions on what to check?&lt;/p&gt;
		</content>
		<summary type="text">I attempted to recover password for an account in Bugdar and clicking on the link in the email, I receive a blank screen in the browser.&lt;br /&gt;
&lt;br /&gt;
I have used both Google Chrome (2.x) and Firefox 3.5.2 with the same results.&lt;br /&gt;
&lt;br /&gt;
I initially had 1.2.1 installed and experienced this issue. I upgraded to 1.2.3 and still experiencing it.&lt;br /&gt;
&lt;br /&gt;
Any suggestions on what to check?</summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=179"/>
	</entry>
	<entry>
		<id>bug://report/166</id>
		<title>Several problems with v 1.3.0</title>
		<updated>2009-08-19T08:18:38Z</updated>
		<author>
			<name>Sven Axelsson</name>
		</author>
		<content type="html">
			&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Bug ID:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;166&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Summary:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Several problems with v 1.3.0&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Product/Component/Version:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;MacGDBp/1.3.0&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Status:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Assigned&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td&gt;&lt;strong&gt;Severity:&lt;/strong&gt;&lt;/td&gt;
				&lt;td&gt;Critical&lt;/td&gt;
			&lt;/table&gt;
			
			&lt;p&gt;I've been having a lot of problems with previous versions of MacGDBp so I don't use it too often. I just tried again and updated to version 1.3.0. Immediately on start I see some text corruption in the variable list and in the code pane.&lt;br /&gt;
http://skitch.com/sven/bxhcy/gdbp-disconnected-9000-sven and http://skitch.com/sven/bxhm6/gdbp-disconnected-9000-sven-1&lt;br /&gt;
&lt;br /&gt;
After stepping over the include here http://skitch.com/sven/bxhm6/gdbp-disconnected-9000-sven-2, the variable list goes empty. And stepping some more crashes the program. &lt;/p&gt;
		</content>
		<summary type="text">I've been having a lot of problems with previous versions of MacGDBp so I don't use it too often. I just tried again and updated to version 1.3.0. Immediately on start I see some text corruption in the variable list and in the code pane.&lt;br /&gt;
http://skitch.com/sven/bxhcy/gdbp-disconnected-9000-sven and http://skitch.com/sven/bxhm6/gdbp-disconnected-9000-sven-1&lt;br /&gt;
&lt;br /&gt;
After stepping over the include here http://skitch.com/sven/bxhm6/gdbp-disconnected-9000-sven-2, the variable list goes empty. And stepping some more crashes the program. </summary>
		<link rel="alternate" href="http://www.bluestatic.org/bugs/showreport.php?bugid=166"/>
	</entry>
	<!-- / entries -->

</feed>