View Issue Details

IDProjectCategoryView StatusLast Update
0008492ADK-Xojo-V4RBOtherpublic2019-04-02 07:39
ReporterIvan Smahin Assigned ToIvan Smahin  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version9.0.x 
Fixed in Version9.0.x 
Summary0008492: Random error message getting data from the different fields types
DescriptionActually reported by Aleksandar Spasojevic

Problem with V4RB . I am randomly receiving errors from App as Windows dialog. It happens while getting data from DB... In most cases, it raises on getting value of dateTimeField, but sometimes, I am getting it even on getting boolean value
TagsNo tags attached.

Activities

Ivan Smahin

Ivan Smahin

2019-03-31 06:53

manager  

55614027_589611374887316_9010916355662151680_n.png (5,570 bytes)
Ivan Smahin

Ivan Smahin

2019-03-31 06:58

manager   ~0010714

Last edited: 2019-03-31 06:59

From Aleksandar Spasojevic:

Tested with XOJO 2017r3 and 2018r3.

==
Collation settings was problem. I was using Locale Name sr-Latn-RS but changing to sr_RS is working now.
That's okay now.

==
Do you have any idea about CPP error I sent? Only thing changed is Valentina plugin

==
Have you encountered something like that? For now, it is happening only when getting data from DB using ADK. Its not raising any exception, but using System.DebugLog I found message randomly pops out while getting data. Most of times, it is when getting value from dateTime field. XOJO also has problem in that situation, since its showing their error message in Debug and I cannot actually trace what is happening

Aleksandar Spasojevic

Aleksandar Spasojevic

2019-03-31 13:18

reporter   ~0010715

Hello,

Problem Ivan mentioned above occurs with 9.1.1 version. With version 8.7.8 it works without any problems. I didn't try any version between.

To easier reproduce CPP problem, I created small XOJO project with 2 threads which are taking data from DB. In most of times, in 9.1.1 version, it will raise StackOverflowException. In all other situations, it will show Error Dialog, here is link to picture:
https://i.imgur.com/540ydFh.png

Bellow is link for downloading project, build and DB I was using in testing.
https://drive.google.com/open?id=1yWmeP_a1j948SOunNFwqP39fdbNzeQMb
Ivan Smahin

Ivan Smahin

2019-04-02 07:38

manager   ~0010718

Last edited: 2019-04-02 07:39

As a workaround, you may do following:

After Valentina.InitClient call:
Valentina.YieldMode = false

or wait for v.9.1.2

Issue History

Date Modified Username Field Change
2019-03-31 06:53 Ivan Smahin New Issue
2019-03-31 06:53 Ivan Smahin File Added: 55614027_589611374887316_9010916355662151680_n.png
2019-03-31 06:58 Ivan Smahin Note Added: 0010714
2019-03-31 06:59 Ivan Smahin Note Edited: 0010714
2019-03-31 06:59 Ivan Smahin Description Updated
2019-03-31 13:18 Aleksandar Spasojevic Note Added: 0010715
2019-04-02 07:38 Ivan Smahin Note Added: 0010718
2019-04-02 07:39 Ivan Smahin Note Edited: 0010718
2019-04-02 07:39 Ivan Smahin Status new => resolved
2019-04-02 07:39 Ivan Smahin Fixed in Version => 9.0.x
2019-04-02 07:39 Ivan Smahin Resolution open => fixed
2019-04-02 07:39 Ivan Smahin Assigned To => Ivan Smahin