Recent

Author Topic: Lazarus & Debugger oops etc  (Read 86036 times)

mbohn

  • Full Member
  • ***
  • Posts: 120
Re: Lazarus & Debugger oops etc
« Reply #30 on: November 18, 2009, 03:15:43 pm »
There is noone working on it, but it's assigned to me. Unfortunately I've only a ppc based 10.4 ini
Anyway, the bugreport has a usefull patch so i'll have a look at it.

Thanks for that update, Marc.

What is a "ppc based 10.4 ini?"

If you need any testing let me know, I'd be glad to help in anyway I can.

Mark

Vincent Snijders

  • Administrator
  • Hero Member
  • *
  • Posts: 2661
    • My Lazarus wiki user page
Re: Lazarus & Debugger oops etc
« Reply #31 on: November 18, 2009, 03:22:20 pm »
A typo:
ppc based 10.4 mini

That is a Mac mini with Mac OS X 10.4 and a powerpc CPU.

mbohn

  • Full Member
  • ***
  • Posts: 120
Re: Lazarus & Debugger oops etc
« Reply #32 on: November 18, 2009, 04:26:18 pm »
Thanks, Vincent.  So my "i86 based 10.6.2 mbp" could be a useful test platform.  Like I said, I'd be glad to help.  Obviously, my skills are limited but I'm willing to run tests on my machine.

theromi

  • Newbie
  • Posts: 3
Re: Lazarus & Debugger oops etc
« Reply #33 on: December 16, 2009, 01:44:03 pm »
Any news on this? My debugger crashes on Snow Leopard which renders Lazarus pretty useless to me :(

skalogryz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2770
    • havefunsoft.com
Re: Lazarus & Debugger oops etc
« Reply #34 on: December 16, 2009, 02:02:07 pm »
Any news on this? My debugger crashes on Snow Leopard which renders Lazarus pretty useless to me :(
Have you tried the latest SVN version or snapshot?

fjrpilot

  • Newbie
  • Posts: 3
Re: Lazarus & Debugger oops etc
« Reply #35 on: December 16, 2009, 10:30:31 pm »
I'm experiencing the same issue.  I loaded the latest snapshot (dated today) to no avail.

fjrpilot

  • Newbie
  • Posts: 3
Re: Lazarus & Debugger oops etc
« Reply #36 on: December 16, 2009, 10:38:21 pm »
Here are some particulars if it helps;
fpc v. 2.2.4
Lazarus v. 0.9.28.23150
OSX 10.6.2
Intel based Macbook Pro


skalogryz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2770
    • havefunsoft.com
Re: Lazarus & Debugger oops etc
« Reply #37 on: December 17, 2009, 06:58:23 am »
Thanks. What XCode version used? Could you attach debugger output window content? (View->Debug Windows->Debug output)

theromi

  • Newbie
  • Posts: 3
Re: Lazarus & Debugger oops etc
« Reply #38 on: December 17, 2009, 09:11:05 am »
Debuggeroutput: http://nopaste.info/382e029c27.html

My XCode Version is the newest as of yesterday (3.2.1 (Build 1613)).

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2582
Re: Lazarus & Debugger oops etc
« Reply #39 on: December 17, 2009, 11:02:11 am »
Ill repeat the output here, since I don't know how long the paste will exist.
Code: [Select]
# *stopped,time={wallclock="1.23679",user="0.44587",system="0.36618",start="1261037276.451809",end="1261037277.688597"},reason="breakpoint-hit",commands="no",times="1",bkptno="1",thread-id="1"
#  
# (gdb)
#  
# <info program>
# &"info program\n"
#  
# macosx_debug_inferior_status: current status:
#  
#               inferior task: 0x4103
#  
#                 [SIGNAL THREAD]
#  
# macosx_debug_inferior_status: information on debugger task:
#  
# macosx_debug_inferior_status: information on inferior task:
#  
# macosx_debug_inferior_status: information on debugger threads:
#  
#   thread: 0x60f
#  
#   thread: 0x1703
#  
#   thread: 0x1b03
#  
#   thread: 0x2003
#  
#   thread: 0x3903
#  
#   thread: 0x4303
#  
#   thread: 0x4503
#  
# macosx_debug_inferior_status: information on inferior threads:
#  
#   thread: 0x4203
#  
# ~"Program stopped at 0x24d7.\n"
#  
# ~"It stopped at a breakpoint that has since been deleted.\n"
#  
# ~"Type \"info stack\" or \"info registers\" for more information.\n"
#  
# ^done
#  
# (gdb)
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

ron_grove

  • Newbie
  • Posts: 6
    • Evanoah I/T Services
Re: Lazarus & Debugger oops etc
« Reply #40 on: December 17, 2009, 10:45:11 pm »
fpc v. 2.2.4
Lazarus v. 0.9.29
SVN Version - 19639:21350M
Compiled with QT interface if that matters, QT is the latest 4.6 release.
OSX 10.6.2
Intel based Macbook Pro

I had the same xterm and debugger problem.  Turning on the -GW option in the linker (earlier recommendation) did get rid of the xterm issue, but the debugger still has to be turned off for anything to be done.  If there's any more info I can give I'm happy to, but I don't know anything about Lazarus internals or much about gdb.
Thank you,

Ron Grove
Evanoah I/T Services
http://www.evanoah.com
http://www.rongrove.com

skalogryz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2770
    • havefunsoft.com
Re: Lazarus & Debugger oops etc
« Reply #41 on: December 18, 2009, 09:39:17 am »
If there's any more info I can give I'm happy to, but I don't know anything about Lazarus internals or much about gdb.
Could you attach debugger output window content? (View->Debug Windows->Debug output)

ron_grove

  • Newbie
  • Posts: 6
    • Evanoah I/T Services
Re: Lazarus & Debugger oops etc
« Reply #42 on: December 18, 2009, 05:52:23 pm »
Thank you,

Ron Grove
Evanoah I/T Services
http://www.evanoah.com
http://www.rongrove.com

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2582
Re: Lazarus & Debugger oops etc
« Reply #43 on: December 19, 2009, 12:30:25 am »
should be fixed in r23192

Thanks to all ppl repoting outputs.
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

theromi

  • Newbie
  • Posts: 3
Re: Lazarus & Debugger oops etc
« Reply #44 on: December 19, 2009, 11:11:32 am »
should be fixed in r23192

Thanks to all ppl repoting outputs.
Works like a charm. Thanks a lot!

 

TinyPortal © 2005-2018