Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Can someone explain what might cause this
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
waldonj  
View profile  
 More options Jun 16 2010, 5:14 pm
Newsgroups: sybase.public.powerbuilder.general
From: waldonj <b...@boblandau.com>
Date: Wed, 16 Jun 2010 14:14:02 -0700 (PDT)
Local: Wed, Jun 16 2010 5:14 pm
Subject: Can someone explain what might cause this
Several years ago I stopped compiling my apps to machine code, and
instead distributed them as interpreted code, which compiled quicker
and performed better.  I am currently on 10.5 with latest available
build.  Recently I added less than a dozen lines of code to resolve an
issue, and several users were unable to launch the application.  I had
seen this previously, and found if I created an additional pbl, and
moved several objects from an existing pbl to the new one, in effect
making the sizes of a large pbd smaller, that the user would be able
to launch the application.  No error messages are being issued, the
application was just not launching, so I suspected a memory issue on
these isolated user PCs.  Yesterday morning I had 3 such issues, I
reduced the largest pbd to below 500 kb and the users were then OK.
Today more users reported the problem.  I lowered the maximum pbd size
below 400 kb, but that didn't help.  After trying several things, I
recompiled the same application as machine code.  Each user that
reported a problem was then able to launch the application.  The size
of the DLLs in the machine code were larger than their corresponding
pbds, so that blew away the size theory.  Can anyone explain what
might be going on in this scenario.  Users and development done on XP
SP3.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeremy Lakeman  
View profile  
 More options Jun 16 2010, 8:25 pm
Newsgroups: sybase.public.powerbuilder.general
From: Jeremy Lakeman <jeremy.lake...@gmail.com>
Date: Wed, 16 Jun 2010 17:25:06 -0700 (PDT)
Local: Wed, Jun 16 2010 8:25 pm
Subject: Re: Can someone explain what might cause this
On Jun 17, 6:14 am, waldonj <b...@boblandau.com> wrote:

It probably has nothing to do with the size, but perhaps with the
ancestry of your classes and how you build the application.

Sometimes a class will fail to compile but you can still build the exe
and pbd's.

Or it could be related to the versions of pb dll's on the client
machine.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rich Frantz  
View profile  
 More options Jun 17 2010, 9:43 am
Newsgroups: sybase.public.powerbuilder.general
From: Rich Frantz <richfra...@gmail.com>
Date: Thu, 17 Jun 2010 06:43:00 -0700 (PDT)
Subject: Re: Can someone explain what might cause this
On Jun 16, 5:14 pm, waldonj <b...@boblandau.com> wrote:

I suspect you are doing incremental builds. Switch to FULL builds.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
waldonj  
View profile  
 More options Jun 17 2010, 5:47 pm
Newsgroups: sybase.public.powerbuilder.general
From: waldonj <b...@boblandau.com>
Date: Thu, 17 Jun 2010 14:47:26 -0700 (PDT)
Local: Thurs, Jun 17 2010 5:47 pm
Subject: Re: Can someone explain what might cause this
On Jun 17, 9:43 am, Rich Frantz <richfra...@gmail.com> wrote:

I always do full builds.  In fact when I first switched to interpreted
deployments, part of it was due to the extremely long compilations of
my larger applications into machine code.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
HFada  
View profile  
 More options Jun 24 2010, 6:18 am
Newsgroups: sybase.public.powerbuilder.general
From: HFada <h.k.s.f...@gmail.com>
Date: Thu, 24 Jun 2010 03:18:04 -0700 (PDT)
Local: Thurs, Jun 24 2010 6:18 am
Subject: Re: Can someone explain what might cause this
On Jun 18, 7:47 am, waldonj <b...@boblandau.com> wrote:

I work on an enterprise PB system with many PBD's some of which are
larger than 10MB.
How can you be sure that your system is not crashing silently?
If you can reproduce what your users get then try build your app with
the PBD option and run your EXE with the "/pbdebug" flag then inspect
the generated file from bottom upwards to see why it crashed - which
object was last accessed... I've seen our system suddenly disappear
without any error messages (or GPF's) which usually relates to recent
changes that corrupt memory locations.
BTW, what were the latest changes that you made - do you use any
dynamic calls etc...
cheers
H

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »