Debugging problems in 6.2.1a

Hallo,

I have a big problem in debugging my QNX application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch Configuration Error” with
one of the following informations:
“Exception occured processing launch configuration. Reason: Failed Launching
CDI Debugger: Error initializing: Exec error:Launching failed” or
“Exception occured : Not enough memory”

Can anybody help me.

Thanks a lot
Rüdiger

“Ruediger Loos” <Ruediger.Loos@3soft.de> wrote:

Hallo,

I have a big problem in debugging my QNX application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch Configuration Error” with
one of the following informations:
“Exception occured processing launch configuration. Reason: Failed Launching
CDI Debugger: Error initializing: Exec error:Launching failed” or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in workspace/.metadata, can you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

Hallo David,

I think the important entries are:


!ENTRY org.eclipse.debug.ui 4 120 Jun 17, 2003 12:47:13.220
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[503]: java.io.IOException: Open Not
enough memory
at
com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at
com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at
com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at
com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at
com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
…java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 503 Jun 17, 2003 12:47:13.220
!MESSAGE Can’t transfer file for etx : Open Not enough memory
!STACK 0
java.io.IOException: Open Not enough memory
at
com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at
com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at
com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at
com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at
com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at
org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
…java:98)

and


!ENTRY org.eclipse.debug.ui 4 120 Apr 07, 2003 15:13:49.875
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]: java.io.IOException: Exec
error:Launching failed
at org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:215)
at org.eclipse.cdt.utils.spawner.Spawner.(Spawner.java:48)
at
org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:70)
at
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.exec(Local
CLaunchConfigurationDelegate.java:213)
at
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(Loc
alCLaunchConfigurationDelegate.java:138)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at
org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:56)
at
org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:32)
at
org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Rela
unchHistoryLaunchAction.java:59)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at
org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(Relaun
chHistoryLaunchAction.java:57)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:407)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:361)
at
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:352)
at
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:47)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

My momentics is running on a Windows XP PC an connected via Ethernet with my
X86 target.

The type of project is a “QNX C Application Project”.

Regards

Rüdiger

P.S. I’ve heard of a patchB for Momentics 6.2.1 that should solve the
problem?!?


“David Gibbs” <dagibbs@qnx.com> schrieb im Newsbeitrag
news:bgrblu$j0n$2@nntp.qnx.com

“Ruediger Loos” <> Ruediger.Loos@3soft.de> > wrote:
Hallo,

I have a big problem in debugging my QNX application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch Configuration Error”
with
one of the following informations:
“Exception occured processing launch configuration. Reason: Failed
Launching
CDI Debugger: Error initializing: Exec error:Launching failed” or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in workspace/.metadata, can you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

It seems that your target is running out of memory.

Mikhail

“Rüdiger Loos” <Ruediger.Loos@3SOFT.de> wrote in message
news:bgt56j$3o5$1@inn.qnx.com

Hallo David,

I think the important entries are:


!ENTRY org.eclipse.debug.ui 4 120 Jun 17, 2003 12:47:13.220
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[503]: java.io.IOException: Open Not
enough memory
at

com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at

com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at

com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at

com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at

com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at

org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at

org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at

org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 503 Jun 17, 2003 12:47:13.220
!MESSAGE Can’t transfer file for etx : Open Not enough memory
!STACK 0
java.io.IOException: Open Not enough memory
at

com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at

com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at

com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at

com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at

com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at

org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at

org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at

org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)

and


!ENTRY org.eclipse.debug.ui 4 120 Apr 07, 2003 15:13:49.875
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]: java.io.IOException: Exec
error:Launching failed
at org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:215)
at org.eclipse.cdt.utils.spawner.Spawner.(Spawner.java:48)
at
org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:70)
at

org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.exec(Local
CLaunchConfigurationDelegate.java:213)
at

org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(Loc
alCLaunchConfigurationDelegate.java:138)
at

org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at

org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:56)
at

org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:32)
at

org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Rela
unchHistoryLaunchAction.java:59)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at

org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(Relaun
chHistoryLaunchAction.java:57)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at

org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:407)
at

org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:361)
at

org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:352)
at

org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:47)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at

org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

My momentics is running on a Windows XP PC an connected via Ethernet with
my
X86 target.

The type of project is a “QNX C Application Project”.

Regards

Rüdiger

P.S. I’ve heard of a patchB for Momentics 6.2.1 that should solve the
problem?!?


“David Gibbs” <> dagibbs@qnx.com> > schrieb im Newsbeitrag
news:bgrblu$j0n$> 2@nntp.qnx.com> …
“Ruediger Loos” <> Ruediger.Loos@3soft.de> > wrote:
Hallo,

I have a big problem in debugging my QNX application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch Configuration
Error”
with
one of the following informations:
“Exception occured processing launch configuration. Reason: Failed
Launching
CDI Debugger: Error initializing: Exec error:Launching failed” or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in workspace/.metadata, can you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.

No Mikhail, it does not.
This happens with every single application trying to debug.
I have 128MB RAM on my target and I can’t debug a “hello world” program :frowning:

Rüdiger

“Mikhail Khodjaiants” <mikhailk@qnx.com> schrieb im Newsbeitrag
news:bgtqdo$je3$1@nntp.qnx.com

It seems that your target is running out of memory.

Mikhail

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgt56j$3o5$> 1@inn.qnx.com> …
Hallo David,

I think the important entries are:


!ENTRY org.eclipse.debug.ui 4 120 Jun 17, 2003 12:47:13.220
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[503]: java.io.IOException: Open
Not
enough memory
at


com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at


com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at


com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at


com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at


com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at


org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at


org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at


org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 503 Jun 17, 2003 12:47:13.220
!MESSAGE Can’t transfer file for etx : Open Not enough memory
!STACK 0
java.io.IOException: Open Not enough memory
at


com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at


com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at


com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at


com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at


com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at


org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at


org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at


org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)

and


!ENTRY org.eclipse.debug.ui 4 120 Apr 07, 2003 15:13:49.875
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]: java.io.IOException: Exec
error:Launching failed
at org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:215)
at org.eclipse.cdt.utils.spawner.Spawner.(Spawner.java:48)
at

org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:70)
at


org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.exec(Local
CLaunchConfigurationDelegate.java:213)
at


org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(Loc
alCLaunchConfigurationDelegate.java:138)
at


org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at


org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:56)
at


org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:32)
at


org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Rela
unchHistoryLaunchAction.java:59)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at


org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(Relaun
chHistoryLaunchAction.java:57)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at


org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:407)
at


org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:361)
at


org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:352)
at


org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:47)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at


org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

My momentics is running on a Windows XP PC an connected via Ethernet
with
my
X86 target.

The type of project is a “QNX C Application Project”.

Regards

Rüdiger

P.S. I’ve heard of a patchB for Momentics 6.2.1 that should solve the
problem?!?


“David Gibbs” <> dagibbs@qnx.com> > schrieb im Newsbeitrag
news:bgrblu$j0n$> 2@nntp.qnx.com> …
“Ruediger Loos” <> Ruediger.Loos@3soft.de> > wrote:
Hallo,

I have a big problem in debugging my QNX application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch Configuration
Error”
with
one of the following informations:
“Exception occured processing launch configuration. Reason: Failed
Launching
CDI Debugger: Error initializing: Exec error:Launching failed” or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in workspace/.metadata, can you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.
\

128 MB may sound like a lot. But RTP eats those little bytes for
breakfast. Load as much of the system as you can then do a:
pidin in
What does the top line say after “FreeMem:”?


“Rdiger Loos” <Ruediger.Loos@3soft.de> wrote:
RdL > No Mikhail, it does not.
RdL > This happens with every single application trying to debug.
RdL > I have 128MB RAM on my target and I can’t debug a “hello world” program :frowning:

RdL > Rdiger

RdL > “Mikhail Khodjaiants” <mikhailk@qnx.com> schrieb im Newsbeitrag
RdL > news:bgtqdo$je3$1@nntp.qnx.com

It seems that your target is running out of memory.

Mikhail

the top line says: FreeMem: FreeMem:7540Kb/16Mb
that should be enough for a “helo world” program I think.

“Bill Caroselli” <qtps@earthlink.net> schrieb im Newsbeitrag
news:bh05jp$9j9$1@inn.qnx.com

128 MB may sound like a lot. But RTP eats those little bytes for
breakfast. Load as much of the system as you can then do a:
pidin in
What does the top line say after “FreeMem:”?


“Rdiger Loos” <> Ruediger.Loos@3soft.de> > wrote:
RdL > No Mikhail, it does not.
RdL > This happens with every single application trying to debug.
RdL > I have 128MB RAM on my target and I can’t debug a “hello world”
program > :frowning:

RdL > Rdiger

RdL > “Mikhail Khodjaiants” <> mikhailk@qnx.com> > schrieb im Newsbeitrag
RdL > news:bgtqdo$je3$> 1@nntp.qnx.com> …
It seems that your target is running out of memory.

Mikhail

Do you have /tmp linked to /dev/shmem? If so, how much space it uses
currently? It can easily exhaust your target memory.

Alex Chapiro

“Rüdiger Loos” <Ruediger.Loos@3SOFT.de> wrote in message
news:bgvo77$9m$1@inn.qnx.com

No Mikhail, it does not.
This happens with every single application trying to debug.
I have 128MB RAM on my target and I can’t debug a “hello world” program
:frowning:

Rüdiger

“Mikhail Khodjaiants” <> mikhailk@qnx.com> > schrieb im Newsbeitrag
news:bgtqdo$je3$> 1@nntp.qnx.com> …
It seems that your target is running out of memory.

Mikhail

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgt56j$3o5$> 1@inn.qnx.com> …
Hallo David,

I think the important entries are:


!ENTRY org.eclipse.debug.ui 4 120 Jun 17, 2003 12:47:13.220
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[503]: java.io.IOException: Open
Not
enough memory
at



com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at



com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at



com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at



com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at



com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at



org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at



org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at



org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 503 Jun 17, 2003 12:47:13.220
!MESSAGE Can’t transfer file for etx : Open Not enough memory
!STACK 0
java.io.IOException: Open Not enough memory
at



com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at



com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at



com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at



com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at



com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at



org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at



org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at



org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)

and


!ENTRY org.eclipse.debug.ui 4 120 Apr 07, 2003 15:13:49.875
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]: java.io.IOException: Exec
error:Launching failed
at org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:215)
at org.eclipse.cdt.utils.spawner.Spawner.(Spawner.java:48)
at

org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:70)
at



org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.exec(Local
CLaunchConfigurationDelegate.java:213)
at



org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(Loc
alCLaunchConfigurationDelegate.java:138)
at



org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at



org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:56)
at



org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:32)
at



org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Rela
unchHistoryLaunchAction.java:59)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at



org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(Relaun
chHistoryLaunchAction.java:57)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at



org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:407)
at



org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:361)
at



org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:352)
at



org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:47)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at



org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

My momentics is running on a Windows XP PC an connected via Ethernet
with
my
X86 target.

The type of project is a “QNX C Application Project”.

Regards

Rüdiger

P.S. I’ve heard of a patchB for Momentics 6.2.1 that should solve the
problem?!?


“David Gibbs” <> dagibbs@qnx.com> > schrieb im Newsbeitrag
news:bgrblu$j0n$> 2@nntp.qnx.com> …
“Ruediger Loos” <> Ruediger.Loos@3soft.de> > wrote:
Hallo,

I have a big problem in debugging my QNX application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch Configuration
Error”
with
one of the following informations:
“Exception occured processing launch configuration. Reason: Failed
Launching
CDI Debugger: Error initializing: Exec error:Launching failed” or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in workspace/.metadata, can
you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.


\

Hi Alex,

yes I’ve linked /tmp to /dev/shmem. But the space used does not exceed
128kB.

Rüdiger

“Alex Chapiro” <achapiro@qnx.com> schrieb im Newsbeitrag
news:bh0bkt$e1p$1@inn.qnx.com

Do you have /tmp linked to /dev/shmem? If so, how much space it uses
currently? It can easily exhaust your target memory.

Alex Chapiro

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgvo77$9m$> 1@inn.qnx.com> …
No Mikhail, it does not.
This happens with every single application trying to debug.
I have 128MB RAM on my target and I can’t debug a “hello world” program
:frowning:

Rüdiger

“Mikhail Khodjaiants” <> mikhailk@qnx.com> > schrieb im Newsbeitrag
news:bgtqdo$je3$> 1@nntp.qnx.com> …
It seems that your target is running out of memory.

Mikhail

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgt56j$3o5$> 1@inn.qnx.com> …
Hallo David,

I think the important entries are:


!ENTRY org.eclipse.debug.ui 4 120 Jun 17, 2003 12:47:13.220
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[503]: java.io.IOException:
Open
Not
enough memory
at




com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at




com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at




com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at




com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at




com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at




org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at




org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at




org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 503 Jun 17, 2003 12:47:13.220
!MESSAGE Can’t transfer file for etx : Open Not enough memory
!STACK 0
java.io.IOException: Open Not enough memory
at




com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at




com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at




com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at




com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at




com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at




org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at




org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at




org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)

and


!ENTRY org.eclipse.debug.ui 4 120 Apr 07, 2003 15:13:49.875
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]: java.io.IOException:
Exec
error:Launching failed
at org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:215)
at org.eclipse.cdt.utils.spawner.Spawner.(Spawner.java:48)
at


org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:70)
at




org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.exec(Local
CLaunchConfigurationDelegate.java:213)
at




org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(Loc
alCLaunchConfigurationDelegate.java:138)
at




org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at




org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:56)
at




org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:32)
at




org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Rela
unchHistoryLaunchAction.java:59)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at




org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(Relaun
chHistoryLaunchAction.java:57)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at




org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:407)
at




org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:361)
at




org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:352)
at




org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:47)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at




org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

My momentics is running on a Windows XP PC an connected via Ethernet
with
my
X86 target.

The type of project is a “QNX C Application Project”.

Regards

Rüdiger

P.S. I’ve heard of a patchB for Momentics 6.2.1 that should solve
the
problem?!?


“David Gibbs” <> dagibbs@qnx.com> > schrieb im Newsbeitrag
news:bgrblu$j0n$> 2@nntp.qnx.com> …
“Ruediger Loos” <> Ruediger.Loos@3soft.de> > wrote:
Hallo,

I have a big problem in debugging my QNX application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch Configuration
Error”
with
one of the following informations:
“Exception occured processing launch configuration. Reason:
Failed
Launching
CDI Debugger: Error initializing: Exec error:Launching failed”
or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in workspace/.metadata, can
you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.




\

According to your log report, exception occurs while transferring file from
host to target. Exception message is just an errno description. Could you
please try to copy the same file from host to /tmp on target, using File
System Navigator?

“Rüdiger Loos” <Ruediger.Loos@3SOFT.de> wrote in message
news:bh0cdg$el9$1@inn.qnx.com

Hi Alex,

yes I’ve linked /tmp to /dev/shmem. But the space used does not exceed
128kB.

Rüdiger

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0bkt$e1p$> 1@inn.qnx.com> …
Do you have /tmp linked to /dev/shmem? If so, how much space it uses
currently? It can easily exhaust your target memory.

Alex Chapiro

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgvo77$9m$> 1@inn.qnx.com> …
No Mikhail, it does not.
This happens with every single application trying to debug.
I have 128MB RAM on my target and I can’t debug a “hello world”
program
:frowning:

Rüdiger

“Mikhail Khodjaiants” <> mikhailk@qnx.com> > schrieb im Newsbeitrag
news:bgtqdo$je3$> 1@nntp.qnx.com> …
It seems that your target is running out of memory.

Mikhail

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgt56j$3o5$> 1@inn.qnx.com> …
Hallo David,

I think the important entries are:


!ENTRY org.eclipse.debug.ui 4 120 Jun 17, 2003 12:47:13.220
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[503]: java.io.IOException:
Open
Not
enough memory
at





com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at





com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at





com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at





com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at





com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at





org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at





org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at





org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 503 Jun 17, 2003 12:47:13.220
!MESSAGE Can’t transfer file for etx : Open Not enough memory
!STACK 0
java.io.IOException: Open Not enough memory
at





com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at





com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at





com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at





com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at





com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at





org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at





org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at





org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)

and


!ENTRY org.eclipse.debug.ui 4 120 Apr 07, 2003 15:13:49.875
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]: java.io.IOException:
Exec
error:Launching failed
at org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:215)
at org.eclipse.cdt.utils.spawner.Spawner.(Spawner.java:48)
at


org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:70)
at





org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.exec(Local
CLaunchConfigurationDelegate.java:213)
at





org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(Loc
alCLaunchConfigurationDelegate.java:138)
at





org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at





org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:56)
at





org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:32)
at





org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Rela
unchHistoryLaunchAction.java:59)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at





org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(Relaun
chHistoryLaunchAction.java:57)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at





org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:407)
at





org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:361)
at





org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:352)
at





org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:47)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at





org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

My momentics is running on a Windows XP PC an connected via
Ethernet
with
my
X86 target.

The type of project is a “QNX C Application Project”.

Regards

Rüdiger

P.S. I’ve heard of a patchB for Momentics 6.2.1 that should solve
the
problem?!?


“David Gibbs” <> dagibbs@qnx.com> > schrieb im Newsbeitrag
news:bgrblu$j0n$> 2@nntp.qnx.com> …
“Ruediger Loos” <> Ruediger.Loos@3soft.de> > wrote:
Hallo,

I have a big problem in debugging my QNX application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch
Configuration
Error”
with
one of the following informations:
“Exception occured processing launch configuration. Reason:
Failed
Launching
CDI Debugger: Error initializing: Exec error:Launching failed”
or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in workspace/.metadata,
can
you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.






\

I have no problem transfering the file from host to target using file system
navigator. Even larger files (10MB instead of 470kB) can be transfered
without any problem.

“Alex Chapiro” <achapiro@qnx.com> schrieb im Newsbeitrag
news:bh0edt$g2t$1@inn.qnx.com

According to your log report, exception occurs while transferring file
from
host to target. Exception message is just an errno description. Could you
please try to copy the same file from host to /tmp on target, using File
System Navigator?

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bh0cdg$el9$> 1@inn.qnx.com> …
Hi Alex,

yes I’ve linked /tmp to /dev/shmem. But the space used does not exceed
128kB.

Rüdiger

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0bkt$e1p$> 1@inn.qnx.com> …
Do you have /tmp linked to /dev/shmem? If so, how much space it uses
currently? It can easily exhaust your target memory.

Alex Chapiro

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgvo77$9m$> 1@inn.qnx.com> …
No Mikhail, it does not.
This happens with every single application trying to debug.
I have 128MB RAM on my target and I can’t debug a “hello world”
program
:frowning:

Rüdiger

“Mikhail Khodjaiants” <> mikhailk@qnx.com> > schrieb im Newsbeitrag
news:bgtqdo$je3$> 1@nntp.qnx.com> …
It seems that your target is running out of memory.

Mikhail

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgt56j$3o5$> 1@inn.qnx.com> …
Hallo David,

I think the important entries are:


!ENTRY org.eclipse.debug.ui 4 120 Jun 17, 2003 12:47:13.220
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[503]:
java.io.IOException:
Open
Not
enough memory
at






com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at






com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at






com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at






com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at






com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at






org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at






org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at






org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 503 Jun 17, 2003 12:47:13.220
!MESSAGE Can’t transfer file for etx : Open Not enough memory
!STACK 0
java.io.IOException: Open Not enough memory
at






com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at






com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at






com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at






com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at






com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at






org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at






org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at






org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)

and


!ENTRY org.eclipse.debug.ui 4 120 Apr 07, 2003 15:13:49.875
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]:
java.io.IOException:
Exec
error:Launching failed
at org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:215)
at
org.eclipse.cdt.utils.spawner.Spawner.(Spawner.java:48)
at



org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:70)
at






org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.exec(Local
CLaunchConfigurationDelegate.java:213)
at






org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(Loc
alCLaunchConfigurationDelegate.java:138)
at






org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at






org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:56)
at






org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:32)
at






org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Rela
unchHistoryLaunchAction.java:59)
at

org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at






org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(Relaun
chHistoryLaunchAction.java:57)
at
org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at






org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:407)
at






org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:361)
at






org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:352)
at






org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:47)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at






org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

My momentics is running on a Windows XP PC an connected via
Ethernet
with
my
X86 target.

The type of project is a “QNX C Application Project”.

Regards

Rüdiger

P.S. I’ve heard of a patchB for Momentics 6.2.1 that should
solve
the
problem?!?


“David Gibbs” <> dagibbs@qnx.com> > schrieb im Newsbeitrag
news:bgrblu$j0n$> 2@nntp.qnx.com> …
“Ruediger Loos” <> Ruediger.Loos@3soft.de> > wrote:
Hallo,

I have a big problem in debugging my QNX application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch
Configuration
Error”
with
one of the following informations:
“Exception occured processing launch configuration. Reason:
Failed
Launching
CDI Debugger: Error initializing: Exec error:Launching
failed”
or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in workspace/.metadata,
can
you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further
questions.








\

Things keep getting to be more and more weird.:slight_smile:)). I guess before
continuing of this issue investigation it is a good time to ask you which
version are you using on your host and on your target? Host build version
you can find in about dialog. As far as I remember, we never shipped 6.2.1A.
This is important to know in order to look at correct code.

Alex Chapiro


“Rüdiger Loos” <Ruediger.Loos@3SOFT.de> wrote in message
news:bh7mhp$mpr$1@inn.qnx.com

I have no problem transfering the file from host to target using file
system
navigator. Even larger files (10MB instead of 470kB) can be transfered
without any problem.

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0edt$g2t$> 1@inn.qnx.com> …
According to your log report, exception occurs while transferring file
from
host to target. Exception message is just an errno description. Could
you
please try to copy the same file from host to /tmp on target, using File
System Navigator?

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bh0cdg$el9$> 1@inn.qnx.com> …
Hi Alex,

yes I’ve linked /tmp to /dev/shmem. But the space used does not exceed
128kB.

Rüdiger

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0bkt$e1p$> 1@inn.qnx.com> …
Do you have /tmp linked to /dev/shmem? If so, how much space it uses
currently? It can easily exhaust your target memory.

Alex Chapiro

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgvo77$9m$> 1@inn.qnx.com> …
No Mikhail, it does not.
This happens with every single application trying to debug.
I have 128MB RAM on my target and I can’t debug a “hello world”
program
:frowning:

Rüdiger

“Mikhail Khodjaiants” <> mikhailk@qnx.com> > schrieb im Newsbeitrag
news:bgtqdo$je3$> 1@nntp.qnx.com> …
It seems that your target is running out of memory.

Mikhail

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgt56j$3o5$> 1@inn.qnx.com> …
Hallo David,

I think the important entries are:


!ENTRY org.eclipse.debug.ui 4 120 Jun 17, 2003 12:47:13.220
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[503]:
java.io.IOException:
Open
Not
enough memory
at







com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at







com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at







com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at







com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at







com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at







org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at







org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at







org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 503 Jun 17, 2003
12:47:13.220
!MESSAGE Can’t transfer file for etx : Open Not enough memory
!STACK 0
java.io.IOException: Open Not enough memory
at







com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at







com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at







com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at







com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at







com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at







org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at







org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at







org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)

and


!ENTRY org.eclipse.debug.ui 4 120 Apr 07, 2003 15:13:49.875
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]:
java.io.IOException:
Exec
error:Launching failed
at
org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:215)
at
org.eclipse.cdt.utils.spawner.Spawner.(Spawner.java:48)
at



org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:70)
at







org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.exec(Local
CLaunchConfigurationDelegate.java:213)
at







org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(Loc
alCLaunchConfigurationDelegate.java:138)
at







org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at







org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:56)
at







org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:32)
at







org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Rela
unchHistoryLaunchAction.java:59)
at

org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at







org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(Relaun
chHistoryLaunchAction.java:57)
at
org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at







org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:407)
at







org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:361)
at







org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:352)
at







org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:47)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at







org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:831)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

My momentics is running on a Windows XP PC an connected via
Ethernet
with
my
X86 target.

The type of project is a “QNX C Application Project”.

Regards

Rüdiger

P.S. I’ve heard of a patchB for Momentics 6.2.1 that should
solve
the
problem?!?


“David Gibbs” <> dagibbs@qnx.com> > schrieb im Newsbeitrag
news:bgrblu$j0n$> 2@nntp.qnx.com> …
“Ruediger Loos” <> Ruediger.Loos@3soft.de> > wrote:
Hallo,

I have a big problem in debugging my QNX application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch
Configuration
Error”
with
one of the following informations:
“Exception occured processing launch configuration.
Reason:
Failed
Launching
CDI Debugger: Error initializing: Exec error:Launching
failed”
or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in
workspace/.metadata,
can
you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further
questions.










\

We definitely have version 6.2.1a installed on out host.
As I’ve heard from our customer, his/our target uses version 6.2.1, but we
don’t know whether it is 6.2.1 or 6.2.1a.
When I have the target connected to my host, how can I determine the version
of the os installed on my target?

Thanks in advance
Rüdiger Loos

“Alex Chapiro” <achapiro@qnx.com> schrieb im Newsbeitrag
news:bh8ic0$ck9$1@inn.qnx.com

Things keep getting to be more and more weird.> :slight_smile:> )). I guess before
continuing of this issue investigation it is a good time to ask you which
version are you using on your host and on your target? Host build version
you can find in about dialog. As far as I remember, we never shipped
6.2.1A.
This is important to know in order to look at correct code.

Alex Chapiro


“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bh7mhp$mpr$> 1@inn.qnx.com> …
I have no problem transfering the file from host to target using file
system
navigator. Even larger files (10MB instead of 470kB) can be transfered
without any problem.

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0edt$g2t$> 1@inn.qnx.com> …
According to your log report, exception occurs while transferring file
from
host to target. Exception message is just an errno description. Could
you
please try to copy the same file from host to /tmp on target, using
File
System Navigator?

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bh0cdg$el9$> 1@inn.qnx.com> …
Hi Alex,

yes I’ve linked /tmp to /dev/shmem. But the space used does not
exceed
128kB.

Rüdiger

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0bkt$e1p$> 1@inn.qnx.com> …
Do you have /tmp linked to /dev/shmem? If so, how much space it
uses
currently? It can easily exhaust your target memory.

Alex Chapiro

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgvo77$9m$> 1@inn.qnx.com> …
No Mikhail, it does not.
This happens with every single application trying to debug.
I have 128MB RAM on my target and I can’t debug a “hello world”
program
:frowning:

Rüdiger

“Mikhail Khodjaiants” <> mikhailk@qnx.com> > schrieb im Newsbeitrag
news:bgtqdo$je3$> 1@nntp.qnx.com> …
It seems that your target is running out of memory.

Mikhail

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgt56j$3o5$> 1@inn.qnx.com> …
Hallo David,

I think the important entries are:


!ENTRY org.eclipse.debug.ui 4 120 Jun 17, 2003 12:47:13.220
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[503]:
java.io.IOException:
Open
Not
enough memory
at








com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at








com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at








com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at








com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at








com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at








org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at








org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at








org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 503 Jun 17, 2003
12:47:13.220
!MESSAGE Can’t transfer file for etx : Open Not enough
memory
!STACK 0
java.io.IOException: Open Not enough memory
at








com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at








com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at








com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at








com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at








com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at








org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at








org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at








org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)

and


!ENTRY org.eclipse.debug.ui 4 120 Apr 07, 2003 15:13:49.875
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]:
java.io.IOException:
Exec
error:Launching failed
at
org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:215)
at
org.eclipse.cdt.utils.spawner.Spawner.(Spawner.java:48)
at




org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:70)
at








org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.exec(Local
CLaunchConfigurationDelegate.java:213)
at








org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(Loc
alCLaunchConfigurationDelegate.java:138)
at








org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at








org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:56)
at








org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:32)
at








org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Rela
unchHistoryLaunchAction.java:59)
at

org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at








org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(Relaun
chHistoryLaunchAction.java:57)
at
org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at








org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:407)
at








org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:361)
at








org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:352)
at








org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:47)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at

org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at

org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at
org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at








org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:831)
at
org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

My momentics is running on a Windows XP PC an connected via
Ethernet
with
my
X86 target.

The type of project is a “QNX C Application Project”.

Regards

Rüdiger

P.S. I’ve heard of a patchB for Momentics 6.2.1 that should
solve
the
problem?!?


“David Gibbs” <> dagibbs@qnx.com> > schrieb im Newsbeitrag
news:bgrblu$j0n$> 2@nntp.qnx.com> …
“Ruediger Loos” <> Ruediger.Loos@3soft.de> > wrote:
Hallo,

I have a big problem in debugging my QNX application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch
Configuration
Error”
with
one of the following informations:
“Exception occured processing launch configuration.
Reason:
Failed
Launching
CDI Debugger: Error initializing: Exec error:Launching
failed”
or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in
workspace/.metadata,
can
you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further
questions.












\

At least let me know Build ID from the About QNX Momentics IDE dialog.
For target please check the date of build for /usr/sbin/qconn.

“Rüdiger Loos” <Ruediger.Loos@3SOFT.de> wrote in message
news:bha8mq$je7$1@inn.qnx.com

We definitely have version 6.2.1a installed on out host.
As I’ve heard from our customer, his/our target uses version 6.2.1, but we
don’t know whether it is 6.2.1 or 6.2.1a.
When I have the target connected to my host, how can I determine the
version
of the os installed on my target?

Thanks in advance
Rüdiger Loos

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh8ic0$ck9$> 1@inn.qnx.com> …
Things keep getting to be more and more weird.> :slight_smile:> )). I guess before
continuing of this issue investigation it is a good time to ask you
which
version are you using on your host and on your target? Host build
version
you can find in about dialog. As far as I remember, we never shipped
6.2.1A.
This is important to know in order to look at correct code.

Alex Chapiro


“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bh7mhp$mpr$> 1@inn.qnx.com> …
I have no problem transfering the file from host to target using file
system
navigator. Even larger files (10MB instead of 470kB) can be transfered
without any problem.

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0edt$g2t$> 1@inn.qnx.com> …
According to your log report, exception occurs while transferring
file
from
host to target. Exception message is just an errno description.
Could
you
please try to copy the same file from host to /tmp on target, using
File
System Navigator?

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bh0cdg$el9$> 1@inn.qnx.com> …
Hi Alex,

yes I’ve linked /tmp to /dev/shmem. But the space used does not
exceed
128kB.

Rüdiger

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0bkt$e1p$> 1@inn.qnx.com> …
Do you have /tmp linked to /dev/shmem? If so, how much space it
uses
currently? It can easily exhaust your target memory.

Alex Chapiro

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgvo77$9m$> 1@inn.qnx.com> …
No Mikhail, it does not.
This happens with every single application trying to debug.
I have 128MB RAM on my target and I can’t debug a “hello
world”
program
:frowning:

Rüdiger

“Mikhail Khodjaiants” <> mikhailk@qnx.com> > schrieb im
Newsbeitrag
news:bgtqdo$je3$> 1@nntp.qnx.com> …
It seems that your target is running out of memory.

Mikhail

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgt56j$3o5$> 1@inn.qnx.com> …
Hallo David,

I think the important entries are:


!ENTRY org.eclipse.debug.ui 4 120 Jun 17, 2003
12:47:13.220
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[503]:
java.io.IOException:
Open
Not
enough memory
at









com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at









com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at









com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at









com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at









com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at









org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at









org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at









org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 503 Jun 17, 2003
12:47:13.220
!MESSAGE Can’t transfer file for etx : Open Not enough
memory
!STACK 0
java.io.IOException: Open Not enough memory
at









com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at









com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at









com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at









com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at









com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at









org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at









org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at









org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)

and


!ENTRY org.eclipse.debug.ui 4 120 Apr 07, 2003
15:13:49.875
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]:
java.io.IOException:
Exec
error:Launching failed
at
org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:215)
at
org.eclipse.cdt.utils.spawner.Spawner.(Spawner.java:48)
at




org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:70)
at









org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.exec(Local
CLaunchConfigurationDelegate.java:213)
at









org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(Loc
alCLaunchConfigurationDelegate.java:138)
at









org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at









org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:56)
at









org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:32)
at









org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Rela
unchHistoryLaunchAction.java:59)
at

org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at









org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(Relaun
chHistoryLaunchAction.java:57)
at
org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at









org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:407)
at









org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:361)
at









org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:352)
at









org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:47)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at

org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at

org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at
org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at









org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:831)
at
org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

My momentics is running on a Windows XP PC an connected
via
Ethernet
with
my
X86 target.

The type of project is a “QNX C Application Project”.

Regards

Rüdiger

P.S. I’ve heard of a patchB for Momentics 6.2.1 that
should
solve
the
problem?!?


“David Gibbs” <> dagibbs@qnx.com> > schrieb im Newsbeitrag
news:bgrblu$j0n$> 2@nntp.qnx.com> …
“Ruediger Loos” <> Ruediger.Loos@3soft.de> > wrote:
Hallo,

I have a big problem in debugging my QNX application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch
Configuration
Error”
with
one of the following informations:
“Exception occured processing launch configuration.
Reason:
Failed
Launching
CDI Debugger: Error initializing: Exec error:Launching
failed”
or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in
workspace/.metadata,
can
you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further
questions.














\

Having heard the patchB to 6.2.1b shall solve my problem I’ve installed the
patch. But, no way, I still have the same problem.
By the way, the Build ID is Build id: 200304070109
the date of build for /usr/sbin/qconn is 12th Aug 2003 - I believe it’s the
installation date.
The size of qconn on my target is 70708 Bytes.
The file attached contains the content of my .log file after having tried to
debug my application.

Meanwhile I think it would be the best to reinstall Momentics version 6.2.0,
where this problem did not exist :frowning:

regards
Rüdiger Loos


“Alex Chapiro” <achapiro@qnx.com> schrieb im Newsbeitrag
news:bhak3c$r98$1@inn.qnx.com

At least let me know Build ID from the About QNX Momentics IDE dialog.
For target please check the date of build for /usr/sbin/qconn.

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bha8mq$je7$> 1@inn.qnx.com> …
We definitely have version 6.2.1a installed on out host.
As I’ve heard from our customer, his/our target uses version 6.2.1, but
we
don’t know whether it is 6.2.1 or 6.2.1a.
When I have the target connected to my host, how can I determine the
version
of the os installed on my target?

Thanks in advance
Rüdiger Loos

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh8ic0$ck9$> 1@inn.qnx.com> …
Things keep getting to be more and more weird.> :slight_smile:> )). I guess before
continuing of this issue investigation it is a good time to ask you
which
version are you using on your host and on your target? Host build
version
you can find in about dialog. As far as I remember, we never shipped
6.2.1A.
This is important to know in order to look at correct code.

Alex Chapiro


“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bh7mhp$mpr$> 1@inn.qnx.com> …
I have no problem transfering the file from host to target using
file
system
navigator. Even larger files (10MB instead of 470kB) can be
transfered
without any problem.

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0edt$g2t$> 1@inn.qnx.com> …
According to your log report, exception occurs while transferring
file
from
host to target. Exception message is just an errno description.
Could
you
please try to copy the same file from host to /tmp on target,
using
File
System Navigator?

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bh0cdg$el9$> 1@inn.qnx.com> …
Hi Alex,

yes I’ve linked /tmp to /dev/shmem. But the space used does not
exceed
128kB.

Rüdiger

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0bkt$e1p$> 1@inn.qnx.com> …
Do you have /tmp linked to /dev/shmem? If so, how much space
it
uses
currently? It can easily exhaust your target memory.

Alex Chapiro

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgvo77$9m$> 1@inn.qnx.com> …
No Mikhail, it does not.
This happens with every single application trying to debug.
I have 128MB RAM on my target and I can’t debug a “hello
world”
program
:frowning:

Rüdiger

“Mikhail Khodjaiants” <> mikhailk@qnx.com> > schrieb im
Newsbeitrag
news:bgtqdo$je3$> 1@nntp.qnx.com> …
It seems that your target is running out of memory.

Mikhail

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgt56j$3o5$> 1@inn.qnx.com> …
Hallo David,

I think the important entries are:


!ENTRY org.eclipse.debug.ui 4 120 Jun 17, 2003
12:47:13.220
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[503]:
java.io.IOException:
Open
Not
enough memory
at










com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at










com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at










com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at










com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at










com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at










org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at










org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at










org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 503 Jun 17, 2003
12:47:13.220
!MESSAGE Can’t transfer file for etx : Open Not enough
memory
!STACK 0
java.io.IOException: Open Not enough memory
at










com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at










com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at










com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at










com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at










com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at










org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at










org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at










org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)

and


!ENTRY org.eclipse.debug.ui 4 120 Apr 07, 2003
15:13:49.875
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]:
java.io.IOException:
Exec
error:Launching failed
at
org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:215)
at
org.eclipse.cdt.utils.spawner.Spawner.(Spawner.java:48)
at





org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:70)
at










org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.exec(Local
CLaunchConfigurationDelegate.java:213)
at










org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(Loc
alCLaunchConfigurationDelegate.java:138)
at










org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at










org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:56)
at










org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:32)
at










org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Rela
unchHistoryLaunchAction.java:59)
at


org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at










org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(Relaun
chHistoryLaunchAction.java:57)
at
org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at










org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:407)
at










org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:361)
at










org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:352)
at










org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:47)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at

org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at

org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at

org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at
org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at










org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:831)
at
org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at
org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

My momentics is running on a Windows XP PC an connected
via
Ethernet
with
my
X86 target.

The type of project is a “QNX C Application Project”.

Regards

Rüdiger

P.S. I’ve heard of a patchB for Momentics 6.2.1 that
should
solve
the
problem?!?


“David Gibbs” <> dagibbs@qnx.com> > schrieb im Newsbeitrag
news:bgrblu$j0n$> 2@nntp.qnx.com> …
“Ruediger Loos” <> Ruediger.Loos@3soft.de> > wrote:
Hallo,

I have a big problem in debugging my QNX
application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch
Configuration
Error”
with
one of the following informations:
“Exception occured processing launch configuration.
Reason:
Failed
Launching
CDI Debugger: Error initializing: Exec
error:Launching
failed”
or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in
workspace/.metadata,
can
you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard
Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further
questions.

















\

begin 666 save.log
M(5-%4U-)3TX@075G(#$R+" R,# S(#$S.C$V.C0Q+C<T-2 M+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2T-“FIA=F$N=F5R
M<VEO;CTQ+C,N,5\P- T*:F%V82YV96YD;W(]4W5N($UI8W)O<WES=&5M<R!)
M;F,N#0I”;V]T3&]A9&5R(&-O;G-T86YT<SH@3U,]=VEN,S(L($%20T@]>#@V
M+"!74SUW:6XS,BP@3DP]9&5?1$4-“D-O;6UA;F0M;&EN92!A<F=U;65N=’,Z
M(“UO<R!W:6XS,B M=W,@=VEN,S(@+6%R8V@@>#@V(“UF96%T=7)E(&-O;2YQ
M;G@N=&]O;’,N:61E(“UI;G-T86QL(&9I;&4Z0SHO44Y8<V1K+VAO<W0O=VEN
M,S(O>#@V+W5S<B]Q9&4O96-L:7!S92-“B%%3E1262!O<F<N96-L:7!S92YJ
M9’0N;&%U;F-H:6YG(#0@-”!!=6<@,3(L(#(P,#,@,3,Z,38Z-#$N-S0U#0HA
M34534T%'12!632!T>7!E(&5L96UE;G0@=VET:”!U;FMN;W=N(&ED#0HA14Y4
M4ED@;W)G+F5C;&EP<V4N9&5B=6<N=6D@-” Q,C @075G(#$R+” R,# S(#$S
M.C$W.C U+C<R- T*(4U%4U-!1T4@17)R;W(@;&]G9V5D(&9R;VT@1&5B=6<@
M54DZ( T*(5-404-+(#$-“F]R9RYE8VQI<’-E+F-O<F4N<G5N=&EM92Y#;W)E
M17AC97!T:6]N6S$U,%TZ(&]R9RYE8VQI<’-E+F-D=“YD96)U9RYC;W)E+F-D
M:2Y#1$E%>&-E<'1I;VXZ($5R<F]R(&EN:71I86QI>FEN9SH@5&EM961O=70-
M”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ9&4N9&5B=6<N:6YT97)N86PN8V]R
M92Y#1T1"1&5B=6=G97(N8W)E871E071T86-H4V5S<VEO;BA#1T1"1&5B=6=G
M97(N:F%V83HQ,3@I#0H)870@8V]M+G%N>“YT;V]L<RYI9&4N<61E+FEN=&5R
M;F%L+G5I+FQA=6YC:“Y,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N<W1A
M<G1$96)U9V=E<BA,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HT
M,3,I#0H)870@8V]M+G%N>“YT;V]L<RYI9&4N<61E+FEN=&5R;F%L+G5I+FQA
M=6YC:“Y,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N;&%U;F-H*$QA=6YC
M:$-O;F9I9W5R871I;VY$96QE9V%T92YJ879A.C,P-RD-”@EA=”!O<F<N96-L
M:7!S92YD96)U9RYI;G1E<FYA;“YC;W)E+DQA=6YC:$-O;F9I9W5R871I;VXN
M;&%U;F-H*$QA=6YC:$-O;F9I9W5R871I;VXN:F%V83HQ,S8I#0H)870@;W)G
M+F5C;&EP<V4N9&5B=6<N:6YT97)N86PN=6DN;&%U;F-H0V]N9FEG=7)A=&EO
M;G,N3&%U;F-H0V]N9FEG=7)A=&EO;D1I86QO9R0Q,“YR=6XH3&%U;F-H0V]N
M9FEG=7)A=&EO;D1I86QO9RYJ879A.C(R.3DI#0H)870@;W)G+F5C;&EP<V4N
M:F9A8V4N;W!E<F%T:6]N+DUO9&%L0V]N=&5X=“1-;V1A;$-O;G1E>‘14:’)E
M860N<G5N*$UO9&%L0V]N=&5X=“YJ879A.CDX0T(45.5%)9(&]R9RYE8VQI
M<’-E+F-D=“YL875N8V@@-” Q-3 @075G(#$R+” R,# S(#$S.C$W.C U+C<R
M- T*(4U%4U-!1T4@0T1)($5R<F]R.B!%<G)O<B!I;FET:6%L:7II;F<Z(%1I
M;65D;W5T#0HA4U1!0TL@, T*;W)G+F5C;&EP<V4N8V1T+F1E8G5G+F-O<F4N
M8V1I+D-$245X8V5P=&EO;CH@17)R;W(@:6YI=&EA;&EZ:6YG.B!4:6UE9&]U
M= T*“6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YD96)U9RYI;G1E<FYA;“YC
M;W)E+D-'1$)$96)U9V=E<BYC<F5A=&5!='1A8VA397-S:6]N*$-'1$)$96)U
M9V=E<BYJ879A.C$Q.“D-”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ9&4N:6YT
M97)N86PN=6DN;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YS
M=&%R=$1E8G5G9V5R*$QA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YJ879A
M.C0Q,RD-”@EA=”!C;VTN<6YX+G1O;VQS+FED92YQ9&4N:6YT97)N86PN=6DN
M;&%U;F-H+DQA=6YC:$-O;F9I9W5R871I;VY$96QE9V%T92YL875N8V@H3&%U
M;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA=F$Z,S W0T"6%T(&]R9RYE
M8VQI<’-E+F1E8G5G+FEN=&5R;F%L+F-O<F4N3&%U;F-H0V]N9FEG=7)A=&EO
M;BYL875N8V@H3&%U;F-H0V]N9FEG=7)A=&EO;BYJ879A.C$S-BD-”@EA=”!O
M<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YU:2YL875N8VA#;VYF:6=U<F%T
M:6]N<RY,875N8VA#;VYF:6=U<F%T:6]N1&EA;&]G)#$P+G)U;BA,875N8VA#
M;VYF:6=U<F%T:6]N1&EA;&]G+FIA=F$Z,C(Y.2D-”@EA=”!O<F<N96-L:7!S
M92YJ9F%C92YO<&5R871I;VXN36]D86Q#;VYT97AT)$UO9&%L0V]N=&5X=%1H
M<F5A9"YR=6XH36]D86Q#;VYT97AT+FIA=F$Z.3@I#0HA4T534TE/3B!!=6<@
M,3(L(#(P,#,@,3,Z,C,Z,C,N,S@Q(“TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+0T*:F%V82YV97)S:6]N/3$N,RXQ7S T
M#0IJ879A+G9E;F1O<CU3=6X@36EC<F]S>7-T96US($EN8RX-“D)O;W1,;V%D
M97(@8V]N<W1A;G1S.B!/4SUW:6XS,BP@05)#2#UX.#8L(%=3/7=I;C,R+”!.
M3#UD95]$10T0V]M;6%N9"UL:6YE(&%R9W5M96YT<SH@+6]S(’=I;C,R(“UW
M<R!W:6XS,B M87)C:”!X.#8@+69E871U<F4@8V]M+G%N>“YT;V]L<RYI9&4@
M+6EN<W1A;&P@9FEL93I#.B]13EAS9&LO:&]S=”]W:6XS,B]X.#8O=7-R+W%D
M92]E8VQI<’-E+PT
(45.5%)9(&]R9RYE8VQI<’-E+FID=“YL875N8VAI;F<@
M-” T($%U9R Q,BP@,C P,R Q,SHR,SHR,RXS.#$-“B%-15-304=%(%9-('1Y
M<&4@96QE;65N=”!W:71H('5N:VYO=VX@:60-“B%%3E1262!O<F<N96-L:7!S
M92YU:2 T(#0@075G(#$R+” R,# S(#$S.C(S.C0Y+C4Q.0T*(4U%4U-!1T4@
M56YA8FQE(‘1O(’)E<W1O<F4@961I=&]R(“T@8W)E871E16QE;65N=”!R971U
M<FYE9”!N=6QL(&9O<B!I;G!U=”!E;&5M96YT(&9A8W1O<GDZ(&]R9RYE8VQI
M<’-E+G5I+G!A<G0N1FEL945D:71O<DEN<‘5T1F%C=&]R>0T*(45.5%)9(&]R
M9RYE8VQI<’-E+G5I(#0@-”!!=6<@,3(L(#(P,#,@,3,Z,C,Z-#DN-3,U#0HA
M34534T%‘12!5;F%B;&4@=&@<F5S=&]R92!E9&ET;W(@+2!C<F5A=&5%;&5M
M96YT(’)E=‘5R;F5D(&YU;&P@9F]R(&EN<‘5T(&5L96UE;G0@9F%C=&]R>3H@
M;W)G+F5C;&EP<V4N=6DN<&%R=“Y&:6QE161I=&]R26YP=71&86-T;W)Y#0HA
M14Y44ED@;W)G+F5C;&EP<V4N=6D@-” T($%U9R Q,BP@,C P,R Q,SHR,SHT
M.2XU-3 -“B%-15-304=%(%5N86)L92!T;R!R97-T;W)E(&5D:71O<B M(&-R
M96%T945L96UE;G0@<F5T=7)N960@;G5L;”!F;W(@:6YP=70@96QE;65N="!F
M86-T;W)Y.B!O<F<N96-L:7!S92YU:2YP87)T+D9I;&5%9&ET;W));G!U=$9A
M8W1O<GD-“B%%3E1262!O<F<N96-L:7!S92YU:2 T(#0@075G(#$R+” R,# S
M(#$S.C(S.C0Y+C4U, T*(4U%4U-!1T4@56YA8FQE(‘1O(’)E<W1O<F4@961I
M=&]R(“T@8W)E871E16QE;65N=”!R971U<FYE9"!N=6QL(&9O<B!I;G!U="!E
M;&5M96YT(&9A8W1O<GDZ(&]R9RYE8VQI<’-E+G5I+G!A<G0N1FEL945D:71O
M<DEN<‘5T1F%C=&]R>0T*(45.5%)9(&]R9RYE8VQI<’-E+G5I(#0@-"!!=6<@
M,3(L(#(P,#,@,3,Z,C,Z-#DN-38V#0HA34534T%‘12!5;F%B;&4@=&@<F5S
M=&]R92!E9&ET;W(@+2!C<F5A=&5%;&5M96YT(’)E=‘5R;F5D(&YU;&P@9F]R
M(&EN<‘5T(&5L96UE;G0@9F%C=&]R>3H@;W)G+F5C;&EP<V4N=6DN<&%R=“Y&
M:6QE161I=&]R26YP=71&86-T;W)Y#0HA14Y44ED@;W)G+F5C;&EP<V4N=6D@
M-” T($%U9R Q,BP@,C P,R Q,SHR,SHT.2XU-C8-“B%-15-304=%(%5N86)L
M92!T;R!R97-T;W)E(&5D:71O<B M(&-R96%T945L96UE;G0@<F5T=7)N960@
M;G5L;”!F;W(@:6YP=70@96QE;65N="!F86-T;W)Y.B!O<F<N96-L:7!S92YU
M:2YP87)T+D9I;&5%9&ET;W));G!U=$9A8W1O<GD-“B%%3E1262!O<F<N96-L
M:7!S92YC;W)E+G)E<V]U<F-E<R T(#$@075G(#$R+” R,# S(#$S.C,S.C V
M+C,Q,0T*(4U%4U-!1T4@4’)O:F5C="!M:7-S:6YG(&EN(’-E=$)U:6QD97)S
M4&5R<VES=&5N=$EN9F-“B%%3E1262!O<F<N96-L:7!S92YC9’0N8V]R92 T
M(#(@075G(#$R+” R,# S(#$S.C,T.C$P+C<Y-PT*(4U%4U-!1T4@0T144’)O
M:F5C="!A;’)E861Y(&5X:7-I=’,@8G5T(&1O97,@;F]T(&UA=&-H(&]W;F5R
M($E$(&]F(&-R96%T;W(-“B%%3E1262!O<F<N96-L:7!S92YU:2 T(# @075G
M(#$R+” R,# S(#$S.C,U.C4Y+C8V, T*(4U%4U-!1T4@06)S=’)A8W1-87)K
M97)!;FYO=&%T:6]N36]D96PN8V]N;F5C=&5D#0HA14Y44ED@;W)G+F5C;&EP
M<V4N8V]R92YR97-O=7)C97,@-" S-C@@075G(#$R+" R,# S(#$S.C,U.C4Y
M+C8V, T*(4U%4U-!1T4@4F5S;W5R8V4@+W1E<W1#04XO8V]M;6]N+FUK(&1O
M97,@;F]T(&5X:7-T+@T*(45.5%)9(&]R9RYE8VQI<’-E+G5I(#0@-"!!=6<@
M,3(L(#(P,#,@,34Z,3@Z,S N-#@S#0HA34534T%‘12!5;FAA;F1L960@97AC
M97!T:6]N(&-A=6=H="!I;B!E=F5N="!L;V]P+@T*(45.5%)9(&]R9RYE8VQI
M<’-E+G5I(#0@,"!!=6<@,3(L(#(P,#,@,34Z,3@Z,S N-3$T#0HA34534T%’
M12!J879A+FQA;F<N3G5L;%!O:6YT97)%>&-E<‘1I;VX-“B%35$%#2R P#0IJ
M879A+FQA;F<N3G5L;%!O:6YT97)%>&-E<'1I;VX-”@EA="!O<F<N96-L:7!S
M92YJ9F%C92YA8W1I;VXN06-T:6]N0V]N=’)I8G5T:6]N271E;2X:6YI=#XH
M06-T:6]N0V]N=’)I8G5T:6]N271E;2YJ879A.C$S,RD-"@EA="!O<F<N96-L
M:7!S92YJ9F%C92YA8W1I;VXN0V]N=’)I8G5T:6]N36%N86=E<BYA9&0H0V]N
M=’)I8G5T:6]N36%N86=E<BYJ879A.C8R0T"6%T(&-O;2YQ;G@N=&]O;’,N
M:61E+F9S>7,N=6DN1FEL95-Y<W1E;59I97<N9FEL;%1R965#;VYT97AT365N
M=2A&:6QE4WES=&5M5FEE=RYJ879A.C0R-2D-"@EA="!C;VTN<6YX+G1O;VQS
M+FED92YF<WES+G5I+D9I;&53>7-T96U6:65W)#$N;65N=4%B;W5T5&]3:&]W
M*$9I;&53>7-T96U6:65W+FIA=F$Z,C@P0T"6%T(&]R9RYE8VQI<’-E+FIF
M86-E+F%C=&EO;BY-96YU36%N86=E<BYF:7)E06)O=714;U-H;W<H365N=4UA
M;F%G97(N:F%V83HR,S4I#0H)870@;W)G+F5C;&EP<V4N:F9A8V4N86-T:6]N
M+DUE;G5-86YA9V5R+FAA;F1L94%B;W5T5&]3:&]W*$UE;G5-86YA9V5R+FIA
M=F$Z,S V0T"6%T(&]R9RYE8VQI<’-E+FIF86-E+F%C=&EO;BY-96YU36%N
M86=E<BYA8V-E<W,D,“A-96YU36%N86=E<BYJ879A.C,P,RD-”@EA="!O<F<N
M96-L:7!S92YJ9F%C92YA8W1I;VXN365N=4UA;F%G97(D,BYM96YU4VAO=VXH
M365N=4UA;F%G97(N:F%V83HS,S,I#0H)870@;W)G+F5C;&EP<V4N<W=T+G=I
M9&=E=’,N5’EP961,:7-T96YE<BYH86YD;&5%=F5N=“A4>7!E9$QI<W1E;F5R
M+FIA=F$Z,3$T0T"6%T(&]R9RYE8VQI<’-E+G-W=“YW:61G971S+D5V96YT
M5&%B;&4N<V5N9$5V96YT*$5V96YT5&%B;&4N:F%V83HW-RD-”@EA=”!O<F<N
M96-L:7!S92YS=W0N=VED9V5T<RY7:61G970N<V5N9$5V96YT*%=I9&=E=“YJ
M879A.C@T,RD-”@EA="!O<F<N96-L:7!S92YS=W0N=VED9V5T<RY7:61G970N
M<V5N9$5V96YT*%=I9&=E=“YJ879A.C@T.“D-”@EA=”!O<F<N96-L:7!S92YS
M=W0N=VED9V5T<RY#;VYT<F]L+E=-7TE.251-14Y54$]055 H0V]N=’)O;“YJ
M879A.C,P,C@I#0H)870@;W)G+F5C;&EP<V4N<W=T+G=I9&=E=’,N0V]N=’)O
M;“YW:6YD;W=0<F]C*$-O;G1R;VPN:F%V83HR-S Q0T"6%T(&]R9RYE8VQI
M<’-E+G-W=“YW:61G971S+D1E8V]R871I;VYS+G=I;F1O=U!R;V,H1&5C;W)A
M=&EO;G,N:F%V83HQ,S0P0T"6%T(&]R9RYE8VQI<’-E+G-W=“YW:61G971S
M+D1I<W!L87DN=VEN9&]W4’)O8RA$:7-P;&%Y+FIA=F$Z,3DY,BD-”@EA=”!O
M<F<N96-L:7!S92YS=W0N:6YT97)N86PN=VEN,S(N3U,N5’)A8VM0;W!U<$UE
M;G4H3F%T:79E($UE=&AO9"D-”@EA=”!O<F<N96-L:7!S92YS=W0N=VED9V5T
M<RY-96YU+G-E=%9I<VEB;&4H365N=2YJ879A.CDP,RD-"@EA="!O<F<N96-L
M:7!S92YS=W0N=VED9V5T<RY#;VYT<F]L+E=-7T-/3E1%6%1-14Y5*$-O;G1R
M;VPN:F%V83HR.#,Y0T"6%T(&]R9RYE8VQI<’-E+G-W=“YW:61G971S+D-O
M;G1R;VPN=VEN9&]W4’)O8RA#;VYT<F]L+FIA=F$Z,C8X,RD-”@EA="!O<F<N
M96-L:7!S92YS=W0N=VED9V5T<RY$:7-P;&%Y+G=I;F1O=U!R;V,H1&ES<&QA
M>2YJ879A.C$Y.3(I#0H)870@;W)G+F5C;&EP<V4N<W=T+FEN=&5R;F%L+G=I
M;C,R+D]3+D-A;&Q7:6YD;W=0<F]C5RA.871I=F4@365T:&]D0T"6%T(&]R
M9RYE8VQI<’-E+G-W=“YI;G1E<FYA;“YW:6XS,BY/4RY#86QL5VEN9&]W4’)O
M8RA/4RYJ879A.C$Q-38I#0H)870@;W)G+F5C;&EP<V4N<W=T+G=I9&=E=’,N
M5’)E92YC86QL5VEN9&]W4’)O8RA4<F5E+FIA=F$Z,34R0T"6%T(&]R9RYE
M8VQI<’-E+G-W=“YW:61G971S+D-O;G1R;VPN5TU?4D)55%1/3E50*$-O;G1R
M;VPN:F%V83HS-S4Q0T"6%T(&]R9RYE8VQI<’-E+G-W=“YW:61G971S+D-O
M;G1R;VPN=VEN9&]W4’)O8RA#;VYT<F]L+FIA=F$Z,C<S-2D-”@EA=”!O<F<N
M96-L:7!S92YS=W0N=VED9V5T<RY$:7-P;&%Y+G=I;F1O=U!R;V,H1&ES<&QA
M>2YJ879A.C$Y.3(I#0H)870@;W)G+F5C;&EP<V4N<W=T+FEN=&5R;F%L+G=I
M;C,R+D]3+D1I<W!A=&-H365S<V%G95<H3F%T:79E($UE=&AO9"D-”@EA=”!O
M<F<N96-L:7!S92YS=W0N:6YT97)N86PN=VEN,S(N3U,N1&ES<&%T8VA-97-S
M86=E*$]3+FIA=F$Z,3(R,RD-"@EA="!O<F<N96-L:7!S92YS=W0N=VED9V5T
M<RY$:7-P;&%Y+G)E861!;F1$:7-P871C:“A$:7-P;&%Y+FIA=F$Z,3(X.2D-
M”@EA="!O<F<N96-L:7!S92YU:2YI;G1E<FYA;“Y7;W)K8F5N8V@N<G5N179E
M;G1,;V]P*%=O<FMB96YC:“YJ879A.C$S-#,I#0H)870@;W)G+F5C;&EP<V4N
M=6DN:6YT97)N86PN5V]R:V)E;F-H+G)U;BA7;W)K8F5N8V@N:F%V83HQ,S(V
M0T"6%T(&]R9RYE8VQI<’-E+F-O<F4N:6YT97)N86PN8F]O=“Y);G1E<FYA
M;$)O;W1,;V%D97(N<G5N*$EN=&5R;F%L0F]O=$QO861E<BYJ879A.C@S,2D-
M”@EA=”!O<F<N96-L:7!S92YC;W)E+F)O;W0N0F]O=$QO861E<BYR=6XH0F]O
M=$QO861E<BYJ879A.C0V,BD-”@EA="!J879A+FQA;F<N<F5F;&5C="Y-971H
M;V0N:6YV;VME*$YA=&EV92!-971H;V0I#0H)870@;W)G+F5C;&EP<V4N8V]R
M92YL875N8VAE<BY-86EN+F)A<VEC4G5N*$UA:6XN:F%V83HR-#<I#0H)870@
M;W)G+F5C;&EP<V4N8V]R92YL875N8VAE<BY-86EN+G)U;BA-86EN+FIA=F$Z
M-S S0T"6%T(&]R9RYE8VQI<’-E+F-O<F4N;&%U;F-H97(N36%I;BYM86EN
1*$UA:6XN:F%V83HU,SDI#0H
end

I don’t think it is a good idea. This is the first case we run into this
problem.
Unfortunately the log you send me does not correspond the described problem.
If you installed Patch B, please remove .log, start IDE, try operation you
cannot perform, close IDE and send me .log together with snapshot of the
error message box. I helps to identify the problem.

Thanks,

Alex
“Rüdiger Loos” <Ruediger.Loos@3SOFT.de> wrote in message
news:bhb0u0$750$1@inn.qnx.com

Having heard the patchB to 6.2.1b shall solve my problem I’ve installed
the
patch. But, no way, I still have the same problem.
By the way, the Build ID is Build id: 200304070109
the date of build for /usr/sbin/qconn is 12th Aug 2003 - I believe it’s
the
installation date.
The size of qconn on my target is 70708 Bytes.
The file attached contains the content of my .log file after having tried
to
debug my application.

Meanwhile I think it would be the best to reinstall Momentics version
6.2.0,
where this problem did not exist > :frowning:

regards
Rüdiger Loos


“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bhak3c$r98$> 1@inn.qnx.com> …
At least let me know Build ID from the About QNX Momentics IDE dialog.
For target please check the date of build for /usr/sbin/qconn.

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bha8mq$je7$> 1@inn.qnx.com> …
We definitely have version 6.2.1a installed on out host.
As I’ve heard from our customer, his/our target uses version 6.2.1,
but
we
don’t know whether it is 6.2.1 or 6.2.1a.
When I have the target connected to my host, how can I determine the
version
of the os installed on my target?

Thanks in advance
Rüdiger Loos

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh8ic0$ck9$> 1@inn.qnx.com> …
Things keep getting to be more and more weird.> :slight_smile:> )). I guess before
continuing of this issue investigation it is a good time to ask you
which
version are you using on your host and on your target? Host build
version
you can find in about dialog. As far as I remember, we never shipped
6.2.1A.
This is important to know in order to look at correct code.

Alex Chapiro


“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bh7mhp$mpr$> 1@inn.qnx.com> …
I have no problem transfering the file from host to target using
file
system
navigator. Even larger files (10MB instead of 470kB) can be
transfered
without any problem.

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0edt$g2t$> 1@inn.qnx.com> …
According to your log report, exception occurs while
transferring
file
from
host to target. Exception message is just an errno description.
Could
you
please try to copy the same file from host to /tmp on target,
using
File
System Navigator?

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bh0cdg$el9$> 1@inn.qnx.com> …
Hi Alex,

yes I’ve linked /tmp to /dev/shmem. But the space used does
not
exceed
128kB.

Rüdiger

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0bkt$e1p$> 1@inn.qnx.com> …
Do you have /tmp linked to /dev/shmem? If so, how much space
it
uses
currently? It can easily exhaust your target memory.

Alex Chapiro

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgvo77$9m$> 1@inn.qnx.com> …
No Mikhail, it does not.
This happens with every single application trying to
debug.
I have 128MB RAM on my target and I can’t debug a “hello
world”
program
:frowning:

Rüdiger

“Mikhail Khodjaiants” <> mikhailk@qnx.com> > schrieb im
Newsbeitrag
news:bgtqdo$je3$> 1@nntp.qnx.com> …
It seems that your target is running out of memory.

Mikhail

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgt56j$3o5$> 1@inn.qnx.com> …
Hallo David,

I think the important entries are:


!ENTRY org.eclipse.debug.ui 4 120 Jun 17, 2003
12:47:13.220
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[503]:
java.io.IOException:
Open
Not
enough memory
at











com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at











com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at











com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at











com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at











com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at











org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at











org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at











org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 503 Jun 17, 2003
12:47:13.220
!MESSAGE Can’t transfer file for etx : Open Not enough
memory
!STACK 0
java.io.IOException: Open Not enough memory
at











com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at











com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at











com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at











com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at











com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at











org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at











org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at











org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)

and


!ENTRY org.eclipse.debug.ui 4 120 Apr 07, 2003
15:13:49.875
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]:
java.io.IOException:
Exec
error:Launching failed
at
org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:215)
at
org.eclipse.cdt.utils.spawner.Spawner.(Spawner.java:48)
at





org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:70)
at











org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.exec(Local
CLaunchConfigurationDelegate.java:213)
at











org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(Loc
alCLaunchConfigurationDelegate.java:138)
at











org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at











org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:56)
at











org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:32)
at











org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Rela
unchHistoryLaunchAction.java:59)
at


org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at











org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(Relaun
chHistoryLaunchAction.java:57)
at
org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at











org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:407)
at











org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:361)
at











org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:352)
at











org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:47)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at

org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at

org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at

org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at
org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at











org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:831)
at
org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at
org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)

My momentics is running on a Windows XP PC an
connected
via
Ethernet
with
my
X86 target.

The type of project is a “QNX C Application Project”.

Regards

Rüdiger

P.S. I’ve heard of a patchB for Momentics 6.2.1 that
should
solve
the
problem?!?


“David Gibbs” <> dagibbs@qnx.com> > schrieb im Newsbeitrag
news:bgrblu$j0n$> 2@nntp.qnx.com> …
“Ruediger Loos” <> Ruediger.Loos@3soft.de> > wrote:
Hallo,

I have a big problem in debugging my QNX
application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a “Launch
Configuration
Error”
with
one of the following informations:
“Exception occured processing launch
configuration.
Reason:
Failed
Launching
CDI Debugger: Error initializing: Exec
error:Launching
failed”
or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in
workspace/.metadata,
can
you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard
Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have
further
questions.



















\

"Rdiger Loos <Ruediger.Loos@3soft.de> wrote:
RdL > Hallo,

RdL > I have a big problem in debugging my QNX application.
RdL > I build my apps without any error and warning.
RdL > But when I start to debug my apps, I get a “Launch Configuration Error” with
RdL > one of the following informations:
RdL > “Exception occured processing launch configuration. Reason: Failed Launching
RdL > CDI Debugger: Error initializing: Exec error:Launching failed” or
RdL > “Exception occured : Not enough memory”

I have a similar problem. I’m running 6.2.1A PE (Evaluation)

I am trying the debug the sample “Hello World” program that the IDE
creates when you select create a new “QNX C Application Project”.

I built it without errors.

I created a new Launch Configuration and selected the debug version of
the executable and said to debug the program. I expected it to stop
at main().

Instead I got a pop up dialog that says: “Exception occured while
launching configuration. See log for more information. Reason: Failed
launching CDI Debugger : Not supported - this should not ever be
called.”

