List Info

Thread: debugging on windows




debugging on windows
user name
2008-03-10 09:47:11
Can anybody hook this non-developer up with a debug copy of
RC1
psi.exe?  Trying to troubleshoot a crash I've been getting
lately.

TIA

-- 
Blog: http://halr9000.com
Webmaster, Psi (http://psi-im.org)
Co-host, PowerScripting Podcast (http://powerscripting.net)
_______________________________________________
Psi-Devel mailing list
Psi-Devellists.affinix.com
http://lists.affinix.com/listinfo.cgi/psi-devel-affin
ix.com

Re: debugging on windows
user name
2008-03-10 11:51:18
On Monday 10 March 2008 7:47 am, Hal Rottenberg wrote:
> Can anybody hook this non-developer up with a debug
copy of RC1
> psi.exe?  Trying to troubleshoot a crash I've been
getting lately.
>
> TIA

We still haven't figured out how to ship a debug windows
build and collect a 
crash report from that person.  Does anyone know how?  Does
it require 
writing special crash handler code?

-Justin
_______________________________________________
Psi-Devel mailing list
Psi-Devellists.affinix.com
http://lists.affinix.com/listinfo.cgi/psi-devel-affin
ix.com

Re: debugging on windows
user name
2008-03-10 11:57:01
On Mon, Mar 10, 2008 at 4:51 PM, Justin Karneges
<justin-psi2affinix.com> wrote:
> On Monday 10 March 2008 7:47 am, Hal Rottenberg wrote:
>  > Can anybody hook this non-developer up with a
debug copy of RC1
>  > psi.exe?  Trying to troubleshoot a crash I've
been getting lately.
>  >
>  > TIA
>
>  We still haven't figured out how to ship a debug
windows build and collect a
>  crash report from that person.  Does anyone know how? 
Does it require
>  writing special crash handler code?

There was a recent patch submitted which does this for
windows - I was
going to look at including it in 0.13, but I could probably
run off a
patched 0.12-RC1 with it for Hal.

/K
_______________________________________________
Psi-Devel mailing list
Psi-Devellists.affinix.com
http://lists.affinix.com/listinfo.cgi/psi-devel-affin
ix.com

Re: debugging on windows
user name
2008-03-10 12:15:21
On Mon, Mar 10, 2008 at 12:57 PM, Kevin Smith <kevinkismith.co.uk> wrote:
>  There was a recent patch submitted which does this for
windows - I was
>  going to look at including it in 0.13, but I could
probably run off a
>  patched 0.12-RC1 with it for Hal.

That would be cool.  Maciek gave me a debug build but I
don't think he
put that patch in.


-- 
Blog: http://halr9000.com
Webmaster, Psi (http://psi-im.org)
Co-host, PowerScripting Podcast (http://powerscripting.net)
_______________________________________________
Psi-Devel mailing list
Psi-Devellists.affinix.com
http://lists.affinix.com/listinfo.cgi/psi-devel-affin
ix.com

Re: debugging on windows
user name
2008-03-10 12:53:20
Hmm, no luck getting Maciek's build to work yet.  First it
needed a
debug DLL which I found.  then QCad2.dll.  Found that and
now it just
errors out with no helpful description.  I think I'll hold
out for
that patched RC1 from you, kev.

On Mon, Mar 10, 2008 at 1:15 PM, Hal Rottenberg <halhalr9000.com> wrote:
> On Mon, Mar 10, 2008 at 12:57 PM, Kevin Smith
<kevinkismith.co.uk> wrote:
>  >  There was a recent patch submitted which does
this for windows - I was
>  >  going to look at including it in 0.13, but I
could probably run off a
>  >  patched 0.12-RC1 with it for Hal.
>
>  That would be cool.  Maciek gave me a debug build but
I don't think he
>  put that patch in.
>
>
>
>
>  --
>  Blog: http://halr9000.com
>  Webmaster, Psi (http://psi-im.org)
>  Co-host, PowerScripting Podcast (http://powerscripting.net)
>



-- 
Blog: http://halr9000.com
Webmaster, Psi (http://psi-im.org)
Co-host, PowerScripting Podcast (http://powerscripting.net)
_______________________________________________
Psi-Devel mailing list
Psi-Devellists.affinix.com
http://lists.affinix.com/listinfo.cgi/psi-devel-affin
ix.com

Re: debugging on windows
user name
2008-03-10 18:31:16
I may find you online tomorrow so you can walk me through
it.  ;)

On Mon, Mar 10, 2008 at 6:25 PM, Maciek Niedzielski
<machekkuuaznia.net> wrote:
> Hal Rottenberg pisze:
>
> > Hmm, no luck getting Maciek's build to work yet. 
First it needed a
>  > debug DLL which I found.  then QCad2.dll.  Found
that and now it just
>  > errors out with no helpful description.  I think
I'll hold out for
>  > that patched RC1 from you, kev.
>  Hal, if you already have visual studio, you could
compile psi in debug
>  mode by yourself ;)
>
>
>  --
>  Maciek
>   xmpp:machekkuuaznia.net
>
>
> _______________________________________________
>  Psi-Devel mailing list
>  Psi-Devellists.affinix.com
>  http://lists.affinix.com/listinfo.cgi/psi-devel-affin
ix.com
>



-- 
Blog: http://halr9000.com
Webmaster, Psi (http://psi-im.org)
Co-host, PowerScripting Podcast (http://powerscripting.net)
_______________________________________________
Psi-Devel mailing list
Psi-Devellists.affinix.com
http://lists.affinix.com/listinfo.cgi/psi-devel-affin
ix.com

Re: debugging on windows
user name
2008-03-11 04:49:30
My builds have debugging info, if you let the windows crash reporter (drwatson) create a minidump file, then you can send that to me and I can load it up in visual studio to check the state of Psi as it crashed.

On Tue, Mar 11, 2008 at 1:31 AM, Hal Rottenberg < halhalr9000.com">halhalr9000.com> wrote:
I may find you online tomorrow so you can walk me through it.  ;)

On Mon, Mar 10, 2008 at 6:25 PM, Maciek Niedzielski < machekkuuaznia.net">machekkuuaznia.net> wrote:
&gt; Hal Rottenberg pisze:
&gt;
> > Hmm, no luck getting Maciek';s build to work yet.  First it needed a
>  > debug DLL which I found.  then QCad2.dll.  Found that and now it just
>;  > errors out with no helpful description.  I think I'll hold out for
>  > that patched RC1 from you, kev.
>;  Hal, if you already have visual studio, you could compile psi in debug
&gt;  mode by yourself ;)
>
>
&gt;  --
>  Maciek
>   xmpp:machekkuuaznia.net">xmpp:machekkuuaznia.net
>
>
> _______________________________________________
>  Psi-Devel mailing list
>;   Psi-Devellists.affinix.com">Psi-Devellists.affinix.com
>  http://lists.affinix.com/listinfo.cgi/psi-devel-affinix.com
&gt;



--
Blog: http://halr9000.com
Webmaster, Psi (http://psi-im.org)
Co-host, PowerScripting Podcast (http://powerscripting.net)
_______________________________________________
Psi-Devel mailing list
Psi-Devellists.affinix.com">Psi-Devellists.affinix.com
http://lists.affinix.com/listinfo.cgi/psi-devel-affinix.com



--
- Norman Rasmussen
- Email: normanrasmussen.co.za">normanrasmussen.co.za
- Home page: http://norman.rasmussen.co.za/
Re: debugging on windows
user name
2008-03-13 03:15:22
On Mon, Mar 10, 2008 at 10:47:11AM -0400, Hal Rottenberg
wrote:
> Can anybody hook this non-developer up with a debug
copy of RC1
> psi.exe?  Trying to troubleshoot a crash I've been
getting lately.
Yes, I also want debug build of Psi (or Qt?), because
yesterday I've
installed 0.12-rc1 on windows and it crashes (in QtGui.dll)
after opening
dialog window. Replacing Qt libraries with versions bundled
with 0.11
fixed this.

-- 
WBR, wRAR (ALT Linux Team)

_______________________________________________
Psi-Devel mailing list
Psi-Devellists.affinix.com
http://lists.affinix.com/listinfo.cgi/psi-devel-affin
ix.com

Re: debugging on windows
user name
2008-03-13 03:26:51
FYI: My builds at http://norman.rasmussen.co.za/dl/psi are built with debugging info (you need my qt libs too, so that the dll interfaces match correctly).

On Thu, Mar 13, 2008 at 10:15 AM, Andrey Rahmatullin < wraraltlinux.ru">wraraltlinux.ru> wrote:
On Mon, Mar 10, 2008 at 10:47:11AM -0400, Hal Rottenberg wrote:
&gt; Can anybody hook this non-developer up with a debug copy of RC1
> psi.exe?  Trying to troubleshoot a crash I've been getting lately.
Yes, I also want debug build of Psi (or Qt?), because yesterday I've
installed 0.12-rc1 on windows and it crashes (in QtGui.dll) after opening
dialog window. Replacing Qt libraries with versions bundled with 0.11
fixed this.

--
WBR, wRAR (ALT Linux Team)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (GNU/Linux)

iEYEARECAAYFAkfY4poACgkQB4Vf7hFmt5XFUQCg9gtEDxghdMBkmuZIKkpMi8lX
H+QAnAlEfRghqVIQAyBju9D+5of7WFss
=YmO9
-----END PGP SIGNATURE-----

_______________________________________________
Psi-Devel mailing list
Psi-Devellists.affinix.com">Psi-Devellists.affinix.com
http://lists.affinix.com/listinfo.cgi/psi-devel-affinix.com




--
- Norman Rasmussen
- Email: normanrasmussen.co.za">normanrasmussen.co.za
- Home page: http://norman.rasmussen.co.za/
Re: debugging on windows
user name
2008-03-13 13:00:26
On Thu, Mar 13, 2008 at 10:26:51AM +0200, Norman Rasmussen
wrote:
> FYI: My builds at http://norman.ra
smussen.co.za/dl/psi are built with
> debugging info (you need my qt libs too, so that the
dll interfaces match
> correctly).
OK, crashed it.

Unhandled exception at 0x65119f3d in Psi.exe: 0xC0000005:
Access violation
reading location 0x00000050.

65119EF0  push        ebp
65119EF1  mov         ebp,esp
65119EF3  push        0FFFFFFFFh
65119EF5  push        656CC358h
65119EFA  mov         eax,dword ptr fs:[00000000h]
65119F00  push        eax
65119F01  sub         esp,10h
65119F04  mov         eax,dword ptr ds:[65944134h]
65119F09  xor         eax,ebp
65119F0B  push        eax
65119F0C  lea         eax,[ebp-0Ch]
65119F0F  mov         dword ptr fs:[00000000h],eax
65119F15  mov         dword ptr [ebp-18h],ecx
65119F18  mov         eax,dword ptr [ebp+8]
65119F1B  push        eax
65119F1C  mov         ecx,dword ptr [ebp-18h]
65119F1F  call        6500B51E
65119F24  mov         dword ptr [ebp-4],0
65119F2B  mov         ecx,dword ptr [ebp-18h]
65119F2E  mov         dword ptr [ecx],65744270h
65119F34  mov         edx,dword ptr [ebp-18h]
65119F37  mov         eax,dword ptr [edx+8]
65119F3A  mov         ecx,dword ptr [eax+10h]
65119F3D  cmp         dword ptr [ecx+50h],0

here ecx == 0

It seems that I need the symbols of your QtGui.dll to debug
it properly.
Stack trace is also not very useful, and I managed to
generate two
different stacks on two systems, though ending with same
location
(0x65119f3d). Both are attached.


-- 
WBR, wRAR (ALT Linux Team)

_______________________________________________
Psi-Devel mailing list
Psi-Devellists.affinix.com
http://lists.affinix.com/listinfo.cgi/psi-devel-affin
ix.com

  
  
[1-10] [11-19]

about | contact  Other archives ( Real Estate discussion Medical topics )