Open maranmaran opened 1 year ago
I am not able to insert any data using the JSON upload feature with the Linux Container. It even crashes the container with some errors that look like its trying to use a Windows package.
This program has encountered a fatal error and cannot continue running at Fri Jun 9 19:00:36 2023
2023-06-09 13:00:36 The following diagnostic information is available:
2023-06-09 13:00:36
2023-06-09 13:00:36 Reason: OS Fatal Error (0x00000006)
2023-06-09 13:00:36 Message: Last Chance
2023-06-09 13:00:36 Address: 0x3fff84091082
2023-06-09 13:00:36 Parameters: 0x3fff8901cf0b
2023-06-09 13:00:36 Stack Trace:
2023-06-09 13:00:36 file://package1/windows/system32/sqlpal.dll+0x0000000000298F1C
2023-06-09 13:00:36 file://package1/windows/system32/sqlpal.dll+0x0000000000296EC1
2023-06-09 13:00:36 file://package1/windows/system32/sqlpal.dll+0x0000000000266430
2023-06-09 13:00:36 file://package1/windows/system32/sqlpal.dll+0x00000000002660ED
2023-06-09 13:00:36 file://package1/windows/system32/sqlpal.dll+0x00000000003944F3
2023-06-09 13:00:36 file:///windows/System32/Drivers/netio.sys+0x0000000000001082
2023-06-09 13:00:36 file:///windows/System32/Drivers/Http.sys+0x0000000000069526
2023-06-09 13:00:36 file:///windows/System32/Drivers/Http.sys+0x000000000006AAA4
2023-06-09 13:00:36 file:///windows/System32/Drivers/Http.sys+0x0000000000004B79
2023-06-09 13:00:36 file:///windows/System32/Drivers/Http.sys+0x00000000000A3E27
2023-06-09 13:00:36 file://package1/windows/system32/sqlpal.dll+0x000000000024A57C
2023-06-09 13:00:36 file://package1/windows/system32/sqlpal.dll+0x0000000000394491
2023-06-09 13:00:36
2023-06-09 13:00:36 0e752c6f-934f-4b1e-a9ba-f0b2e1473df4
2023-06-09 13:00:36 cc3ddcb7-0272-400e-8539-4ed4fb4a674c
2023-06-09 13:00:36
2023-06-09 13:00:36 * PANIC CORE DUMP GENERATION FAILED **
2023-06-09 13:00:36 Attempt to launch handle-crash.sh failed.
2023-06-09 13:00:36 This program has encountered a fatal error and cannot continue running at Fri Jun 9 19:00:36 2023
2023-06-09 13:00:36 The following diagnostic information is available:
2023-06-09 13:00:36
2023-06-09 13:00:36 Reason: Host Extension RTL_ASSERT (0x00000003)
2023-06-09 13:00:36 Status: STATUS_WAIT_2 (0x00000002)
2023-06-09 13:00:36 Message: !killTheTarget
2023-06-09 13:00:36 Stack:
2023-06-09 13:00:36 SP IP Function
2023-06-09 13:00:36 ---------------- ---------------- ----------------
2023-06-09 13:00:36 00007f130ffc1df0 000055e07ae48bba
Hi, I'm trying to run and implement integration tests locally with cosmos emulator in linux container.
I also want to do some initial seeding and it requires single 500kb document in one collection, but the requests just end up in timeout.
If I increase timeouts it seems to never finish with any meaningful error message. Creation through explorer / importing of json file also fails without any meaningful error message.
I've tried fiddling with scale settings but with no success.
Anyone experienced similar issues?