The .metadata/.log file follows:
!SESSION Aug 12, 2003 12:21:13.478 ---------------------------------------------
java.version=1.3.0 subset
java.vendor=IBM Corporation
BootLoader constants: OS=qnx, ARCH=x86, WS=photon, NL=en_US
Command-line arguments: -os qnx -ws photon -arch x86 -data /root/workspace -install file:/usr/qde/eclipse/
!ENTRY org.eclipse.ui 4 0 Aug 12, 2003 12:21:13.480
!MESSAGE AbstractMarkerAnnotationModel.connected
!ENTRY org.eclipse.core.resources 4 368 Aug 12, 2003 12:21:13.485
!MESSAGE Resource /howdy/common.mk does not exist.
!ENTRY org.eclipse.ui 4 0 Aug 12, 2003 12:21:13.585
!MESSAGE AbstractMarkerAnnotationModel.connected
!ENTRY org.eclipse.core.resources 4 368 Aug 12, 2003 12:21:13.589
!MESSAGE Resource /howdy/common.mk does not exist.
!ENTRY org.eclipse.debug.ui 4 120 Aug 12, 2003 12:24:56.454
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]: org.eclipse.cdt.debug.core.cdi.CDIException: Not Supported - this should not ever be called!

Stack trace:
java/lang/Throwable.()V
java/lang/Throwable.(Ljava/lang/String;)V
org/eclipse/cdt/debug/core/cdi/CDIException.(Ljava/lang/String;)V
com/qnx/tools/ide/qde/debug/internal/core/CGDBDebugger.createLaunchSession(Lorg/eclipse/debug/core/ILaunchConfiguration;Lorg/eclipse/core/resources/IFile;)Lorg/eclipse/cdt/debug/core/cdi/ICDISession;
org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDelegate.launch(Lorg/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/debug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;)V
org/eclipse/debug/internal/core/LaunchConfiguration.launch(Ljava/lang/String;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/debug/core/ILaunch;
org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationDialog$10.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V
org/eclipse/jface/operation/ModalContext$ModalContextThread.run()V

!ENTRY org.eclipse.cdt.launch 4 150 Aug 12, 2003 12:24:56.457
!MESSAGE Failed Launching CDI Debugger : Not Supported - this should not ever be called!
!STACK 0
org.eclipse.cdt.debug.core.cdi.CDIException: Not Supported - this should not ever be called!

Stack trace:
java/lang/Throwable.()V
java/lang/Throwable.(Ljava/lang/String;)V
org/eclipse/cdt/debug/core/cdi/CDIException.(Ljava/lang/String;)V
com/qnx/tools/ide/qde/debug/internal/core/CGDBDebugger.createLaunchSession(Lorg/eclipse/debug/core/ILaunchConfiguration;Lorg/eclipse/core/resources/IFile;)Lorg/eclipse/cdt/debug/core/cdi/ICDISession;
org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDelegate.launch(Lorg/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/debug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;)V
org/eclipse/debug/internal/core/LaunchConfiguration.launch(Ljava/lang/String;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/debug/core/ILaunch;
org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationDialog$10.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V
org/eclipse/jface/operation/ModalContext$ModalContextThread.run()V

Is this patch B available to an evaluation copy of PE?
I have to admit, for the amount of extra cost of PE over SE,
so far I am NOT impressed!


Alex Chapiro <achapiro@qnx.com> wrote:
AC > It seems to be another problem that has been fixed at the early stage of
AC > Patch B beta program.

AC > Alex Chapiro.


AC > “Bill Caroselli” <qtps@earthlink.net> wrote in message
AC > news:bhb7qd$bvn$1@inn.qnx.com

"Rdiger Loos <> Ruediger.Loos@3soft.de> > wrote:
RdL > Hallo,

RdL > I have a big problem in debugging my QNX application.
RdL > I build my apps without any error and warning.
RdL > But when I start to debug my apps, I get a “Launch Configuration
AC > Error” with
RdL > one of the following informations:
RdL > “Exception occured processing launch configuration. Reason: Failed
AC > Launching
RdL > CDI Debugger: Error initializing: Exec error:Launching failed” or
RdL > “Exception occured : Not enough memory”

I have a similar problem. I’m running 6.2.1A PE (Evaluation)

I am trying the debug the sample “Hello World” program that the IDE
creates when you select create a new “QNX C Application Project”.

I built it without errors.

I created a new Launch Configuration and selected the debug version of
the executable and said to debug the program. I expected it to stop
at main().

Instead I got a pop up dialog that says: “Exception occured while
launching configuration. See log for more information. Reason: Failed
launching CDI Debugger : Not supported - this should not ever be
called.”

The .metadata/.log file follows:
!SESSION Aug 12, 2003
AC > 12:21:13.478 ---------------------------------------------
java.version=1.3.0 subset
java.vendor=IBM Corporation
BootLoader constants: OS=qnx, ARCH=x86, WS=photon, NL=en_US
Command-line arguments: -os qnx -ws photon -arch x86 -data
AC > /root/workspace -install file:/usr/qde/eclipse/
!ENTRY org.eclipse.ui 4 0 Aug 12, 2003 12:21:13.480
!MESSAGE AbstractMarkerAnnotationModel.connected
!ENTRY org.eclipse.core.resources 4 368 Aug 12, 2003 12:21:13.485
!MESSAGE Resource /howdy/common.mk does not exist.
!ENTRY org.eclipse.ui 4 0 Aug 12, 2003 12:21:13.585
!MESSAGE AbstractMarkerAnnotationModel.connected
!ENTRY org.eclipse.core.resources 4 368 Aug 12, 2003 12:21:13.589
!MESSAGE Resource /howdy/common.mk does not exist.
!ENTRY org.eclipse.debug.ui 4 120 Aug 12, 2003 12:24:56.454
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]:
AC > org.eclipse.cdt.debug.core.cdi.CDIException: Not Supported - this should not

AC > ever be called!

Stack trace:
java/lang/Throwable.()V
java/lang/Throwable.(Ljava/lang/String;)V
org/eclipse/cdt/debug/core/cdi/CDIException.(Ljava/lang/String;)V

AC > com/qnx/tools/ide/qde/debug/internal/core/CGDBDebugger.createLaunchSession(L

AC > org/eclipse/debug/core/ILaunchConfiguration;Lorg/eclipse/core/resources/IFil
AC > e;)Lorg/eclipse/cdt/debug/core/cdi/ICDISession;

AC > org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDelegate.launch(Lor

AC > g/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/deb
AC > ug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;)V

AC > org/eclipse/debug/internal/core/LaunchConfiguration.launch(Ljava/lang/String

AC > ;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/debug/core/ILaunch
AC > ;

AC > org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationDialog

AC > $10.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V

org/eclipse/jface/operation/ModalContext$ModalContextThread.run()V

!ENTRY org.eclipse.cdt.launch 4 150 Aug 12, 2003 12:24:56.457
!MESSAGE Failed Launching CDI Debugger : Not Supported - this should not
AC > ever be called!
!STACK 0
org.eclipse.cdt.debug.core.cdi.CDIException: Not Supported - this should
AC > not ever be called!

Stack trace:
java/lang/Throwable.()V
java/lang/Throwable.(Ljava/lang/String;)V
org/eclipse/cdt/debug/core/cdi/CDIException.(Ljava/lang/String;)V

AC > com/qnx/tools/ide/qde/debug/internal/core/CGDBDebugger.createLaunchSession(L

AC > org/eclipse/debug/core/ILaunchConfiguration;Lorg/eclipse/core/resources/IFil
AC > e;)Lorg/eclipse/cdt/debug/core/cdi/ICDISession;

AC > org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDelegate.launch(Lor

AC > g/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/deb
AC > ug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;)V

AC > org/eclipse/debug/internal/core/LaunchConfiguration.launch(Ljava/lang/String

AC > ;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/debug/core/ILaunch
AC > ;

AC > org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationDialog

AC > $10.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V

org/eclipse/jface/operation/ModalContext$ModalContextThread.run()V


Bill Caroselli – Q-TPS Consulting
1-(626) 824-7983
qtps@earthlink.net

It seems to be another problem that has been fixed at the early stage of
Patch B beta program.

Alex Chapiro.


“Bill Caroselli” <qtps@earthlink.net> wrote in message
news:bhb7qd$bvn$1@inn.qnx.com

"Rdiger Loos <> Ruediger.Loos@3soft.de> > wrote:
RdL > Hallo,

RdL > I have a big problem in debugging my QNX application.
RdL > I build my apps without any error and warning.
RdL > But when I start to debug my apps, I get a “Launch Configuration
Error” with
RdL > one of the following informations:
RdL > “Exception occured processing launch configuration. Reason: Failed
Launching
RdL > CDI Debugger: Error initializing: Exec error:Launching failed” or
RdL > “Exception occured : Not enough memory”

I have a similar problem. I’m running 6.2.1A PE (Evaluation)

I am trying the debug the sample “Hello World” program that the IDE
creates when you select create a new “QNX C Application Project”.

I built it without errors.

I created a new Launch Configuration and selected the debug version of
the executable and said to debug the program. I expected it to stop
at main().

Instead I got a pop up dialog that says: “Exception occured while
launching configuration. See log for more information. Reason: Failed
launching CDI Debugger : Not supported - this should not ever be
called.”

The .metadata/.log file follows:
!SESSION Aug 12, 2003
12:21:13.478 ---------------------------------------------
java.version=1.3.0 subset
java.vendor=IBM Corporation
BootLoader constants: OS=qnx, ARCH=x86, WS=photon, NL=en_US
Command-line arguments: -os qnx -ws photon -arch x86 -data
/root/workspace -install file:/usr/qde/eclipse/
!ENTRY org.eclipse.ui 4 0 Aug 12, 2003 12:21:13.480
!MESSAGE AbstractMarkerAnnotationModel.connected
!ENTRY org.eclipse.core.resources 4 368 Aug 12, 2003 12:21:13.485
!MESSAGE Resource /howdy/common.mk does not exist.
!ENTRY org.eclipse.ui 4 0 Aug 12, 2003 12:21:13.585
!MESSAGE AbstractMarkerAnnotationModel.connected
!ENTRY org.eclipse.core.resources 4 368 Aug 12, 2003 12:21:13.589
!MESSAGE Resource /howdy/common.mk does not exist.
!ENTRY org.eclipse.debug.ui 4 120 Aug 12, 2003 12:24:56.454
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]:
org.eclipse.cdt.debug.core.cdi.CDIException: Not Supported - this should not

ever be called!

Stack trace:
java/lang/Throwable.()V
java/lang/Throwable.(Ljava/lang/String;)V
org/eclipse/cdt/debug/core/cdi/CDIException.(Ljava/lang/String;)V

com/qnx/tools/ide/qde/debug/internal/core/CGDBDebugger.createLaunchSession(L

org/eclipse/debug/core/ILaunchConfiguration;Lorg/eclipse/core/resources/IFil
e;)Lorg/eclipse/cdt/debug/core/cdi/ICDISession;

org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDelegate.launch(Lor

g/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/deb
ug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;)V

org/eclipse/debug/internal/core/LaunchConfiguration.launch(Ljava/lang/String

;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/debug/core/ILaunch
;

org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationDialog

$10.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V

org/eclipse/jface/operation/ModalContext$ModalContextThread.run()V

!ENTRY org.eclipse.cdt.launch 4 150 Aug 12, 2003 12:24:56.457
!MESSAGE Failed Launching CDI Debugger : Not Supported - this should not
ever be called!
!STACK 0
org.eclipse.cdt.debug.core.cdi.CDIException: Not Supported - this should
not ever be called!

Stack trace:
java/lang/Throwable.()V
java/lang/Throwable.(Ljava/lang/String;)V
org/eclipse/cdt/debug/core/cdi/CDIException.(Ljava/lang/String;)V

com/qnx/tools/ide/qde/debug/internal/core/CGDBDebugger.createLaunchSession(L

org/eclipse/debug/core/ILaunchConfiguration;Lorg/eclipse/core/resources/IFil
e;)Lorg/eclipse/cdt/debug/core/cdi/ICDISession;

org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDelegate.launch(Lor

g/eclipse/debug/core/ILaunchConfiguration;Ljava/lang/String;Lorg/eclipse/deb
ug/core/ILaunch;Lorg/eclipse/core/runtime/IProgressMonitor;)V

org/eclipse/debug/internal/core/LaunchConfiguration.launch(Ljava/lang/String

;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/debug/core/ILaunch
;

org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationDialog

$10.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V

org/eclipse/jface/operation/ModalContext$ModalContextThread.run()V

Ok, now I performed the following steps:

  1. I deleted all debug targets
  2. I closed the IDE
  3. I removed my .log file
  4. I started the IDE
  5. I tried to debug my app as a "local application

the result was the error message box in locApp.bmp and the log file
locApp.log

The I performed the following steps:

  1. I removed my .log file
  2. I started the IDE
  3. I created a new “launch configuration” QNX QConn (IP); the only change I
    did was to specify my target
  4. I pressed the debug button

the result was the error message box in qconnApp.bmp and the log file
qconnApp.log

The problem is the second “tabletest_mb” directory.
The real path is “E:\Pro\MED_ETX1\code\tabletest_mb\x86\o-g”
and NOT “E:\Pro\MED_ETX1\code\tabletest_mb\tabletest_mb\x86\o-g”
but who made a mistake and how can I correct the mistake?


“Alex Chapiro” <achapiro@qnx.com> schrieb im Newsbeitrag
news:bhb66r$ajt$1@inn.qnx.com

I don’t think it is a good idea. This is the first case we run into this
problem.
Unfortunately the log you send me does not correspond the described
problem.
If you installed Patch B, please remove .log, start IDE, try operation you
cannot perform, close IDE and send me .log together with snapshot of the
error message box. I helps to identify the problem.

Thanks,

Alex
“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bhb0u0$750$> 1@inn.qnx.com> …
Having heard the patchB to 6.2.1b shall solve my problem I’ve installed
the
patch. But, no way, I still have the same problem.
By the way, the Build ID is Build id: 200304070109
the date of build for /usr/sbin/qconn is 12th Aug 2003 - I believe it’s
the
installation date.
The size of qconn on my target is 70708 Bytes.
The file attached contains the content of my .log file after having
tried
to
debug my application.

Meanwhile I think it would be the best to reinstall Momentics version
6.2.0,
where this problem did not exist > :frowning:

regards
Rüdiger Loos


“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bhak3c$r98$> 1@inn.qnx.com> …
At least let me know Build ID from the About QNX Momentics IDE dialog.
For target please check the date of build for /usr/sbin/qconn.

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bha8mq$je7$> 1@inn.qnx.com> …
We definitely have version 6.2.1a installed on out host.
As I’ve heard from our customer, his/our target uses version 6.2.1,
but
we
don’t know whether it is 6.2.1 or 6.2.1a.
When I have the target connected to my host, how can I determine the
version
of the os installed on my target?

Thanks in advance
Rüdiger Loos

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh8ic0$ck9$> 1@inn.qnx.com> …
Things keep getting to be more and more weird.> :slight_smile:> )). I guess
before
continuing of this issue investigation it is a good time to ask
you
which
version are you using on your host and on your target? Host build
version
you can find in about dialog. As far as I remember, we never
shipped
6.2.1A.
This is important to know in order to look at correct code.

Alex Chapiro


“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bh7mhp$mpr$> 1@inn.qnx.com> …
I have no problem transfering the file from host to target using
file
system
navigator. Even larger files (10MB instead of 470kB) can be
transfered
without any problem.

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0edt$g2t$> 1@inn.qnx.com> …
According to your log report, exception occurs while
transferring
file
from
host to target. Exception message is just an errno
description.
Could
you
please try to copy the same file from host to /tmp on target,
using
File
System Navigator?

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bh0cdg$el9$> 1@inn.qnx.com> …
Hi Alex,

yes I’ve linked /tmp to /dev/shmem. But the space used does
not
exceed
128kB.

Rüdiger

“Alex Chapiro” <> achapiro@qnx.com> > schrieb im Newsbeitrag
news:bh0bkt$e1p$> 1@inn.qnx.com> …
Do you have /tmp linked to /dev/shmem? If so, how much
space
it
uses
currently? It can easily exhaust your target memory.

Alex Chapiro

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in message
news:bgvo77$9m$> 1@inn.qnx.com> …
No Mikhail, it does not.
This happens with every single application trying to
debug.
I have 128MB RAM on my target and I can’t debug a “hello
world”
program
:frowning:

Rüdiger

“Mikhail Khodjaiants” <> mikhailk@qnx.com> > schrieb im
Newsbeitrag
news:bgtqdo$je3$> 1@nntp.qnx.com> …
It seems that your target is running out of memory.

Mikhail

“Rüdiger Loos” <> Ruediger.Loos@3SOFT.de> > wrote in
message
news:bgt56j$3o5$> 1@inn.qnx.com> …
Hallo David,

I think the important entries are:


!ENTRY org.eclipse.debug.ui 4 120 Jun 17, 2003
12:47:13.220
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[503]:
java.io.IOException:
Open
Not
enough memory
at












com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at












com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at












com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at












com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at












com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at












org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at












org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at












org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)
!ENTRY com.qnx.tools.ide.qde.ui 4 503 Jun 17, 2003
12:47:13.220
!MESSAGE Can’t transfer file for etx : Open Not
enough
memory
!STACK 0
java.io.IOException: Open Not enough memory
at












com.qnx.tools.utils.target.TargetServiceFile.connect(TargetServiceFile.java:
347)
at












com.qnx.tools.utils.target.TargetServiceFile.creat(TargetServiceFile.java:24
3)
at












com.qnx.tools.utils.target.TargetFileDownload.download(TargetFileDownload.ja
va:54)
at












com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.perform
FileTransfer(LaunchConfigurationDelegate.java:443)
at












com.qnx.tools.ide.qde.internal.ui.launch.LaunchConfigurationDelegate.launch(
LaunchConfigurationDelegate.java:144)
at












org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at












org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationDialog
$10.run(LaunchConfigurationDialog.java:2299)
at












org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:98)

and


!ENTRY org.eclipse.debug.ui 4 120 Apr 07, 2003
15:13:49.875
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[150]:
java.io.IOException:
Exec
error:Launching failed
at
org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:215)
at
org.eclipse.cdt.utils.spawner.Spawner.(Spawner.java:48)
at






org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:70)
at












org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.exec(Local
CLaunchConfigurationDelegate.java:213)
at












org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch(Loc
alCLaunchConfigurationDelegate.java:138)
at












org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
on.java:136)
at












org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:56)
at












org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(Relaun
chActionDelegate.java:32)
at












org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Rela
unchHistoryLaunchAction.java:59)
at


org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at












org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(Relaun
chHistoryLaunchAction.java:57)
at
org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at












org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:407)
at












org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:361)
at












org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:352)
at












org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:47)
at

org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at

org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at

org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at

org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1343)
at
org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
at












org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:831)
at
org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at
org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at
org.eclipse.core.launcher.Main.run(Main.java:703)
at
org.eclipse.core.launcher.Main.main(Main.java:539)

My momentics is running on a Windows XP PC an
connected
via
Ethernet
with
my
X86 target.

The type of project is a “QNX C Application
Project”.

Regards

Rüdiger

P.S. I’ve heard of a patchB for Momentics 6.2.1 that
should
solve
the
problem?!?


“David Gibbs” <> dagibbs@qnx.com> > schrieb im
Newsbeitrag
news:bgrblu$j0n$> 2@nntp.qnx.com> …
“Ruediger Loos” <> Ruediger.Loos@3soft.de> > wrote:
Hallo,

I have a big problem in debugging my QNX
application.
I build my apps without any error and warning.
But when I start to debug my apps, I get a
“Launch
Configuration
Error”
with
one of the following informations:
“Exception occured processing launch
configuration.
Reason:
Failed
Launching
CDI Debugger: Error initializing: Exec
error:Launching
failed”
or
“Exception occured : Not enough memory”

Can anybody help me.

There’s probably a .log file generated in
workspace/.metadata,
can
you
post the corresponding entry?

Also, what host are you running on?

Are you out of/low on system memory?

What type of project is it? (QNX C/C++? Standard
Make?)

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have
further
questions.






















\

