Re: [Harbour] SF.net SVN: harbour-project:[13587] trunk/harbour

2010-01-17 Thread Vailton Renato
Hi!

I'm getting an error with the latest version of hbide. I open a file
and then hit ENTER and BACKSPACE then a GPF error appears.

Inside the file hb_out.log I see:

Called from QT_QEVENTLOOP_PROCESSEVENTS(0)
Called from QEVENTLOOP:PROCESSEVENTS(0) in ../../../TQEventLoop.prg
Called from APPEVENT(0) in ../../../xbpgeneric.prg
Called from HBIDE:CREATE(323) in hbide.prg
Called from MAIN(100) in hbide.prg


The error remains even after running a make clean install.

Regards,
Vailton Renato
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] SF.net SVN: harbour-project:[13587] trunk/harbour

2010-01-17 Thread Pritpal Bedi

Hi


Vailton Renato wrote:
 
 I'm getting an error with the latest version of hbide. I open a file
 and then hit ENTER and BACKSPACE then a GPF error appears.
 
 Inside the file hb_out.log I see:
 
 Called from QT_QEVENTLOOP_PROCESSEVENTS(0)
 Called from QEVENTLOOP:PROCESSEVENTS(0) in ../../../TQEventLoop.prg
 Called from APPEVENT(0) in ../../../xbpgeneric.prg
 Called from HBIDE:CREATE(323) in hbide.prg
 Called from MAIN(100) in hbide.prg
 
 
 The error remains even after running a make clean install.
 

Can you check after r13615 ?

I cannot reproduce is on my system.

Regards
Pritpal Bedi


-- 
View this message in context: 
http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13587--trunk-harbour-tp27171558p27202568.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] SF.net SVN: harbour-project:[13587] trunk/harbour

2010-01-17 Thread Viktor Szakáts
Hi Pritpal,

After rebuilding everything I'm getting a GPF when 
right clicking on the edit area, then the right-click 
menu appears, then I click back on the edit area 
and there it GPFs.

An another error present since the feature was added:
Split the edit area horizontally, then close the split, 
the split it vertically, it will split the area into 
4 sections with two of them active.

Brgds,
Viktor

On 2010 Jan 17, at 21:39, Pritpal Bedi wrote:

 
 Hi
 
 
 Vailton Renato wrote:
 
 I'm getting an error with the latest version of hbide. I open a file
 and then hit ENTER and BACKSPACE then a GPF error appears.
 
 Inside the file hb_out.log I see:
 
 Called from QT_QEVENTLOOP_PROCESSEVENTS(0)
 Called from QEVENTLOOP:PROCESSEVENTS(0) in ../../../TQEventLoop.prg
 Called from APPEVENT(0) in ../../../xbpgeneric.prg
 Called from HBIDE:CREATE(323) in hbide.prg
 Called from MAIN(100) in hbide.prg
 
 
 The error remains even after running a make clean install.
 
 
 Can you check after r13615 ?
 
 I cannot reproduce is on my system.
 
 Regards
 Pritpal Bedi
 
 
 -- 
 View this message in context: 
 http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13587--trunk-harbour-tp27171558p27202568.html
 Sent from the Harbour - Dev mailing list archive at Nabble.com.
 
 ___
 Harbour mailing list (attachment size limit: 40KB)
 Harbour@harbour-project.org
 http://lists.harbour-project.org/mailman/listinfo/harbour

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] SF.net SVN: harbour-project:[13587] trunk/harbour

2010-01-17 Thread Viktor Szakáts
 After rebuilding everything I'm getting a GPF when 
 right clicking on the edit area, then the right-click 
 menu appears, then I click back on the edit area 
 and there it GPFs.

Here's the log:
Called from QT_QACTION_TEXT(0)
Called from QACTION:TEXT(0) in ../../../TQAction.prg
Called from IDEEDIT:EXEEVENT(1221) in ideeditor.prg
Called from (b)IDEEDIT_CONNECTEDITSLOTS(1193) in ideeditor.prg
Called from QT_QEVENTLOOP_PROCESSEVENTS(0)
Called from QEVENTLOOP:PROCESSEVENTS(0) in ../../../TQEventLoop.prg
Called from APPEVENT(0) in ../../../xbpgeneric.prg
Called from HBIDE:CREATE(323) in hbide.prg
Called from MAIN(100) in hbide.prg


BTW, it still crashes on exit with MINGW/WIN7. (no log 
generated in this case)

Brgds,
Viktor

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] SF.net SVN: harbour-project:[13587] trunk/harbour

2010-01-17 Thread Pritpal Bedi

Hi


Viktor Szakáts wrote:
 
 After rebuilding everything I'm getting a GPF when 
 right clicking on the edit area, then the right-click 
 menu appears, then I click back on the edit area 
 and there it GPFs.
 

Yes, I can reproduce it. Will be fixing in a while with 
some other improvements.

The current implementation has 0 tolerance, it is good.



 An another error present since the feature was added:
 Split the edit area horizontally, then close the split, 
 the split it vertically, it will split the area into 
 4 sections with two of them active.
 

Not an error but implementation lazyness.
I will address this issue in a couple of days.

Thank you for the input.

Regards
Pritpal Bedi

-- 
View this message in context: 
http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13587--trunk-harbour-tp27171558p27203564.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] SF.net SVN: harbour-project:[13587] trunk/harbour

2010-01-17 Thread Pritpal Bedi

Hi


Viktor Szakáts wrote:
 
 Called from QT_QACTION_TEXT(0)
 Called from QACTION:TEXT(0) in ../../../TQAction.prg
 Called from IDEEDIT:EXEEVENT(1221) in ideeditor.prg
 Called from (b)IDEEDIT_CONNECTEDITSLOTS(1193) in ideeditor.prg
 Called from QT_QEVENTLOOP_PROCESSEVENTS(0)
 Called from QEVENTLOOP:PROCESSEVENTS(0) in ../../../TQEventLoop.prg
 Called from APPEVENT(0) in ../../../xbpgeneric.prg
 Called from HBIDE:CREATE(323) in hbide.prg
 Called from MAIN(100) in hbide.prg
 

Fixed. And also at a couple of places more.




 BTW, it still crashes on exit with MINGW/WIN7. (no log 
 generated in this case)
 

Exit on crash may exist. 
This is for what the whole new exercise is done.
It is bad that no logs are generated, but I am looking into
different scenarios, hopefully will find a solution.

Regards
Pritpal Bedi

-- 
View this message in context: 
http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13587--trunk-harbour-tp27171558p27203941.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] SF.net SVN: harbour-project:[13587] trunk/harbour

2010-01-17 Thread Vailton Renato
Hi!

The problem here remains with the revision 13620, but I could not
compile the hbxbp using HB_USER_PRGFLAGS =-l- to display the line
numbers.

=(

Vailton Renato
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour