Search found 15 matches

by Ruslan Kadyrbaev
Fri Oct 08, 2021 1:11 pm
Forum: Stimulsoft Reports.NET
Topic: Unmanaged memory grows up - memory leak on Linux
Replies: 13
Views: 3787

Re: Unmanaged memory grows up - memory leak on Linux

Up((
Lech Kulikowski wrote: Mon Aug 30, 2021 1:06 pm Hello,

We are still working on that issue, we will let you know about the result.

Thank you.
#4797
by Ruslan Kadyrbaev
Wed Aug 25, 2021 1:50 pm
Forum: Stimulsoft Reports.NET
Topic: Unmanaged memory grows up - memory leak on Linux
Replies: 13
Views: 3787

Re: Unmanaged memory grows up - memory leak on Linux

Up
Lech Kulikowski wrote: Mon Jun 14, 2021 6:54 am Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.
by Ruslan Kadyrbaev
Wed Jun 02, 2021 2:55 pm
Forum: Stimulsoft Reports.NET
Topic: Unmanaged memory grows up - memory leak on Linux
Replies: 13
Views: 3787

Re: Unmanaged memory grows up - memory leak on Linux

Also I get an error when I start two or more parallel requests and pod shuts down with 139 error

worker_1 | free(): invalid pointer
worker_1 | free(): invalid pointer
exited with code 139
by Ruslan Kadyrbaev
Wed Jun 02, 2021 7:11 am
Forum: Stimulsoft Reports.NET
Topic: Unmanaged memory grows up - memory leak on Linux
Replies: 13
Views: 3787

Unmanaged memory grows up - memory leak on Linux

Hi all, After updating from 2020.3.2 to 2021.3.2 we noticed that unmanaged memory grows up - about 100mb on every pdf-generation. Unmanaged memory grows up permanently on every request and doesn't return. We made a memory dump via dotMemory. Environment: Kubernets, Linux (debian), .Net Core 3.1, 202...
by Ruslan Kadyrbaev
Fri Apr 02, 2021 1:32 pm
Forum: Stimulsoft Reports.NET
Topic: Register Business Object with nested objects as JToken
Replies: 11
Views: 4872

Re: Register Business Object with nested objects as JToken

Lech Kulikowski wrote: Sat Oct 17, 2020 5:35 pm Hello,

We work hard on this problem and do our best to do it as fast as possible. We will let you know when the solution is available.

Thank you.
#2871
Hi all,

Is there any update? It is really important
by Ruslan Kadyrbaev
Thu Feb 18, 2021 12:51 pm
Forum: Stimulsoft Reports.NET
Topic: Trial watermark appears after upgrading to "2021.1.2" on Linux using valid key
Replies: 7
Views: 2187

Re: Trial watermark appears after upgrading to "2021.1.2" on Linux using valid key

Lech Kulikowski wrote: Tue Feb 16, 2021 9:03 am Hello,

Your license is expired. The Trial watermark will appear in the last version.

Thank you.
Do you mean that we should monitor & rollover every year the key on a production stand? otherwise one day we will get trial watermark suddenly. It is little unfriendly with respect to customer
by Ruslan Kadyrbaev
Wed Feb 10, 2021 9:11 am
Forum: Stimulsoft Reports.NET
Topic: Trial watermark appears after upgrading to "2021.1.2" on Linux using valid key
Replies: 7
Views: 2187

Re: Trial watermark appears after upgrading to "2021.1.2" on Linux using valid key

Lech Kulikowski wrote: Wed Feb 10, 2021 8:12 am Hello,

Please send us your request with detailed description on support@stimulsoft.com.

Thank you.
What kind of info do you need? Serial Key and client info?
by Ruslan Kadyrbaev
Tue Feb 09, 2021 10:34 am
Forum: Stimulsoft Reports.NET
Topic: Trial watermark appears after upgrading to "2021.1.2" on Linux using valid key
Replies: 7
Views: 2187

Trial watermark appears after upgrading to "2021.1.2" on Linux using valid key

After upgrading to "2021.1.2" (from "2020.3.2") trial watermark appears on Linux Production with valid key. On "2020.3.2" watermark is not appear.
We can't to upgrade SDK for a year (since september last year). Hey, whats up?
by Ruslan Kadyrbaev
Wed Oct 14, 2020 7:06 am
Forum: Stimulsoft Reports.NET
Topic: Register Business Object with nested objects as JToken
Replies: 11
Views: 4872

Re: Register Business Object with nested objects as JToken

Lech Kulikowski wrote: Mon Oct 05, 2020 1:26 pm Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.
Hello,

Are there any updates?
by Ruslan Kadyrbaev
Fri Oct 02, 2020 8:38 am
Forum: Stimulsoft Reports.NET
Topic: Register Business Object with nested objects as JToken
Replies: 11
Views: 4872

Re: Register Business Object with nested objects as JToken

Hello, Also, in your code is used await report.Dictionary.SynchronizeAsync(); but for business object, you should use report.Dictionary.SynchronizeBusinessObjects(nestedlevels); Thank you. await report.Dictionary.SynchronizeAsync(); directly calls report.Dictionary.SynchronizeBusinessObjects by him...