begin 666 qconnApp.log
M(5-%4U-)3TX@075G(#$S+" R,# S(#$P.C(W.C0W+C(S," M+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2T-“FIA=F$N=F5R
M<VEO;CTQ+C,N,5\P- T*:F%V82YV96YD;W(]4W5N($UI8W)O<WES=&5M<R!)
M;F,N#0I”;V]T3&]A9&5R(&-O;G-T86YT<SH@3U,]=VEN,S(L($%20T@]>#@V
M+"!74SUW:6XS,BP@3DP]9&5?1$4-“D-O;6UA;F0M;&EN92!A<F=U;65N=’,Z
M(“UO<R!W:6XS,B M=W,@=VEN,S(@+6%R8V@@>#@V(“UF96%T=7)E(&-O;2YQ
M;G@N=&]O;’,N:61E(“UI;G-T86QL(&9I;&4Z0SHO44Y8<V1K+VAO<W0O=VEN
M,S(O>#@V+W5S<B]Q9&4O96-L:7!S92-“B%%3E1262!O<F<N96-L:7!S92YJ
M9’0N;&%U;F-H:6YG(#0@-”!!=6<@,3,L(#(P,#,@,3 Z,C<Z-#<N,C,P#0HA
M34534T%'12!632!T>7!E(&5L96UE;G0@=VET:”!U;FMN;W=N(&ED#0HA14Y4
M4ED@;W)G+F5C;&EP<V4N9&5B=6<N=6D@-” Q,C @075G(#$S+” R,# S(#$Q
M.C0Q.C W+C4Q#0HA34534T%'12!%<G)O<B!L;V=G960@9G)O;2!$96)U9R!5
M23H@#0HA4U1!0TL@,0T*;W)G+F5C;&EP<V4N8V]R92YR=6YT:6UE+D-O<F5%
M>&-E<'1I;VY;-3 S73H@:F%V82YI;RY&:6QE3F]T1F]U;F1%>&-E<'1I;VXZ
M($4Z7%!R;UQ-141?1518,5QC;V1E7’1A8FQE=&5S=%]M8EQT86)L971E<W1?
M;6)<>#@V7&\M9UQT86)L971E<W1?;6)?9S$W,C4P+G1M<” H1&%S(%-Y<W1E
M;2!K86YN(&1E;B!A;F=E9V5B96YE;B!09F%D(&YI8VAT(&9I;F1E;BD-"@EA
M="!J879A+FEO+E)A;F1O;4%C8V5S<T9I;&4N;W!E;BA.871I=F4@365T:&]D
M0T"6%T(&IA=F$N:6\N4F%N9&]M06-C97-S1FEL92X:6YI=#XH56YK;F]W
M;B!3;W5R8V4I#0H)870@8V]M+G%N>"YT;V]L<RYU=&EL<RYT87)G970N5&%R
M9V5T1FEL941O=VYL;V%D+F1O=VYL;V%D*%1A<F=E=$9I;&5$;W=N;&]A9"YJ
M879A.C4Y0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI;G1E<FYA;"YU
M:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+G!E<F9O<FU&
M:6QE5’)A;G-F97(H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FIA=F$Z
M-34R0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI;G1E<FYA;“YU:2YL
M875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FQA=6YC:“A,875N
M8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HQ.3@I#0H)870@;W)G+F5C
M;&EP<V4N9&5B=6<N:6YT97)N86PN8V]R92Y,875N8VA#;VYF:6=U<F%T:6]N
M+FQA=6YC:“A,875N8VA#;VYF:6=U<F%T:6]N+FIA=F$Z,3,V0T"6%T(&]R
M9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+G5I+FQA=6YC:$-O;F9I9W5R871I
M;VYS+DQA=6YC:$-O;F9I9W5R871I;VY$:6%L;V<D,3 N<G5N*$QA=6YC:$-O
M;F9I9W5R871I;VY$:6%L;V<N:F%V83HR,CDY0T"6%T(&]R9RYE8VQI<’-E
M+FIF86-E+F]P97)A=&EO;BY-;V1A;$-O;G1E>'0D36]D86Q#;VYT97AT5&AR
M96%D+G)U;BA-;V1A;$-O;G1E>'0N:F%V83HY.“D-“B%%3E1262!C;VTN<6YX
M+G1O;VQS+FED92YQ9&4N=6D@-” U,#,@075G(#$S+” R,# S(#$Q.C0Q.C W
M+C4Q#0HA34534T%'12!#86XG=”!T<F%N<V9E<B!F:6QE(&9O<B!T86)L971E
M<W1?;6)?9R H,2D@.B!%.EQ0<F]<345$7T546#%<8V]D95QT86)L971E<W1?
M;6)<=&%B;&5T97-T7VUB7’@X-EQO+6=<=&%B;&5T97-T7VUB7V<Q-S(U,“YT
M;7 @$1A<R!3>7-T96T@:V%N;B!D96X@86YG96=E8F5N96X@4&9A9"!N:6-H
M="!F:6YD96XI#0HA4U1!0TL@, T
:F%V82YI;RY&:6QE3F]T1F]U;F1%>&-E
M<'1I;VXZ($4Z7%!R;UQ-141?1518,5QC;V1E7’1A8FQE=&5S=%]M8EQT86)L
M971E<W1?;6)<>#@V7&\M9UQT86)L971E<W1?;6)?9S$W,C4P+G1M<” H1&%S
M(%-Y<W1E;2!K86YN(&1E;B!A;F=E9V5B96YE;B!09F%D(&YI8VAT(&9I;F1E
M;BD-”@EA=”!J879A+FEO+E)A;F1O;4%C8V5S<T9I;&4N;W!E;BA.871I=F4@
M365T:&]D0T"6%T(&IA=F$N:6\N4F%N9&]M06-C97-S1FEL92X:6YI=#XH
M56YK;F]W;B!3;W5R8V4I#0H)870@8V]M+G%N>"YT;V]L<RYU=&EL<RYT87)G
M970N5&%R9V5T1FEL941O=VYL;V%D+F1O=VYL;V%D*%1A<F=E=$9I;&5$;W=N
M;&]A9"YJ879A.C4Y0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI;G1E
M<FYA;"YU:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+G!E
M<F9O<FU&:6QE5’)A;G-F97(H3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E
M+FIA=F$Z-34R0T"6%T(&-O;2YQ;G@N=&]O;’,N:61E+G%D92YI;G1E<FYA
M;"YU:2YL875N8V@N3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FQA=6YC
M:"A,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HQ.3@I#0H)870@
M;W)G+F5C;&EP<V4N9&5B=6<N:6YT97)N86PN8V]R92Y,875N8VA#;VYF:6=U
M<F%T:6]N+FQA=6YC:"A,875N8VA#;VYF:6=U<F%T:6]N+FIA=F$Z,3,V0T
M"6%T(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L+G5I+FQA=6YC:$-O;F9I
M9W5R871I;VYS+DQA=6YC:$-O;F9I9W5R871I;VY$:6%L;V<D,3 N<G5N*$QA
M=6YC:$-O;F9I9W5R871I;VY$:6%L;V<N:F%V83HR,CDY0T"6%T(&]R9RYE
M8VQI<’-E+FIF86-E+F]P97)A=&EO;BY-;V1A;$-O;G1E>'0D36]D86Q#;VYT
E97AT5&AR96%D+G)U;BA-;V1A;$-O;G1E>'0N:F%V83HY.“D-”@``
`
end

begin 666 locApp.jpg
M_]C_X 02D9)1@!0```0!#__@#55&AI<R!F:6QE('=A<R!C<F5A=&5D M(&)Y#0U'<F%P:&EC(%=O<FMS:&]PF2!0<F]F97-S:6]N86P@,BXP80T-9G)O M;2!!;&-H96UY($UI;F1W;W)K<R!);F,N#6AT=' Z+R]W=W<N;6EN9'=O<FMS M:&]P+F-O;0T-5&AI<R!I;6%G92!M87D@:&%V92!B965N(&-R96%T960@8GD- M82!P87)T>2!O=&AE<B!T:&%N($%L8VAE;7D@36EN9'=O<FMS($EN8RX-#55S M92!N;R!H;V]K<__;`$,`" 8&!P8%" <'!PD)" H,% T,"PL,&1(3#Q0=&A\> M'1H<'" D+B<@(BPC'!PH-RDL,#$T-#0?)SD].#(\+C,T,O_;`$,!"0D)# L, M& T-&#(A'"$R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R M,C(R,C(R,C(R,C(R,O_ `!$(`.X"!@,!(@`"$0$#$0'_Q `?```!!0$!`0$! M`0```````````0(#! 4&!P@)"@O_Q "U$ `"`0,#`@0#!04$! ```7T!`@,` M!!$%$B$Q008346$'(G$4,H&1H0@C0K'!%5+1\"0S8G*""0H6%Q@9&B4F)R@I M*C0U-C<X.3I#1$5&1TA)2E-455976%E:8V1E9F=H:6IS='5V=WAY>H.$A8:' MB(F*DI.4E9:7F)F:HJ.DI::GJ*FJLK.TM;:WN+FZPL/$Q<;'R,G*TM/4U=;7 MV-G:X>+CY.7FY^CIZO'R\_3U]O?X^?K_Q `?`0`#`0$!`0$!`0$!```````` M`0(#! 4&!P@)"@O_Q "U$0`"`0($! ,$!P4$! `!`G<0(#$00%(3$&$D%1
M!V%Q$R(R@0@40I&AL<$)(S-2!5B<M$%B0TX27Q%Q@9&B8G"DJ-38W.#DZ
M0T1%1D=(24I35%565UA96F-D969G:&EJ<W1U=G=X>7J"@X2%AH>(B8J2DY25
MEI>8F9JBHZ2EIJ>HJ:JRL[2UMK>XN;K"P\3%QL?(R<K2T]35UM?8V=KBX^3E
MYN?HZ>KR_3U]O?X^?K_V@,P$A$#$0`_`,OQ'XTN_%6J33R2.VGB3_1K M5N$11G:2N2"^"<GGJ0#C`JC%<Q*/^/2W)]XQ6-H\1E6-!QD9)P2%`&23@$X` MR3["M6[O-/LX-0V6]U<#3@DEU+'#N$(8A DC&10&+'.Q0Q'0L=K8^UQ6/PN6 MPC3FO1*WIU:Z_-L\&GE];&3E-222ZN]K]E9-_AIU+)OXP/\`CTMO^_0IAU*+ M_GSMO^_0JC*D\ @^UV\EJ]Q&)H8YRJR-&<@,5!)&<'KZ5OZ%X9L=4T2_U?4= M8.G6MG(B.PM6GSNX'"G/4@=#6]#,,+6PZQ,'>+T[ZWM;2^MSEK8"M2K^P>KZ M6V:[J]M/^&W,W^THO^?.V_[]"C^THO\`GSMO^_0I=7L]#M%A_LG7'U-V)\P- M826X0#&.7ZY]O2LNNRG*%2/-';S37YF$Z3@[2_,T_P"THO\`GSMO^_0H_M*+ M_GSMO^_0K,HJ^5$<II_VE%_SYVW_`'Z%']I1?\^=M_WZ%9E%'*@Y33_M*+_G MSMO^_0H_M*+_`)\[;_OT*S**.5!RFG_:47_/G;?]^A1_:47_`#YVW_?H5F44 M<J#E-/\`M*+_`)\[;_OT*/[2B_Y\[;_OT*S**.5!RFG_`&E%_P`^=M_WZ%'] MI1?\^=M_WZ%9E%'*@Y33_M*+_GSMO^_0H_M*+_GSMO\`OT*S**.5!RFG_:47 M_/G;?]^A1_:47_/G;?\`?H5F44<J#E-/^THO^?.V_P"_0H_M.+_GSMO^_0K, MI,4<J#E-3^TXO^?.V_[]"C^TXO\`GSMO^_0K+Q1BCE0<IJ?VG%_SYVW_`'Z% M']IQ?\^=M_WZ%9>*,4<J#E-3^TXO^?.V_P"_0H_M.+_GSMO^_0K+Q1BCE0<I MJ?VG%_SYVW_?H4?VG%_SYVW_`'Z%9>*,4<J#E-3^TXO^?.V_[]"C^TXO^?.V M_P"_0K+Q1BCE0<IJ?VG%_P`^=M_WZ%']IQ?\^=M_WZ%9>*,4<J#E-3^TXO\` MGSMO^_0H_M.+_GSMO^_0K+Q1BCE0<IJ?VG%_SYVW_?H4?VG%_P`^=M_WZ%9> M*,4<J#E-3^TXO^?.V_[]"@ZG%_SZ6W_?H5EXH-'*@Y33_M*+_GTM?^_0H_M* M+_GTM?\`OT*R^/6CCUHY5V'RFI_:47_/I:_]^A1_:47_`#Z6O_?H5E\>M''K M1RKL'*:G]I1?\^EK_P!^A1_:47_/I:_]^A67QZT<>M'*NP<IJ?VE%_SZ6O\` MWZ%']I1?\^EK_P!^A67QZT<>M'*NP<IJ?VE%_P`^EK_WZ%']I1?\^EK_`-^A M67QZT<>M'*NP<IJ?VE%_SZ6O_?H4?VE%_P`^EK_WZ%9?'K1QZT<J[!RFI_:4 M7_/I:_\`?H4?VE%_SZ6O_?H5E\>M''K1RKL'*:G]I1?\^EK_`-^A1_:47_/I M:_\`?H5E\>M''K1RKL'*:G]I1?\`/I:_]^A1_:47_/I:_P#?H5E\>M''K1RK ML'*:T=^LLJ11V-N\CD*JK""23T%;<GAW64)#:;IB'NKW5NI'U!?(K$\+?\CA MHG_7_!_Z,6O4]'MX=9<6TUTL,OE?N1C[[?Y[5\_G6:U<#.$*44^:^_\`PZ/< MRG*J6,A.=632C;;S^\X$Z!J__/AH_P#X&6W_`,<J&30-9V-LTW39& +;(;JW M=R .<*KDG\!7:Q:%J]SK;:7Y(CD3F20CY57^]GN/3UJK=6UK9>-]-M;2[^TQ MQWUN"^,8;S%R/>O"7%.,33=.-KVZ_P"9[KX8P;NHU)-VOT_R,#P9\6?^$9DE MMM8-W=:88QY,<>)'A<8`"[F&$V@\9X(&`,FBO*M2Z#ZBBOH<9@,/.LY2CKY: M'C8><HTTDSH])EDM8?,B0.YB>/:>X9"I[CG![FNJTOQ#X3TU]7T6?3KG6)-0 MU"&[NYOLC!90TNYCM"[C##M7@YWLS *%)KE=.91;)GN!5TVUM,V]@P8]=KE< M_D:YN(^'/[5Y91G9JVE[;.Z=TF[K^M4C+ YI3PZ=&NGRW;323=W9/1M76G?3 MSN)J<TNJ:W<ZG<#_`$F\NI+K:RJ'BM]H2&.3;P'"C[O..YW;@.W\+SVEG\.O M$,U]IPO[<7,&ZV,[0[R6`'S*"1@X/X5QZ101)MC4*.IQW/J?4UIZ9XCU?0HI M(M*U)[-96#/MBC?<1T^^I_2NK"9,\+@%AJ;N_EI;1/IHM_F88C-85\7&I9 MJ$59=^KN_FW^1H^#I[:[^)6FSV>FKIUN7(6W6X:;'[LY.Y@"<FM71O$>L:S\ M3+*UN[O_`$&WOIO(M8XU1$P'4=!DG'J3U-<]/XP\175Y:W=QK4LLUJ6,#&"$ M;"PP3@(`3CUS6=9ZC=6&H+J%M=,EZK,XGV*3N;.3@C;W/;%=,L!.JW*:5^3E M6K>NNMVOQW,/KD8*T'NTWI;3L=AI>JWGBOXAP:9K4ZR:5#=S-#8B-%B!4-M! MP,MT_B)[^M6M.U?5O$:^*+#Q&J/86MM-*BO B"R=2=H4@9SC/4D_+]:\_2>1 M+C[2+AQ<;S)YRG:V_.=PQC!SZ5IZIXIUW6K0V>HZS<3VA8,T`2-%;'0,54%A M[$D<#-9U<KE[JII;)>COK)=V_D:4\PCS2<[VO?;=?R^2.E\1^)-8T;PMX7M= M*NOLGVC3LS2I&K2,,* H+ X')/'.:\X\ML=S[GDUJWFHW6H):QW=TTL5K%Y, M"%% C7TX`)Z=R:K8CKOP6$5"#NES-N[^;M^!QXG%.HTELDOR5RGY9]*/+/I5 MS$=&(Z[.5'-SLI^6?2CRSZ5<Q'1B.CE0<[*?EGTH\L^E7,1T8CHY4'.RGY9] M*/+/I5S$=&(Z.5!SLI^6?2CRSZ5<Q'1B.CE0<[*?EGTH\L^E7,1T8CHY4'.R MGL-&PU;_`'?M1\GM1RH.<J;#1L-6_D]J/D]J?*@YRIL-&PU;^3VH^3VHY4'. M5-AHV&K?R>U'R>U'*@YRIL-&PU;^3VH^3VHY4'.5-AHV&K?R>U'R>U'*@YRI ML-&PU;^3VH^3VHY4'.5-AHV&K?R>U'R>U'*@YRIL-&PU;^3VH^3VHY4'.5-A MHV5;^3VHPGK1RH?.4]E&RK>$]:,)ZT<J#G*FRC95O">M&$]:.5!SE391LJWA M/6C">M'*@YRILHV5;PGK1A/6CE0<Y4V4;*MX3UHPGK1RH.<J;*-E6\)ZT83U MHY4'.5-E&RK>$]:,)ZT<J#G*FRC95O">M&$]:.5!SE391LJWA/6C">M'*@YR MWX73_BKM%_Z_X/\`T8M=SH.GW6LW$4-H2I4!FEZ",>M<3HMS;V.OZ;=S-B*" MZBD<]<*K@G^5=)97.JZ4LT=G?Z>$D7RV>/5+=0Z^N&<$?B 17Q'%E"I.M2<( M.2L[V7H?9<+XB$*-92FHR=K7?J>H7&IV>HK/X?M]3D2^\H(+G ^=AU&?7UQZ MG%>8PZ?<Z3XQTRSNXRDJW]O]"/,7!![BJVV\4AUFTY64Y##5;8$'_OY4PNKV MX\16.JZOJ-AY=M/%-))_:$$C;(V#854<DDXP`!U-?)3P^*K3C>E*Z?9['T]& MIA</":C6BXM/JKW\O\ON/(-3CX'UHJSK& B8]:*_4L3%>T9\'AY-TT>F?"_P MSH^OV5VVIV?GF)(BG[QUQDOG[I']T?E7H'_"N?"@_P"85_Y,R_\`Q5<M\%_^ M/'4/]R#^<E>I5\KG&+Q%/&U(PFTM-F^R.S"4:<J2<HI[]/-G+?\`"N?"G_0+ M/_@3+_\`%4?\*Y\*?] L_P#@3+_\574T5YGU[%?\_9?>_P#,Z/J]'^1?<CEO M^%<^%/\`H%G_`,"9?_BJ/^%<^%/^@6?_)E_P#BJZFBCZ]BO^?LOO?^8?5Z
M/\B^Y’+?*Y*?`0+/($R_P#Q5'_"N?"G_0+/_@3+_P#%5U-%'U[%?\_9 M?>_\P^KT?Y%]R.6_X5SX4_Z!9_\``F7_.*H_P"%<^%/^@6? F7_P"KJ:
M/KV*P"?LOO?^8?5Z/`(ON1RW"N?“G_0+/@3+P#%4?`"N?"G_0+/@3
M+
`%5U-%‘U[%?`/V7WO_,/J]’^1?<CEO`A7/A3_H%G_P)E_`BJ/^%<^%
M/^@6?_ F7_XJNIHH^O8K_G[+[W_F’U>C_(ON1RW_KGPI_T"S_X$R__`!5' M_"N?"G_0+/\`X$R__%5U-%'U[%?\_9?>_P#,/J]'^1?<CEO^%<^%/^@6?_ F M7_XJC_A7/A3_`*!9_P# F7_XJNIHH^O8K_G[+[W_`)A]7H_R+[D<M_PKGPI_ MT"S_`.!,O_Q5'_"N?"G_`$"S_P"!,O\`\574T4?7L5_S]E][_P`P^KT?Y%]R M.6_X5SX4_P"@6?\`P)E_^*H_X5SX4_Z!9_\F7_.*KJ:*/KV*_Y^R^]_YA M]7H_R+[D<M_PKGPI_P! L_\@3+/%4?\*Y\*?]L^!,O_,574T4?7L5_ MS]E][_S#ZO1_D7W(Y;_A7/A3_H%G_P“9?`XJC_(5SX4_Z!9_\"9?_(JN
MIHH^O8K_)^R^]_YA]7H_PB^Y’+?*Y*?]L_^!,O_,51_P*Y\*?] L_ M^!,O_P574T4?7L5_P_9?>_\P^KT?Y%]R.6_P"%<^%/^@6?_ F7_P"*H_X5 MSX4_Z!9_\"9?_BJZFBCZ]BO^?LOO?^8?5Z/\B^Y'+?\"N?“G_0+/@3+`
M%4?*Y*?] L_P#@3+\574T4?7L5_S]E][,P^KT?Y%]R.6_X5SX4_Z!9_ M\"9?_BJ/^%<^%/\H%G_,"9?_BJZFBCZ]BO^?LOO?\F’U>C_(ON1RW_“N?
M"G_0+/`X$R__%4?*Y*?`0+/($R_P#Q5=311]>Q7_/V7WO_##ZO1_D
M7W(Y;A7/A3*!9_P# F7_XJC_A7/A3_H%G_P"9?`XJNIHH^O8K_G[+[W
M_F’U>C
(ON1RW_“N?“G_$"S_P"!,O\\51_PKGPI_T"S_X$R_`Q5=311]>
MQ7_/V7WO_,/J]’^1?<CEO^%<^%/^@6?)E_P#BJ3_A7'A/_H%'_P`"9?\` MXJNJHH^O8K_G[+[W_F'U>E_*ON1RO_"N/"?_`$"O_)F7_P"*H_X5QX3_`.@5 M_P"3,O\`\57544?7L5_S]E][_P`P^KTOY5]R.5_X5QX3_P"@5_Y,R_\`Q5'_ MKCPG_T"O`R9E^KJJ/KV*Y^R^]P"8?5Z7\J^Y’**X)P#0*`
M)F7
.*H_P"%<>$_^@5_Y,R__%5U5%'U[%?\_9?>_P#,/J]+^5?<CE?^%<>$ M_P#H%?\DS+/%4?\*X\)_]K_R9E^KJJ/KV*Y^R^]YA]7I?RK[D<K
M_P*X\)_] K_,F9?BJ/^%<>$^@5_Y,R
!5=511]>Q7_#]E][S#ZO2
M_E7W(Y7
(5QX3_Z!7_DS+_\51_PKCPG_P! K_R9E_\BJZJBCZ]BO`G[+[
MW_F’U>E_ON1RO`PKCPG_T"O_)F7_XJC_A7’A/_*!7_DS+_P#%5U5%'U[% M?\_9?>_\P^KTOY5]R.5_X5QX3_Z!7_DS+_\%4?*X)_P#0`)F7.*K MJJ*/KV*_Y^R^]_YA]7I?RK[D<K_PKCPG_P! K_R9E_\BJ/^%<>$P#H%?`
MDS+
/%5U5%'U[%?\_9?>_\,/J]+^5?<CE?^%<>$`H%’,"9?_BJ/^%; M^$S_,PK_PF9?\XJNJHH^O8K_G[+[W_F’U>E_ON1RO_"M_"7_$"?_)B7 M_P"*I/\A6WA+H$P#DQ+\575T4?7L5_S]E][,P]A2_E7W(^9?B7IMIH M_BNZL+"'R;:/9LCW%L9C4GDDGJ315OXO?\CY>_\;/`]%)17VE3E1IRD[M
MQC^2//22;2[O\SO/@O`>&H?[D/\Y:]3KRSX+>&H?[D/\Y:]$UR^ETSP
MJ5_“J-+:VLLR!P2I94)&<=N*^6SS_?ZGR_)’;@4W2BEW?YL^<^/[N&^NM%
MT=UB6,>5<7:G+[N,K&0?EQRI/7.0-I7)\VOHI9;V5M0662#;96NLM)D<88M
MSD8QSTQBIM(OI=%U"TO;98WEM75T$R!U)‘J/ZC!‘4$’!KV%]T+XI6=KKUNT MMA=+((KP(H);:!E">A(!&'YX/(XPOS'O8ANSU[>1^HQAALEA!3IWBU[T]WS> M:WL_+J>7:)X@UOPX(KBQGE%I\\:03[FMB>"P"Y !!8'Y<'GG@D'VKPSXDM/$ M^DK>6X\N53LG@+9:)_3W!Z@\9'8=!Y_\0O$UB+=?".BV<45A82;9',?/F*2" M$SR,'.6ZL2><9+8_PYU.73_%R0!V\B[CV2J.<D'"?J_U_7.E&;A4]E>Z_4\W M.,%#$X%X_P!G[.2UMWBWI?L];]3V+6=2_LG3Q=>3YO[Z&+;NV_ZR14SG!Z;L M_A1J6KVVE+&US'>.'SC[-937&,>OEJVWKWQ4'B33[K4]%>WLA";@30RH)G*( M=DJN06"L1D*1T-8VK:+K.N364^HZ7HUQ'!YBMIT]X\L#%MNV7)AY=<,I7HQ
M(85W=#XK3J;I\0:6(9IOM:M%#:+?.ZJS0'=AP0.?NMP.>*A?Q3HZ:C]A:YD M\\2)$V+>0HC.%*!G"[5W;AC)&3P.0:YK_A$-;MM"%A:-ISR3Z(NF3O)*ZK&R MA\,@"'<#YAZE<8'7I6G-X:O)(-3C$L&;J^M+A,L>%B$.X'CJ?*;'U'3M=HW\ MO^#_)“K\O^“3ZQXOLKTU1+1WEO;."9AFVE,'FI&7V&0#9G Y7=GK6AI&O
M6.L^8EK
YFA5&D1X7CX;.&7<!N4X.&&0<<&L*30-;CTK5]$METYK”^U-’<R
M3N)09@[;6381P[
>W?='W<ULVFESV_B”:=XS$]C!; G=N1I"3TZ?./UI*U M@?EY_I_PYG1^*7D\1ZI;%9ULM-PDB)I=Q+)(Q"G<KJ,8^<?*%)(!;.*T(_$= ME<BU-LY_?71M62XCDAD1]C/@HR9!P <-M&#G/0'.U+PY?7=OKR0S0@ZA=0S) M&SLJR1HD:O%(0,@/L93C/#=^E4]+\(7=G=),MKI=A$-46]^RV1/EQH+8Q$#Y M%R=QST'7UI65OE_E_P'[ANW]>A?L/&-D-"TN[U27RKB[M5N)%@MY)$B4XRS M;0WEID_>8@<‘G@U)X@\56^E,MM;;IKTSVZ,!;221HLDBK\[J-J’:20&8=N#G MGGCX#OX;>S \J[;^S8K&YB_M2YM(P4W<CRA^\!WME6 Z<'DUHW?AG5A+>6MD M+$V-W>6MXTDLSB2,Q>4&0)M(((B&#N’7&.]5[O-Y7_7"!VOH=E1114""BB MB@HHHH****"BBB@HHHH"BBB@HHHH****"BBB@HHHH
M"BBB@HHHH****"BBB@HHHH"BBB@HHHH****"BBB@HHHH
M^</B]R/E[VS`1244?%[)'R]_[9_P#HI**^\H?P*?\AC^2/ZR]7^9
MWGP7_P"/#4/]R’^E:C8Q:GIEW83,ZQ74+PN4(#!64@XSWYKS7X+_>&H?
M[D/\Y:]3KYC//]_J?+\D=F";5%-=W^;/G.SL8K;78K#Q9[)(Y0EWY:;GC]< M#N.G(SP<@-P#Z#XA^(T>B36NC^#T@CL;%@'DV[DFQU1<]5ZY;.6/(/=MCQEX M"A\1,;ZQ=+;4P "S<1S@<#?@$Y X##GH#D 8\HOO#NMZ;,8KK3)5.2 P9=K8 MZ[22,U\TZ=6E=4UOUZGZ/0S'+LQ4)XR=G%?"_AOW\_*[^74Z[QQJWACQ+HMI MKEJ6MM<D;RY;95R2!G>>.!QM?J1QC@[,;P#827?BBVG485’1CP&P=S_EL
M],Y’THZ7X5U35)0JV\BID!O
^9U)X&3@JH]R3P/R]B*^&(#MHRGRS,PV(
M,A5ST!/)SU)[GZ9.U
E-S]K45G_6IYN:YEAJ6$^H82;FK[O9
PI]?QTZG0T
M445U’R84444%%%%!11104444%%%%!11104444%%%%!11104444
M%%%%!11104444%%%%!11104444%%%%!11104444%%%%!11104 M444%%%%!11104444%%%%!11104444?.'Q>Y’R][9
`HI**/B]_
MR/E[P!L_P#T4E%?>4/X%/`PQ)'E+>7J_S.^"P#QX:A_N0_SEKU.O+/@
MO_QX:A_N0_SEKU.OF,[
-_J?+\D=>#_(
^?YL
***\HZ@HHHHS=>U271] M)>\AMTN)?-BB2)Y3&I+R*@RP5L ;L]#TJE:^)'CDU*+6K:&RDL$CED>WG-Q& M5?.T[%;?E3\NWNN,YJSXDT@ZYHKZ>%A97FA=UF&49$E5V!&#G(4C%8-[XF
M6QO-TIX+?2I9$O((%=H3!.L@?8I09$;$=004.<9& &K6U_K;_@CZ&ZOB73G
ML&O(Q>R1I+Y+QI83M
CXSAH@F]>,’)4#!'J
;)XITB.UMK@33RBXW>7’!:2R
MRG:<-F-5+KM/!R!@’!KGY/”-])IP4V5FS->K/<6-SJ=Q=17:!“H6261"W!P
MP781@^HCC’ZA;:5;6T.GZ:9(YKF1/LVH3V)MUDD+L;Q)DK@XD 94’M19
M”.D_X2K1C=PVPNGWR^7A_(D\M3(45WV[49@1A6()R..13K?Q/I-WJ7V"&XD M:?S9(<FWD"&1,[DWE=NX;2=N<X&>G-8"^%-:5)K![JTN;2\N+:ZN;R0E9P\8 MC# (%VMN,0PQ8;=QX.!G0@\.W<7V'=)!^XUBXOVPQYCD\[ ''WOWBY[<'FJM M'^OE_P$.G]>?_ ]#<L=1M=2ADEM)?,2.5X6.TC#HQ5AR.Q!JU56Q^W^3):
M’V;S?-?9]GW8\O<=F<Q;<9[9Z5:J "BBB@HHHH**** "BBB@HHHH***
M* "BBB@HHHH**** "BBB@HHHH**** "BBB@HHHH**** "BBB@HHHH M**** "BBB@HHHH**** "BBB@HHHH**** "BBB@#YP^+W
(^7O`VS
]
M%)11\7O^1\O?^V?**2BOO*'\"G_AC^2/*ZR]7^9WGP7_X\-0_W(?YRUZG7 MEGP7_P"/#4/]R'^<M>IU\QG?^_U/E^2.O!_P5\_S84445Y1U!1110 5SYUG6 M;G6-0L].TJPEALI4B>6XOWB9BT:OPJPL. ^.O:N@KG(_"&F3Z[JFI:II>FWD MES/')!)-;K(\:K$BXRR\?,I/![TUOJ'1FA'K]@^I_P!G'[5%<%F1?.LYHHY& M4$D)(R!6. 3P3D D<"LRS\61332S7#P1V"Z;!>B2/>QS(T@P,@%A\JX&T$D] M.<5FP^#[Y/$EOJ$MMIDCPZA+=-J3.QNI8V60+$1L^4+N4 ;R,(.!47_""WTF MD):27,*R1Z?9PH8IG3=+!*TF"R@,JG(&X?,.3C@4TE8>FJ_K?_(Z8>)]*.GO M>^=.(TE$!C:UE$WF'!">45\S=@@XV].>G-'AS6'UO2Y;QX]@%U/$BF)HSL21 ME7<K<AL9! Y[“L*‘PQJ5LEO>V]M:QZA!??:?)FU2XN5F’E-$0TTBE@<-D80
M@;0.^1N^’=.N]-TR:],!N);J>X(A8LH$DC.!D@’@-CI2=K.PNB_KO`\ 6P
MUV.Z,VNM2V\T:3PI
8H8WG==V. $4LW7L*=;>(=,NUA,<TBM-<?9ECE@DC<
M2[2^UD90RG:,@<8]17.PZ#XC;PA%X?G@TV-((8D$D5](WV@(RDQN/)&U’4,
MI(+8!Z&F6?A+4;!9+FSL=(M95U)+Z"QMY62 0>4REQ'P>6;(3GCUJK1N^W_ M``1NWYG07'BO1[8H'N)7=WF1(X;:65V:)@L@"JI)VD^G3)Z FEN?%.CVJVS- M<R2BYA^T1_9[>2;]UQ\[;%.U>>K8'Y&LW1_#NHV>HVEW=R6I,;7[R")FZSRJ MZXR.P4@_UJMI?A[7- 6TDL%TZYF.G0V5P)YY$5&B+%70A#N!WME2%Z#FDDNO M];_\3MK;^M?\C0T;Q9:WUW)8W+A+S[9<6\06&01L(W8!=Y!7?L7<5SG’.,4
MJ^–'CM;>2YN2KRVR73"”&:54C;(#E@@PF5.68+CC.,BHH?#EY&+(-) ?(UB
MXOVPQYCD[ ''WOWBY[<'FJ-KX/U"'1+NR::V,DV@QZ:I#-@2J)<D
+]WYQS
MUZ\4:%65WK_5_P#+4WKWQ/I-A?“SN)IO-W1JQCM99$0N<(’=5J22/O$=1ZU
M+K.K?V5;PF.W-S=7,H@MH P7S)"">6/10 23S@X!/!XC51)9:G=:+;76FSR MWVH6=RUOYY%TI4P[@L6WYTVQ[M^X8&<CBNSUW3+B_BM9[*2-+ZRG%Q!YN=C' M:RE6QR 59AGG&<X.,$LK)_UT_P""0OZ_0HW>N:[9"UAFT6Q^UW5RL$(746,1 MRCN27\G<"-G39CYASUQ#=>++V'2IYHM*A-_:7D=G=VLUV45&<J%9'$;;E/F( M02%X)X!&*=?VGB74#8W+6>DQS65XLZ6XO9"KKY<B',GDY!^<8&SL>>>*MYX= MUJ32[QXUL)=3U"_@N[A7G>.*)8C&51&",6XCR0,DDX’"T
U]?ZV_P””/33^
MN_`P#;UK5;S38]/2ULH+FZO+D6ZI+<&)%.QW)+!&/`1]WO4%OXIMA9W+Z ME$]I=6MP+6>W0-.QD(#*(PB[I 58$87.,Y P</U^QU&\&EW%A%:O<6=V+AHI MYVC1AY;H0&",>KC^'M6)>^#K^]A-_--&=5>_%Z\,-U+;Q8$7DB,2H-XPG.X# MD]0<!:?U\O^”&FGI_G_, T+OQC9V]]IC(S26%W!<.Q2VE>8/&R#:(U&X$; MGW KD;><8-:0\1:2UM+<+>*\,5FM\[JK,/(.[#C Y^XWYXZ5@0^’]8TV73;
MK3K+3S-“ETLT$^I3N-TK(P;S6C9G/R<YZU!-X/U:TTE[#3I;*;[1HXTV:6X M=HMC+OPZJJMD$R'C(Q@=:>EOZ\_^-6Z_P!:P"1T-WXITBRO%M9IY,)C4M
M’:RR(AD(”!W52J$DCAB.H]:</$^E’5ETT33&X:8P!A:RF(R!2Q3S=NS<#QN M[&N-U4266IW6BVUUIL\M]J%G<M;^>1=*5,.X+%M^=-L>[?N&!G(XI;?<=?L= MM[K3[F.UU:YN7%O.3<QHZS$^9%M0!IN[)W97CFCE3V_K8GI=UN==‘XLT
M6073+=.$MHGG=VMY%5HT^^T;%<2 =RF>H]15_3]2MM4MS/:&5H@VT.+QA^
M<KN W*<,@]C7$V?@6]MMN=/986:=-96UW+JES,6W+M!,+C9$" ,[=W3
MXKO8$,<$<9QE5 ./84-(?]?D0V.HVNI0R2VDOF)’+’:1AT8JPY’8@UE:9K
M&KZG=3,FF6
:?%=36YF:^?S2(W*%O+\K’)7IO
&M6Q^W^3):'V;S?-?9]GW
M8\O<=F<Q;<9[9Z5R^D^%Y]/UN:ZE/Z!*TE[/<#4O-/VI5=V8<>3U ;'W_Q
MJ0>S]?`/
@&FGC309+6Z2[F:WF=8X9!:3;97968AV?.WRL,+D@=2!4Y
M4:0+RU:>9)9-@^>UE58V<91)&[8W.1A6(;D<<BJ-GX=N[?1
#%H\D!DTJ1
M’G(8X8”%T.WCGEAUQQFJ][X;U.:^O[>%K/`LS4+V”]EF=B)HBGEY14VE6SY
M2X8L”-QX.!F[1O;^OZW"7E_6_P#P#=L==T_4KR>ULY999(&=)6$$@1&1MK7
M
[=P/.<XYQCFJ]SXFT^QGN8[R4)Y5RML@B221WD:(2!=H3[Q&<!=V>.<G%3
M:‘ITVF6EQ%,R,TMY<3C821MDE9P.1UP1FLR3P[=MK[7XD@\HZHEYC<=VP6OD
MD=.N[GTQW[5M?`KR’IK[?H.U+QC96>EG4+<&YC^R7%PL>V1)&,)4%=NPE
M<$X;=@KZ’G%B#Q/:3B23RKD1I;1W!C%I.9P&=E_U7E[L94X(R3R<8)QYO!U M[/'<1M<6Z+-%J<>X%B1]ID#(<8[ '/Z9I;WPWK6I0W,DQLH)YK.VMW@CN':. M3RI79D9]@(1T8*3@GDC!'5Z6_KS_. -I6^_\U^ES3D\313R:9_9^62XOS:3
MK<02121_NGDP48
RGY5/(Z’W!IH\9:7%96=Q=&Y1;I(V62"RN)8<N0% D$8’
M)(’.#R.!69I?A”[L[I)EM=+L(AJBWOV6R)\N-!;&(@?(N3N.>@Z^M,L_#_B* MR;18FMM+O;72[5$CC>]DB GQAI,>2V[ X7D8RQZD8=E^7Y:DO:Z[?J_^;;> M+-,MU N96\UY9XXX[:&:=G\I]K854SD9&00.<$@9IU[XMT6PMX9YKF5XI;?
M[4K6]M+/B+KO;RU.U?=L=0U3TSP[>6>KP7<DD!CCDOV(5B3B>973MV"G/OT
MS7):K9S^&M(FTS[9I3WM[H:6+6\MPR2NZ"15\A=F92Q<C;\I! ]:22=N_P#P
M_P#P"K*[[?`!R/28M3LY]0>PCFW720I.R;2,1L2%.<8Y*GCKQ6;>ZQJHUZ
M32],TVSN#%;1W#R7-ZT/WV=0%B?/W#Z=:OVBZ@ET%E%L+%;>,(!N\WS>=V> MVW&W&.<YKGM>\,S:AXE;4CH6AZO"UI' J:E(5,3*[L2O[F08(8>G2EI<E:I_ M+]/^";?_``D&G(3'-/LN$N$M7A$;EO-89 4;06&,G<!C)Z X;:>)=(O9IHH
M;HCRD:0O+$<;(IPS([ *Z@XR5) R/45E3^‘M2FUN/6E^Q17$6VW2V5CY?V?
M!#’?LR) 6)7CV\;F-9>G^ 9X]/ETN[QY*V,ME#>_VG<SN58!01`^$CX )" MD],#`HT_K^OZVZ OZ_K^N_4Z[2M<L=:1VLFN"%56_?6LL.Y6SM9=ZC<#@\C( MID?B'3)-5.FI.YN YCSY$@C9P,E!)MV%@,DJ#D8/'!IVD'6/**ZM;V$)155! M9S/(&(SN)W(NT=,#GOR:YW3O"%Q8ZX)'1;BT2\ENXYY-4N=RERS8^S?ZK(+D M;L].<9H>^@E>U^IJIXTT&2UBNDNYFMYG6.&06DVV5V5F"H=GSM\K#"Y(/'4@ M5.?%&D"\BM6GF2638/GM956-G&421BNV-SD85B&Y''(JC9^';NWT?PQ:/) 9 M-*D1YR&.& A=#MXYY8=<<9JO>^&]3FOK^WA:S_LS4+V"]EF=B)HBGEY14VE6 MSY2X8L"-QX.!FK1O;^OZW'+R_K?_`(!J_P#"5:/MOG%S*8[!96N91;2E(O+. M'!;;C<,?=SDCD CFI[?5EN=;ET](_D2TBNEFW?>#LXQC''W,_C5:PT[4=,T7 M4(K9K5KZ6XN9[?S"QCS)(SH'P,XY&<>^*KW%GKUOXB?4[*UTVY6:RBMY%FO' M@*NC.Q(Q$^0=_MTJ58;MK;^M5^AH)K]@^I_V<?M45P69$\ZSFB21E!)"2,H5 MC@$\$Y )' IK>)=(6RAO&N\036LEY&_EOS"@!9L8SP&''7GI7.0>#[Y?$=OJ M$UMIDCPZA)=/J1=FNI8V60+$1L^4+O4`;B,(.!47_"(ZW)IL>GR-IZ0VNE76 MG0.LSLTAD"!'8;!M^YR!NQV)II*W]=O^&&K<UGL=)%XJT:6TN[H73)#:())6 ME@DC^1L[64,H+JV#@KD-VS6?<^-;.'4[) MP+2:.<RJ]A.)PZ>40!'MWXQ(2 M?E/ ST!INK>%[R_N;B>*:W5_LMH(`Y;!E@E:4!\#[ARHR.>O'K<@L-7NM<LM M3U&*Q@^SPW$1BMYWEX?RBIW,BYY1L\#&1UYHTZ>?Y$KS_K0DD\4Z7"&GDNX1 M9"V@N%F4NQ*RN40X"XP2!SDGKD #)>/%&DG3WO?.G$:3"W,;6DHF\P@$+Y17 M?G!!QMZ<]*YZW\&:C%86\#36N^.SL("0S8W03F1S]WH0>/?KBG:[8/I&H2:] M+>Z=!C4TN(!>SF&)@;;R2KR;3L/WB#@]`.]-J-]_ZNAM;V_K3_,ZFQU>SU'3 M6O[5IG@0NK!H)$<,A(8;&4-D$$8QFL#0_&(N]%CU34$NS'=$M#';:-=$Q+@' M#$!M_!'S@*IYQT-6_!?G/X?>>8)FYO+F=&C)*,KS.RLI/52""#W!![UE2>$; MXZ3H%I-;Z;J<>GVI@GLKR1A SD*!*/D;<5PP`*CASR*EJS8M#4U/Q0L$.ZP> MVGRMG*C$LVZ.>81YP !C&2#N)SU&.M^/Q#IDNJG34G<W`<Q@^0XC9P,E!)MV M%@,DJ#D8/'!KF;;P7J,&G6ULTUIOBL]/MSM9L;H)S(^/EZ$'CWZXZU+8^#KB MSUHM(@GLQ=RW4<[ZI<[D,A9L"V_U607(W9Z<XS5-);>?Z#>W]=O\S3M_%4%_ MXFM--L=\EO)!/)),]M*BL49 /+=@%<?,V2N[MSZ]%7):#H&L6-[HZWGV$6NE M64EG&\,SL\P/EA7*E %XCY&6Y/4UUM)VTM_6HCYP^+W_`"/E[_VS_P#1244? M%[_D?+W_`+9_^BDHK[JA_ I_X8_DCREO+U?YG>?!?_CPU#_<A_G+7J=>6?!? M_CPU#_<A_G+7J=?,9W_O]3Y?DCKP?\%?/\V%%%%>4=04444`%%%%`!1110`4 M444`%%%%`!1110`4444`%%%%`!1110`4444`%%%%`!1110`4444`%%%%`!11 M10`4444`%%%%`!1110`4444`%%%%`!1110`4444`%%%%`!1110`4444`%%%% M`!1110`4444`%%%%`!1110!\X?%[_D?+W_MG_P"BDHH^+W_(^7O_`&S_`/12 M45]Y0_@4_P##'\D>4MY>K_,[SX+_`/'AJ'^Y#_.6O4Z\L^"__'AJ'^Y#_.6O M4Z^8SO\`W^I\OR1UX/\`@KY_FPHHHKRCJ"BBB@`HHHH`****`"BBB@`HHHH` M****`"BBB@`HHHH`****`"BBB@`HHHH`****`"BBB@`HHHH`****`"BBB@`H MHHH`****`"BBB@`HHHH`****`"BBB@`HHHH`****`"BBB@`HHHH`****`"BB MB@`HHHH`****`/G#XO?\CY>_]L__`$4E%'Q>_P"1\O?^V?\`Z*2BOO*'\"G_ M`(8_DCREO+U?YG>?!?\`X\-0_P!R'^<M>IUY9\%_^/#4/]R'^<M>IU\QG?\` MO]3Y?DCKP?\`!7S_`#84445Y1U!1110`4444`%%%% !1110`4444`%%%% !1 M110`4444`%%%% !1110`4444`%%%% !1110`4444`%%%% !1110`4444`%%% M% !1110`4444`%%%% !1110`4444`%%%% !1110`4444`%%%% !1110`4444 M`%%%% 'SA\7O^1\O?^V?_HI**/B]_P`CY>_]L_\`T4E%?>4/X%/_Q
)'E+
M>7J_S.^"
`QX:A_N0_SEKU.O+/@O`>&H?[D/\Y:]3KYC.`?ZGR)‘7
M@X*^?YL****\HZ@HHHH**** "BBB@HHHH**** "BBB@HHHH**** "B MBB@HHHH**** "BBB@HHHH**** "BBB@HHHH**** "BBB@HHHH*** M* "BBB@HHHH**** "BBB@HHHH**** "BBB@HHHH**** "BBB@#YP^+ MW_(^7O\VS]%)11\7O^1\O?^V?**2BOO*'\"G_AC^2/*6\O5_F=Y\%_\
MCPU#
<A_G+7J=>6?!?`X-0_P!R’^IU\QG?^P!3Y?DCKP?%?/\V%%%
M%>4=04444 %%%% !11104444 %%%% !11104444 %%%% !11104444 %% M%% !11104444 %%%% !11104444 %%%% !11104444 %%%% !1110444 M4 %%%% !11104444 %%%% !11104444 %%%% !1110!\X?%[_D?+W_+9

M^BDHH^+W_(^7O_;/P!%)17WE#^!3_PQ)‘E+>7J_PSO/@O_P>&H?[D/`
M.6O4Z\L^"`QX:A_N0_SEKU.OF,[W^I\OR1UX/^"OG^;"BBBO*.H**** "
MBBB@HHHH **** "BBB@HHHH **** "BBB@HHHH **** "BBB@HHHH **
M** "BBB@HHHH **** "BBB@HHHH **** "BBB@HHHH **** "BBB@KD=
M1L-&N/%.O7NL:38WZ66D6DBB[AB?8-]V6P9,*N=HY) X&2 *ZZN7OG\K6/%<
MGF>7MT.T;?OV;<-><[MZ8^N],?WEZAQ$P3PII9V>9X)*KG;OVPH<?<W8
<#
M.,RXZ9V)TWG8)X4TL[/,$^%5SMW[84./N;L?N!G&9<=,[$Z;SLZBBCF86.7
M3PII9V>9X)*KG;OVPH<?<W8
<#.,RXZ9V)TWG8)X4TL[/,$^%5SMW[84./
MN;L?N!G&9<=,[$Z;SLZBBCF86.73PII9V>9X)*KG;OVPH<?<W8_<#.,RXZ9
MV)TWG8)X4TL[/,$^%5SMW[84./N;L?N!G&9<=,[$Z;SLC^R-KVKZY]IU*^M
MOL,JV]LEK=/"(OW2/YC!2 Y)?^/(PH&.N>>@\2ZA?7FEQW=Q/;P:KIED+BZB
M;:D#R-+DJ ?D:0A5##ID<YV@TKO/QV&U9-]CI4*:6=GF>"?"JYV[]L*’‘W
M-V/WSC,N.F=B=-YV">%-+.SS/!/A5<[=^V%#C[F['[@9QF7'3.Q.F\[.F1! M'&J DA0-S$G\2>33JGF8K’+IX4TL[/,$^%5SMW[84./N;L?N!G&9<=,[$Z
M;SL$*:6=GF>"?“JYV[]L*’‘W-V/W SC,N.F=B=-YV=111S,+‘F’B72=-M+C
M0GA.Z1IMS’K=DK/96JJ2=).’\M"1EV’&0<<X.57T^O//&;-2L&\O;O\16
M;9V;=W-L,YV+NZ8SE^F-PQL7T.A@?.'Q>Y’R][9_`HI**/B]_R/E[P!L
M_P#T4E%?=T/X%/`PQ
)'EK>7J_S.^"P#QX:A_N0_SEKU.O+/@O_QX:A_N
M0_SEKU.OF,[
-_J?+\D=>#_(
^?YL****\HZ@HHHH****"BBB@HHHH
M****"BBB@HHHH****"BBB@HHHH"BBB@HHHH****"BBB@H MHHH"BBB@HHHH****"BBB@HHHH"N7OG\K6/%<GF>7MT.T M;?OV;<-><[MZ8^N],?WEZCJ*YC6O#NLWFMRZAI/B!--6:VB@EC:S,I;RVE93 MN$BX_P!:W'M30C9?6])BW^9J=DFS=OW7"#;MW[L\\8\J7/IY;_W3@?6])BW^ M9J=DFS=OW7"#;MW[L\\8\J7/IY;_-TXYG_A&/&'0ZQ?^"UO_CU’",>,/^
MAUB_%K?'J-.F?6])BW^9J=DFS=OW7"#;MW[L\\8\J7/IY;_W3@?6])BW^ M9J=DFS=OW7"#;MW[L\\8\J7/IY;_-TXYG_A&/&'0ZQ?^"UO_CU’",>,/^
MAUB
%K?'J--#5+7PKJ%S+<7U[;K)L,<_EZ@T(D1?,RLH1P' \N;AL@;)/ M1JDO$\+3K=K=W&GA9;;[+.IN0H$49E.W&?EVE)N1@CRVY^7C+_X1CQA_T.L7 M_@M;_P"/4?\",>,/^AUB`!:W_,>H&=$NK:/9P^4=4M56!2I,MT&*A=^= MQ8YR/*ER3S^[?/W3B1];TF+?YFIV2;-V_=<(-NW?NSSQCRI<^GEO_=..9_X1 MCQA_T.L7_@M;_P"/4?\",>,/^AUB_`!:W_,>H$=,^MZ3%O\S4[)-F[?NN M$&W;OW9YXQY4N?3RW_NG^MZ3%O\S4[)-F[?NN$&W;OW9YXQY4N?3RW_+IQ MS/\PC’C#H=8O`P6M>H_X1CQA_T.L7_@M;X]1H!F^+'BEO[&6$HR-XD
MM070##,KVZ-R$7)!4J>7P5(W#&Q/1JX63P3K]Y=V$FI>*8;J&TNX;GRQIY4D
MQNKX#&4XSMQT-=U0P/G#XO?\CY>
]L__$4E%'Q>_P"1\O?^V?\Z
2BONZ’
M"G_(8_DCRUO+U?YG>?!?\X-0_P!R’^IU\N:'X[U7PY;O%IDGD[P!( M=JMNQG’W@<?>/YUJ_P#“W_%7_/\`?^08O_B:\S,<JJXG%3K0DK.V]^R78TH5
MU3IJ#B^O;OZGT=17SA_PM_Q5_P__P#YB_^)H_X6]XK_P”?P#@1?!-< M7]@5_P">/X__")K]<C_"O\/\SZ/HKYP_X6]XK_.?/\($7,31_P+
M>\5__`_P"0(O`XFC^P
\?`R;Y$/KD?Y7^’^9]'T5\X?`"WO%?/
M/\D"+_.)H_P"%O>*_^?\_P#($7_Q-’]@5_YX_P#DW_R(?7(RO`#,^
MCZ
^</`A;WBO_G_/\R!%\31_PM[Q7_S/\Y B_^(H_L"O_#Q_\F_^ M1']<C_*_P_S/H^BOG#_A;WBO_G__/($7_Q%’"WO%?#__/D"+_XBC^P

M_P#/'R;P"1#ZW’^5_A_F?1]%?.’"WO%?#__/D”+XFC_A;WBO)__ M/R!%`$T?V!7_GC_Y-P#(A]<C*P_PSZ/HKYP_X6]XK_P"?_P#\@1?_ M!%’"WO%?`S`D"+P")H_L"O/'PF_P#D0^N1_E?X?YGT?17SA_PM M[Q7_,__/Y B_\B:/^%O>*P#G_P#"!%_P#$4?V!7_GC_P"3?_(B^N1_ ME?X?YGT?17SA_P+>\5_`P"0(O`XBC(6]XK_Y_P#_,@1?$4?V!7
M_GC_.3?_(A]<C_*_P/\SZ/HKYP_P"%O>^?`P#($7_Q-’"WO%?/`
M_P#D"+_XFC^P
`/'R;Y$/KD?Y7^’^9]'T5\X?+>\5_P#.0(O_B* M/^%O>*_^?_\@1?$4?V!7_)X_^3?_"(KD?Y7^’^9]'T5\X?+>\5`
M/`^0(O_B*/^%O>*`G_`($7_P31_8%?^>/_DW_,B+ZY’^5_A_F?1]
M%?.’
"WO%?`S_`D"+P")H_X6]XK.?_/`($7,11_8%?^>/_)-_
M\B’UR/`P_S/H^BOG#A;WBO`Y`P@1?\Q%'M[Q7_S_P#_`) B M_P#B*/[ K_SQ_P#)O_D1_6X_RO\`#_,^CZ*^</\`A;WBO_G_`/\`R!%_\11_ MPM[Q7_S_`/\`Y B_^)H_L"O_`#Q_\F_^1#ZY'^5_A_F?1]%?.'_"WO%?_/\` M_P#D"+_XFC_A;WBO_G__`/($7_Q-']@5_P">/_DW_P`B+ZY'^5_A_F?1]%?. M'_"WO%?_`#__`/D"+_XFC_A;WBO_`)__`/R!%_\`$T?V!7_GC_Y-_P#(C^N1 M_E?X?YGT?17SA_PM[Q7_`,__`/Y B_\`B:/^%O>*_P#G_P#_`"!%_P#$T?V! M7_GC_P"3?_(B^N1_E?X?YGT?17SA_P`+>\5_\_\`_P"0(O\`XFC_`(6]XK_Y M_P#_`,@1?_$T?V!7_GC_`.3?_(A]<C_*_P`/\SZ/HKYP_P"%O>*_^?\`_P#( M$7_Q-'_"WO%?_/\`_P#D"+_XFC^P*_\`/'_R;_Y$/KD?Y7^'^9]'T5\X?\+> M\5_\_P#_`.0(O_B:/^%O>*_^?_\`\@1?_$T?V!7_`)X_^3?_`"(?7(_RO\/\ MSZ/HKYP_X6]XK_Y__P#R!%_\31_PM[Q7_P`__P#Y`B_^)H_L"O\`SQ_\F_\` MD0^N1_E?X?YGT?17SA_PM[Q7_P`__P#Y`B_^)H_X6]XK_P"?_P#\@1?_`!-' M]@5_YX_^3?\`R(?7(_RO\/\`,^CZ*^</^%O>*_\`G_\`_($7_P`31_PM[Q7_ M`,__`/Y B_\`B:/[`K_SQ_\`)O\`Y$/KD?Y7^'^9]'T5\X?\+>\5_P#/_P#^ M0(O_`(FC_A;WBO\`Y_\`_P`@1?\`Q-']@5_YX_\`DW_R(?7(_P`K_#_,^CZ* M^</^%O>*_P#G_P#_`"!%_P#$T?\`"WO%?_/_`/\`D"+_`.)H_L"O_/'_`,F_ M^1#ZY'^5_A_F?1]%?.'_M[Q7_S_P#) B_P#B:/\A;WBO_G_/\R!%_
M\11_8%?^>/`Y-\B/ZY’^5_A_F?1]%?.’"WO%?/`P#D"+XFC_A;WBO
M_G
/($7_Q-']@5_P">/_DW_PB+ZY’^5_A_F?1]%?.’
"WO%?#__/D"
M+XFC_A;WBO)__/R!%
`$T?V!7_GC_Y-P#(A]<C
P_PSZ/HKYP_X M6]XK_P"?_P#\@1?_!-’"WO%?`S_`D"+P")H_L"O/'PF_P#D0^N1 M_E?X?YGT?17SA_PM[Q7_,__/Y B_\B:/^%O>*P#G_P#"!%_P#$T?V! M7_GC_P"3?_(A]<C_"O/\P^+W(^7O&S_/1245RNO:[=^(=0>^OGWW#X_

W/M S@#@ #H!17T<(<E.,'T27W)(YEK=]V_S/_9

end

begin 666 locApp.log
M(5-%4U-)3TX@075G(#$S+" R,# S(#$P.C(P.C$T+CDX(“TM+2TM+2TM+2TM
M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2T-“FIA=F$N=F5R
M<VEO;CTQ+C,N,5\P- T*:F%V82YV96YD;W(]4W5N($UI8W)O<WES=&5M<R!)
M;F,N#0I”;V]T3&]A9&5R(&-O;G-T86YT<SH@3U,]=VEN,S(L($%20T@]>#@V
M+”!74SUW:6XS,BP@3DP]9&5?1$4-"D-O;6UA;F0M;&EN92!A<F=U;65N=’,Z
M("UO<R!W:6XS,B M=W,@=VEN,S(@+6%R8V@@>#@V("UF96%T=7)E(&-O;2YQ
M;G@N=&]O;’,N:61E("UI;G-T86QL(&9I;&4Z0SHO44Y8<V1K+VAO<W0O=VEN
M,S(O>#@V+W5S<B]Q9&4O96-L:7!S92-"B%%3E1262!O<F<N96-L:7!S92YC
M9’0N;&%U;F-H(#0@,34P($%U9R Q,RP@,C P,R Q,#HR,#HQ-"XY. T*(4U%
M4U-!1T4@1F%I;&5D($QA=6YC:&EN9R!#1$D@1&5B=6=G97(@.B!%<G)O<B!I
M;FET:6%L:7II;F<Z($5X96,@97)R;W(Z3&%U;F-H:6YG(&9A:6QE9 T*(5-4
M04-+(# -“F]R9RYE8VQI<’-E+F-D=“YD96)U9RYC;W)E+F-D:2Y#1$E%>&-E
M<‘1I;VXZ($5R<F]R(&EN:71I86QI>FEN9SH@17AE8R!E<G)O<CI,875N8VAI
M;F<@9F%I;&5D#0H)870@;W)G+F5C;&EP<V4N8V1T+F1E8G5G+FUI+F-O<F4N
M1T1"1&5B=6=G97(N8W)E871E3&%U;F-H4V5S<VEO;BA’1$)$96)U9V=E<BYJ
M879A.C0W0T"6%T(&]R9RYE8VQI<’-E+F-D=“YL875N8V@N:6YT97)N86PN
M3&]C86Q#3&%U;F-H0V]N9FEG=7)A=&EO;D1E;&5G871E+FQA=6YC:“A,;V-A
M;$-,875N8VA#;VYF:6=U<F%T:6]N1&5L96=A=&4N:F%V83HX-“D-”@EA=”!O
M<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YC;W)E+DQA=6YC:$-O;F9I9W5R
M871I;VXN;&%U;F-H*$QA=6YC:$-O;F9I9W5R871I;VXN:F%V83HQ,S8I#0H)
M870@;W)G+F5C;&EP<V4N8V1T+FQA=6YC:“YI;G1E<FYA;“Y#07!P;&EC871I
M;VY,875N8VA3:&]R=&-U=“YL875N8V@H0T%P<&QI8V%T:6]N3&%U;F-H4VAO
M<G1C=70N:F%V83HV.“D-”@EA=”!O<F<N96-L:7!S92YC9’0N;&%U;F-H+FEN
M=&5R;F%L+D-!<’!L:6-A=&EO;DQA=6YC:%-H;W)T8W5T+G-E87)C:$%N9$QA
M=6YC:“A#07!P;&EC871I;VY,875N8VA3:&]R=&-U=“YJ879A.C,R-“D-”@EA
M=”!O<F<N96-L:7!S92YC9’0N;&%U;F-H+FEN=&5R;F%L+D-!<’!L:6-A=&EO
M;DQA=6YC:%-H;W)T8W5T+FQA=6YC:“A#07!P;&EC871I;VY,875N8VA3:&]R
M=&-U=“YJ879A.C4Y0T"6%T(&]R9RYE8VQI<’-E+F1E8G5G+FEN=&5R;F%L
M+G5I+FQA=6YC:$-O;F9I9W5R871I;VYS+DQA=6YC:%-H;W)T8W5T17AT96YS
M:6]N+FQA=6YC:“A,875N8VA3:&]R=&-U=$5X=&5N<VEO;BYJ879A.C$V,2D-
M”@EA=”!O<F<N96-L:7!S92YD96)U9RYI;G1E<FYA;“YU:2YA8W1I;VYS+DQA
M=6YC:%-H;W)T8W5T06-T:6]N+G)U;BA,875N8VA3:&]R=&-U=$%C=&EO;BYJ
M879A.C0Y0T"6%T(&]R9RYE8VQI<’-E+FIF86-E+F%C=&EO;BY!8W1I;VXN
M<G5N5VET:$5V96YT*$%C=&EO;BYJ879A.C<T.2D-”@EA=”!O<F<N96-L:7!S
M92YJ9F%C92YA8W1I;VXN06-T:6]N0V]N=’)I8G5T:6]N271E;2YH86YD;&57
M:61G971396QE8W1I;VXH06-T:6]N0V]N=’)I8G5T:6]N271E;2YJ879A.C0P
M-RD-”@EA=”!O<F<N96-L:7!S92YJ9F%C92YA8W1I;VXN06-T:6]N0V]N=’)I
M8G5T:6]N271E;2YH86YD;&57:61G971%=F5N=“A!8W1I;VY#;VYT<FEB=71I
M;VY)=&5M+FIA=F$Z,S8Q0T"6%T(&]R9RYE8VQI<’-E+FIF86-E+F%C=&EO
M;BY!8W1I;VY#;VYT<FEB=71I;VY)=&5M+F%C8V5S<R0P*$%C=&EO;D-O;G1R
M:6)U=&EO;DET96TN:F%V83HS-3(I#0H)870@;W)G+F5C;&EP<V4N:F9A8V4N
M86-T:6]N+D%C=&EO;D-O;G1R:6)U=&EO;DET96TD06-T:6]N3&ES=&5N97(N
M:&%N9&QE179E;G0H06-T:6]N0V]N=’)I8G5T:6]N271E;2YJ879A.C0W0T
M"6%T(&]R9RYE8VQI<’-E+G-W=“YW:61G971S+D5V96YT5&%B;&4N<V5N9$5V
M96YT*$5V96YT5&%B;&4N:F%V83HW-RD-”@EA=”!O<F<N96-L:7!S92YS=W0N
M=VED9V5T<RY7:61G970N<V5N9$5V96YT*%=I9&=E=“YJ879A.C@R-RD-”@EA
M=”!O<F<N96-L:7!S92YS=W0N=VED9V5T<RY$:7-P;&%Y+G)U;D1E9F5R<F5D
M179E;G1S*$1I<W!L87DN:F%V83HQ-3(Y0T"6%T(&]R9RYE8VQI<’-E+G-W
M=“YW:61G971S+D1I<W!L87DN<F5A9$%N9$1I<W!A=&-H*$1I<W!L87DN:F%V
M83HQ,CDQ0T"6%T(&]R9RYE8VQI<’-E+G5I+FEN=&5R;F%L+E=O<FMB96YC
M:“YR=6Y%=F5N=$QO;W H5V]R:V)E;F-H+FIA=F$Z,3,T,RD-”@EA=”!O<F<N
M96-L:7!S92YU:2YI;G1E<FYA;“Y7;W)K8F5N8V@N<G5N*%=O<FMB96YC:“YJ
M879A.C$S,C8I#0H)870@;W)G+F5C;&EP<V4N8V]R92YI;G1E<FYA;“YB;V]T
M+DEN=&5R;F%L0F]O=$QO861E<BYR=6XH26YT97)N86Q”;V]T3&]A9&5R+FIA
M=F$Z.#,Q0T"6%T(&]R9RYE8VQI<’-E+F-O<F4N8F]O=“Y”;V]T3&]A9&5R
M+G)U;BA”;V]T3&]A9&5R+FIA=F$Z-#8R0T"6%T(&IA=F$N;&%N9RYR969L
M96-T+DUE=&AO9"YI;G9O:V4H3F%T:79E($UE=&AO9"D-”@EA=”!O<F<N96-L
M:7!S92YC;W)E+FQA=6YC:&5R+DUA:6XN8F%S:6-2=6XH36%I;BYJ879A.C(T
M-RD-”@EA=”!O<F<N96-L:7!S92YC;W)E+FQA=6YC:&5R+DUA:6XN<G5N*$UA
M:6XN:F%V83HW,#,I#0H)870@;W)G+F5C;&EP<V4N8V]R92YL875N8VAE<BY-
M86EN+FUA:6XH36%I;BYJ879A.C4S.2D-“B%%3E1262!O<F<N96-L:7!S92YJ
M9’0N;&%U;F-H:6YG(#0@-”!!=6<@,3,L(#(P,#,@,3 Z,C Z,30N.3(W#0HA
I34534T%'12!632!T>7!E(&5L96UE;G0@=VET:”!U;FMN;W=N(&ED#0H
end

begin 666 qconnApp.jpg
M
]C_X 02D9)1@!0```0!#__@#55&AI<R!F:6QE('=A<R!C<F5A=&5D M(&)Y#0U'<F%P:&EC(%=O<FMS:&]PF2!0<F]F97-S:6]N86P@,BXP80T-9G)O M;2!!;&-H96UY($UI;F1W;W)K<R!);F,N#6AT=' Z+R]W=W<N;6EN9'=O<FMS M:&]P+F-O;0T-5&AI<R!I;6%G92!M87D@:&%V92!B965N(&-R96%T960@8GD- M82!P87)T>2!O=&AE<B!T:&%N($%L8VAE;7D@36EN9'=O<FMS($EN8RX-#55S M92!N;R!H;V]K<__;`$,`" 8&!P8%" <'!PD)" H,% T,"PL,&1(3#Q0=&A\> M'1H<'" D+B<@(BPC'!PH-RDL,#$T-#0?)SD].#(\+C,T,O_;`$,!"0D)# L, M& T-&#(A'"$R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R,C(R M,C(R,C(R,C(R,C(R,O_ `!$(`1X"!@,!(@`"$0$#$0'_Q `?```!!0$!`0$! M`0```````````0(#! 4&!P@)"@O_Q "U$ `"`0,#`@0#!04$! ```7T!`@,` M!!$%$B$Q008346$'(G$4,H&1H0@C0K'!%5+1\"0S8G*""0H6%Q@9&B4F)R@I M*C0U-C<X.3I#1$5&1TA)2E-455976%E:8V1E9F=H:6IS='5V=WAY>H.$A8:' MB(F*DI.4E9:7F)F:HJ.DI::GJ*FJLK.TM;:WN+FZPL/$Q<;'R,G*TM/4U=;7 MV-G:X>+CY.7FY^CIZO'R\_3U]O?X^?K_Q `?`0`#`0$!`0$!`0$!```````` M`0(#! 4&!P@)"@O_Q "U$0`"`0($! ,$!P4$! `!`G<0(#$00%(3$&$D%1
M!V%Q$R(R@0@40I&AL<$)(S-2!5B<M$%B0TX27Q%Q@9&B8G"DJ-38W.#DZ
M0T1%1D=(24I35%565UA96F-D969G:&EJ<W1U=G=X>7J"@X2%AH>(B8J2DY25
MEI>8F9JBHZ2EIJ>HJ:JRL[2UMK>XN;K"P\3%QL?(R<K2T]35UM?8V=KBX^3E
MYN?HZ>KR_3U]O?X^?K_V@,P$A$#$0`_`,?7?%USXEU&6:1W:Q$G^CV[ M<*JC.TE<D;\$Y//4X.,"JL5S$H_X]+<GWC%8VCQ&58T'&1DG!(4`9). 3@#) M/L*U;N\T^S@U#9;W5P-."274L<.X0AB$"2,9% 8L<[%#$="QVMC[7$X["Y;" M-.2]$K>G5K=_-L\&GE]?&3E44DDNKO:_963?X:=2R;^,#_CTMO\`OT*8=2B_ MY\[;_OT*HRI/`(/M=O):O<1B:&.<JLC1G(#%021G!Z^E:UEX?%YX5U37#=%/ ML#QIY(CSYF]@/O9&,9]#71AL=AL106(IOW6[?.]K:7ZG+6P%:C6]@]7TMLUW M5[?UIN5O[2B_Y\[;_OT*/[2B_P"?.V_[]"LRBN[E1R\II_VE%_SYVW_?H4?V ME%_SYVW_`'Z%9E%'*@Y33_M*+_GSMO\`OT*/[2B_Y\[;_OT*S**.5!RFG_:4 M7_/G;?\`?H4?VE%_SYVW_?H5-XGT#_A&]66P^T_:"8$F+^7LQNSQC)].M8U1 M3E"I%3AJF5.DX/EEN:?]I1?\^=M_WZ%']I1?\^=M_P!^A6CIWA6!M%36=<U> M+2=/F8I;LT+323,#@[8UY(Z\^W3'-9^O:1%HU_'!!?PWT$T*SQ31`C<C9QE3 M]T\'BLXXBC*HZ<7JO7[K[7\BWAYJ'.UI_7X"?VE%_P`^=M_WZ%']I1?\^=M_ MWZ%9E%;\J,N4T_[2B_Y\[;_OT*/[2B_Y\[;_`+]"K/A_P_%J\%]>7FH)I^G6 M*!Y[EHS(06.%`4<DDU'/IFDKH]W?V^NQ2/%=>1;VTD/ERW"<?O I.0.O;H.< M=*P>(HJ;IO=6Z/KMKL;1PU24>=;>O;<B_M*+_GSMO^_0H_M*+_GSMO\`OT*S MHHI)I5BBC:21CA549)/L*;6]D8\II_VE%_SYVW_?H4?VE%_SYVW_`'Z%9E%' M*@Y33_M*+_GSMO\`OT*/[3B_Y\[;_OT*S I8@#J>*T-9T:ZT+4C87IC%PJ([ MA&R%W '!/J,]LBI;@I*+W92IMIM;(?\`VG%_SYVW_?H4?VG%_P`^=M_WZ%-U MW3K+2]3-I8ZK!J<8C5FG@ VACU7@GD?7O6;BE3E"I%2CLPG3<'RR-3^TXO\` MGSMO^_0H_M.+_GSMO^_0K+Q1BKY43RFI_:<7_/G;?]^A1_:<7_/G;?\`?H5M M_P#")Z+::'IFHZOXF:Q.H1L\<2Z=)-T.#RA/J.H'6N;U*&P@OGBTV_:^ME Q M.UNT&XXY^5N>.E<]/$4:LG&'2_1VT\[6-I8:<8J<MGYEG^TXO^?.V_[]"C^T MXO\`GSMO^_0K+Q1BNCE1CRFI_:<7_/G;?]^A1_:<7_/G;?\`?H5EXHQ1RH.4 MU/[3B_Y\[;_OT*/[3B_Y\[;_`+]"LO%&*.5!RFI_:<7_`#YVW_?H4?VG%_SY MVW_?H5EXHQ1RH.4U/[3B_P"?.V_[]"C^TXO^?.V_[]"LO%&*.5!RFI_:<7_/ MG;?]^A0=3B_Y]+;_`+]"LO%!HY4'*:?]I1?\^EK_`-^A1_:47_/I:_\`?H5E M\>M''K1RKL/E-3^THO\`GTM?^_0H_M*+_GTM?^_0K+X]:./6CE78.4U/[2B_ MY]+7_OT*/[2B_P"?2U_[]"LOCUHX]:.5=@Y34_M*+_GTM?\`OT*/[2B_Y]+7 M_OT*R^/6CCUHY5V#E-3^THO^?2U_[]"C^THO^?2U_P"_0K+X]:./6CE78.4U M/[2B_P"?2U_[]"C^THO^?2U_[]"LOCUHX]:.5=@Y34_M*+_GTM?^_0H_M*+_ M`)]+7_OT*R^/6CCUHY5V#E-3^THO^?2U_P"_0H_M*+_GTM?^_0K+X]:./6CE M78.4U/[2B_Y]+7_OT*/[2B_Y]+7_`+]"LOCUHX]:.5=@Y35744=PJV5NS,<` M"(')K;;P]K &6TS34)_ADN;=&'U!<$'V-8OA;_D<-$_Z_P"#_P!&+7J>CV\. MLN+::Z6&7ROW(Q]]O\]J^?SK-:N!G"%**;E??_AT>WE.54L9"=2K)I1MMY_> M<"= U?\`Y\-'_P# RV_^.56N=$U:&!Y/[.TYPBEBL%S!(Y ZX57+'UX%=Q%H M6KW.MMI?DB.1.9)"/E5?[V>X]/6JEU:VMGXWTZTM+O[5%'?6X+XZ-YBY7T-> M$N*<8FG*G&U[=?\`,]Y\,8-IJ-23=K]_T,'P9\6?^$9DEMM8-W=:88QY,<>) M'A<8`"[F&$V@\9X(& ,FBO*M2Z#ZBBOH<9@,/.LY2CKY:'C8><HTTDSH])ED MM8?,B0.YB>/:>X9"I[CG![FNJTOQ#X3TU]7T6?3KG6)-0U"&[NYOLC!90TNY MCM"[C##M7@YWLS *%)KE=.91;)GN!5TVUM,V]@P8]=KE<_D:YN(^'/[5Y91G M9JVE[;.Z=TF[K^M4C+ YI3PZ=&NGRW;323=W9/1M76G?3SN)J<TNJ:W<ZG<# M_2;RZDNMK*H>*WVA(8Y-O <*/N\X[G=N`Z[1E/\`PJKQ.,?\O%M_Z,6N82*" M)-L:A1U..Y]3ZFM/3/$>KZ%%)%I6I/9K*P9]L4;[B.GWU/Z5UX/)WA,"L/3L MVFGV6EM/N21AB,UA7Q<:EFH15EWZN[^;?H1>#])N=5\56%M;7/V64/YJS[ V MS8-V<'@].E=MXAU&T\1_#[4[M)M3NWL;N-(KC48($;EE4A/+5>"""<C/2N1N M/%FOWE]:7EUK4\L]H2T#>7&FPG&3\BC.<8YR,9]:6^\7>(M2M9K6]UR>>"8* MLD;0P@$`YQP@QSW'/ YK?$83$UJT*MDN6W7;776VMUZ6\S*AB:%*,HMMW\O* MW?YW.OU2*63XR:(51V7R(&& 2, -D_2HWU6]TCPMXJOK"58[Q=?=8YFC5S'E ML$J&!&=N1TZ$US,/C;Q+;6T-M;Z[/%!"%5(Q%$V .@W,A8C\>G'2LV35K^:Q MGLY+YVM[FX-U.AC0>;(3G<2%R.>PP*Q665GRQG;E5EONE*[Z=NAHL?22<E>[ M\MO=:_,]`%E:^(M=\%7NK1QRS7MM*UR2BKY[Q@;=P `.?3&.W2N2U_Q1XGU% M=2TR](6R63FU^RH!:JKC: 0N1V7)/?WK,EU:^G6Q1[Z398*5M50*ABR020R@ M-G('))JWJ?BO7]8LS9W^M3S6C,&:'RXT#8.0"54,1G'4]N:UIY?4A4C*24DK MVU^'WFTUIVLNFQF\;"4&KM-I7=M]+-'H=_XAU2#XE:9HL<T8TN>")9[<PH1+ MN5@2S$;NF.A X[UY/K5LEOKVI00IMBBNY8T4=E#D`?I5Z37=2EUB/5I;]GOH M@HBE,:#8%Z `+@XSW!JC+(UQ-)//*99I7:21V !9F)).!@=3V%:X' 2P\DW; MX;.W5WW^XSQ.,C5@TNZMZ6U_$ZOQK;2WGACPKJ%JCR6,-CY#,HRL<@V@@^A) M&/PI? .C21ZS+=WM@99X].>[T^&="1*P.%('?G./KD=C6+I?B36-#BDCTK5) MK5'.6551USZ[7! /N!GBHFUW59-775IM5NI;]2-L[/C:/15&%4=>#DYZU+
MP==4I8>-K/FL[N^MWM;SM>^P+%4G*-65[JVG32W]6[G3)JFH^)?AYKMSXC=;
MF2R>(VETT*(5=B T:[0/]GW^;GM727^OZC!\2M.T1)(O[N8(A<VQ@0B8NI!
M+,02> HZCA17G&K>(=8UY(H]6U:>[BB8LD15$3=ZD(J[B.V<XR<4V37=2EUB M/5I;]GOH@HBE,:#8%Z +@XSW!K#^RYS=Y))>]9=%=)+IW5S=YA!+W6V^]O. M_P"1V>GZQJ6B>$_&$6G77D#3KY8[0B)#Y8:<JV 00<CUS6=:W<\WP;N(KN1Y M8K?4XXU'.S
L1D#G)9CD^M<P=5OS:7ML;YS%?2B:[‘EI^^8-O&?EXYY^7%(
M-2NAI3:6MVR6#RB:2$(I#.,8))&[L.A%:1RV:U=K\T7?T2O[W^\F6/ALKV]
M_P#&]OT/6I-<BT#6?.G\0Z98^‘4LE:+1+’=+E01A,;]Q.>X=ZX/5C+/*M
M?\>L6OYB^]BS9.X
,>YKH[;QS8V4L-S/XSU.[MHX@7TM](4O(=F-GFA,=?
M]KV+=ZXRQ\6ZUIJSC2KY]-AGF:;[/&D<BID*-RD# P.,=X,'AO,W&.L6G
MK=)VOHVU>^N^IU5\3!4U=Z.ZZ.UUT2>WW’HT+/;?$&W,B9,/AM28W’<$Y!‘X
M5QWAG4]>\3Z^-3U+7)X%TJTDN=T%O’^[CQAEC3;@D@X!8,>!UK&;Q-K;WSWS
MZMUXUM]E\YHHB?+]/NXYR>2,^]5=+U.[T6Y6YTV[>VN%0H)% /!]000?Q!Y
MKLI974C"7-;FY;+K;>_3JF<U3'TVXJ-[75^ETE'_)G<>)]56^\+Z#XDLI+X MWD>H&..YOX(5F( 8\^6-A4$<<>N:J?$GQ!K4/C#[+'?.EK9O#<6\7EIA9-F= MV2N3R3P21[5SFI>)]<UBV^S:EJ\UU 9!(4>*(#<!@?=4$?ACJ:34/$NM:I8Q MV-]JLTUG&5*PLB?PC RP7<?Q-/#Y94A*#G%-)O2^R=K=.FO;<*N.IR4E%O5+ M6W5-^?5:'I%];177Q2OKB2W2ZN;31Q<6L#C<&E'3CN>:YE-4U'Q-\/-=N?$; MK<R63Q&TNFA1"KL0&C7:!_L^_PW/:N:EU_5)]975Y=1E:_3290J%0.@PH
MQR>N<]\TNK>(M9UY(H]6U:>[BB8LD15$3=ZD(J[B.V<XR<5%/*ZT.6]KKEUN
M[QL[NVG7Y#^OTFV]?NWTMK\STB_U_48/B5INB))%_95S!$+BV,
$3%U8$L2"
M3P%‘4<**\GUFV2VUW4;>( 1Q74L:<8<@?RJ_)KVI2ZQ’JTM\SWT0412F-!
ML"] %P<9[@U1EE:XFDGGE,LTKM)([ LS$DG '4]A77@<!+#R3=OAL[=7? M?[C#$XR-6#2[JWI;7\3N-6U#2K#P9X4&HZ NJL]M+Y9:]>W\L!ES]T'.<CKZ M54\!WTNFZ#XLOX(HA-%:+)&CC>JMEL=>N#C\JS+3QIXDT^TBM++6I+>VB7:D M:P0L/JR$K56X\1ZS=;C<:K+(U^BQW+&(&1%&O"8^F#[UA_9]9TYTFE
M:3O?F?`-?:UEIV-8XRDG3E_ET\K;G4^%?$FL3Z7XLUF]N_ME]#8Q^4TT:[
M5P6V_HP"<].:C\.:GJ>H:;XC\27$_V_7K*VC2TDEB0^0IW9=44!1CD]/7/ M4UR$&HW5I9W=I:W)AAO%"7"JBGS%';)!QU[8-/TW5;S1[L76FW<EM. 5WI@Y M![$'((]B".*NIE:?M'!)7M;T5KKROMH1#,&N3FN[-W\^WW';1WESKGA?0]7U MK;)J2:U%!!=&-4>:/.2/E & =W0?P^N:R/B'XDUBY\0ZIHWVORM+BF4?9HHU M4.0<LV-Q)//7’3BL6]\0:OJFH6U]J.J374]J08"ZHJQD’.0JJ%S[D9XQTJI
M=7<U_>37EY.9[F9M\DC
JECTZ
.WI1A\ME&LJE5
RO9;V;:M;3R?S8ZN.C[
M-Q@W?37OO?`-(SMAHV&K?R>U’R>U>QRH\WGFPT;#5OY/:CY/:CE0<Y4V&C
M8:M_)[4?)[4<J#G
FPT;M_)[483UHY4/G>RC95O">M&$]:.5!SE391LJWA
M/6C">M’@YRILHV5;PGK1A/6CE0<Y4V4;MX3UHPGK1RH.<J;-E6)ZT83U
MHY4’.5-E&RK>$]:,)ZT<J#G
FRC95O">M&$]:.5!SE391LJWA/6C">M’@YR
MILHV5;PGK1A/6CE0<Y;+I_Q5VB_]?`!_Z,6NYT’3[K6;B
&T)4J S2]!&/
M6N(T>Z@T_7=/O92?+M[F.5<G"L"?Y5TEA=:IIB2I97]@(Y5V%TU.W7>O8X9
MP1^(!‘M7Q’%F’J3K4I0@YSO9>A]EPOB<-92FHR=K7=NYZC<:G9ZBL_A^W
MU.1+[R@@N<#YV’49]?7’J<5YC#I]SI/C’3+.[C
2K?V_T(\Q<$‘NK;;Q2’6
M;3E93D,-5M@0?^E/>]O9-?LM7UB_LF2UGBFD=;^"5RJ,&VJB.22<8&!U//<
MU\E/#XNM./[J5[]GL?3T:F%PT)J-:+BT[ZJ]
++[CR/4X^!]:*LZQ@(F/6B
MOU+$Q7M&?!X>3=-'IGPO,Z/K]E=MJ=GYYB2(I^=<9+Y^Z1
=‘Y5Z!PKGP
MH/`F%?^3,O
,57+?!?_CQU#_<@_G)7J5?*YQB\13QM2,)M+39OLCLPE&G* MDG**>_3S9RW_``KGPI_T"S_X$R__!5’"N?"G_0+/`X$R__%5U-%>9]>Q7
M
/V7WO`S.CZO1_D7W(Y;A7/A3*!9_P# F7_XJC_A7/A3_H%G_P"9?`
MXJNIHH^O8K_G[+[W_F’U>C_(ON1RW_"N?“G_$"S_P"!,O\\51_PKGPI_T”
MS_X$R_`Q5=311]>Q7_/V7WO_,/J]’^1?<CEO^%<^%/^@6?)E_P#BJ/\` MA7/A3_H%G_P)E_\`BJZFBCZ]BO\`G[+[W_F'U>C_`"+[D<M_PKGPI_T"S_X$ MR_\`Q5'_KGPI_T"S_X$R__!5=311]>Q7_#]E][S#ZO1_D7W(Y;(5S MX4_Z!9_\"9?_(JC_A7/A3_H%G_P)E^KJ:/KV
Y^R^]YA]7H_R+[D<M
M_P*Y\*?] L_^!,O_P51_PKGPI_T"S
.!,O_Q5=311]>Q7_/V7WO\S#ZO
M1_D7W(Y;A7/A3_H%G_P)E^*H_X5SX4_P"@6?`P)E
^KJ:/KV*Y^R^]
M_P"8?5Z/\B^Y’+?*Y*?] L_P#@3+
\51_PKGPI_P! L_`@3+/%5U-%' MU[%?\_9?>_\,/J]’^1?<CEO^%<^%/`H%G,"9?_BJ/^%<^%/^@6?_``)E M_P#BJZFBCZ]BO^?LOO?^8?5Z/\B^Y'+?\*Y\*?\0+/($R_P#Q5'_"N?"G M_0+/_@3+_P#%5U-%'U[%?\_9?>_\P^KT?Y%]R.6_X5SX4_Z!9_\``F7_.*H
M_P"%<^%/^@6?
F7_P"KJ:/KV*P"?LOO?^8?5Z/`(ON1RW"N?"G_0+/
M_@3+P#%4?`"N?"G_0+/@3+`%5U-%'U[%?`/V7WO,/J]’^1?<CEO`
MA7/A3_H%G_P)E_`BJ/^%<^%/^@6?_ F7_XJNIHH^O8K_G[+[W_F’U>C_(ON
M1RW_KGPI_T"S_X$R__`!5'_"N?"G_0+/\`X$R__%5U-%'U[%?\_9?>_P#, M/J]'^1?<CEO^%<^%/^@6?_ F7_XJC_A7/A3_`*!9_P# F7_XJNIHH^O8K_G[ M+[W_`)A]7H_R+[D<M_PKGPI_T"S_`.!,O_Q5'_"N?"G_`$"S_P"!,O\`\574 MT4?7L5_S]E][_P`P^KT?Y%]R.6_X5SX4_P"@6?\`P)E_^*H_X5SX4_Z!9_\` M`F7_`.*KJ:*/KV*_Y^R^]_YA]7H_R+[D<M_PKGPI_P! L_\`@3+_`/%4?\*Y M\*?]`L_^!,O_`,574T4?7L5_S]E][_S#ZO1_D7W(Y;_A7/A3_H%G_P`"9?\` MXJD_X5QX3_Z!1_\F7_.*KJJ*/KV*_Y^R^]_YA]7I?RK[D<K_PKCPG_P! MK_R9E_\BJ/^%<>$P#H%?`DS+/%5U5%'U[%?\_9?>_\,/J]+^5?<CE?
M^%<>$`H%?^3,O,51_PX)] K,F9?_BJZJBCZ]BO^?LOO?\F’U>
ME_ON1RO_“N/”?`T"O_"9E_P#BJ/\A7’A/H%?^3,O_Q5=511]>Q7/V7
MWO`S#ZO2_E7W(Y7_A7’A/`Z!7_),R_P#Q5'_"N/"?_0*_\F9?_BJZJBCZ M]BO^?LOO?^8?5Z7\J^Y'*_\“N/”?_0
P#)F7_XJC_A7’A/H%?^3,O_P5 M7544?7L5_P9?>\P^KTOY5]R.5_P"%<>$^@5_Y,R_%4?*X)_`0

MF9?
(JNJHH^O8K_)^R^]YA]7I?RK[D<K,*X\)_]K_R9E_^H_X5QX3
M_P"@5_Y,R_`Q5=511]>Q7_/V7WO_,/J]+^5?<CE?^%<>$^@5_Y,R__!5' M_"N/"?\T"O"9E_P#BJZJBCZ]BO^?LOO?^8?5Z7\J^Y'*_\*X\)_\0

MF9?
(JC_A7'A/\Z!7_),R_P#Q5=511]>Q7_/V7WO_##ZO2_E7W(Y7_A7
M’A/*!1_P# F7_XJC_A6_A,_P#,*_\)F7.*KJJ*/KV*_Y^R^]_YA]7I? MRK[D<K_PK?PE_P! G_R8E_\BJ3_(5MX2_Z!/\Y,2__%5U=%‘U[%?_9?>
M_P#,/84OY5]R/F7XEZ;::/XKNK"PA\FVCV;(]Q;&8U)Y))ZDT5;^+W_(^7O_
M&S_/1245]I2DY4:<I.[<8_DCSTDFTN[,[SX+/'CJ'^Y#_.2O4Z\L^"_ M_'AJ'^Y#_.6O1-<OI=,\/ZE?PJC2VMK+,@<$J65"1G';BOEL\_W^I\OR1VX% M-THI=W^;//O'/C^[AOKK1='=8EC'E7%VIR^[C*QD'Y<<J3USD#:5R?-KZ*66 M]E;4%EDOVV5KK+29’&&+<Y&,<],8J;2+Z71=0M+VV6-Y;5U=!,@=21ZC^HP
M1U!!P:]A?0-"^5G:Z];M+872R"""6V@90GH21A^>#R.,+\Q[V(;L]>W MD?J,88;)804Z=XM>]/=\WFM[/RZGEVB>(-;\."*XL9Y1:?/&D$^YK8G@L N0 M06!^7!YYX)!]J,^)+3Q/IWEN/+E4[)X"V6B?T]P>H/&1V’0>?$+Q-8BW
M7PCHMG%%86$FV1S’SYBD@A,\C!SENK$GG&2V/.=3ET_Q<D=O(NX]DJCG)! MPGZO]?USI1FX5/97NOU/-SC!0Q.!>/\9^SDM;=XMZ7[/6_4]?U[5)='TE[R
M&W2XE\V*)(GE,:DO(J#+!6P!NST/2H[?5;F"2&'6X+6SFN9/+MQ;SR3HYQG!
M<Q(%/!P#U[4SQ5I,VM^'YK&"*VE=Y(G\JY8B.0)(KE