ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

[RadPieChart] App crashes when loading page #1427

Open relez opened 4 years ago

relez commented 4 years ago

Since I updated the project to NS 6.5.1, I am having this crash every time I load the page where the RadPieChart is:

***** Fatal JavaScript exception - application has been terminated. *****
Native stack trace:
1   0x100d3f02e NativeScript::reportFatalErrorBeforeShutdown(JSC::ExecState*, JSC::Exception*, bool)
2   0x100d90f94 -[TNSRuntime executeModule:referredBy:]
3   0x1005d0093 main
4   0x7fff51a231fd start
JavaScript stack trace:
UIApplicationMain(file: node_modules/@nativescript/core/application/application.ios.js:312:26)
at file: node_modules/@nativescript/core/application/application.ios.js:312:26
at file: node_modules/@nativescript/angular/platform-common.js:210:22
at file: node_modules/@nativescript/angular/platform-common.js:111:13
at file: node_modules/@nativescript/angular/platform-common.js:78:13
at file:///app/bundle.js:67:568
at ./main.ts(file:///app/bundle.js:67:596)
at k(file: src/webpack/bootstrap:750:0)
at n(file: src/webpack/bootstrap:43:0)
at r(file: src/webpack/bootstrap:30:0)
at anonymous(file: src/$_lazy_route_resource lazy namespace object:4:31)
at evaluate([native code])
at moduleEvaluation([native code])
at [native code]
at asyncFunctionResume([native code])
at [native code]
at promiseReactionJob([native code])
JavaScript error:
file: node_modules/@nativescript/core/application/application.ios.js:312:26: JS ERROR Error
***** Fatal JavaScript exception - application has been terminated. *****
Native stack trace:
1   0x100d3f02e NativeScript::reportFatalErrorBeforeShutdown(JSC::ExecState*, JSC::Exception*, bool)
2   0x100d8e8d6 -[TNSRuntimeInspector reportFatalError:]
3   0x1005d251b TNSInspectorUncaughtExceptionHandler
4   0x7fff23e3d36d __handleUncaughtException
5   0x7fff50ba8c05 _objc_terminate()
6   0x7fff4f9f6c87 std::__terminate(void (*)())
7   0x7fff4f9f940b __cxa_get_exception_ptr
8   0x7fff4f9f93d2 __cxxabiv1::exception_cleanup_func(_Unwind_Reason_Code, _Unwind_Exception*)
9   0x7fff50ba8ad6 _objc_exception_destructor(void*)
10  0x100d3f56f NativeScript::reportFatalErrorBeforeShutdown(JSC::ExecState*, JSC::Exception*, bool)
11  0x100d90f94 -[TNSRuntime executeModule:referredBy:]
12  0x1005d0093 main
13  0x7fff51a231fd start
JavaScript stack trace:
JavaScript error:
JS ERROR Error: NativeScript encountered a fatal error: Error
at
UIApplicationMain(file: node_modules/@nativescript/core/application/application.ios.js:312:26)
at file: node_modules/@nativescript/core/application/application.ios.js:312:26
at file: node_modules/@nativescript/angular/platform-common.js:210:22
at file: node_modules/@nativescript/angular/platform-common.js:111:13
at file: node_modules/@nativescript/angular/platform-common.js:78:13
at file:///app/bundle.js:67:568
at ./main.ts(file:///app/bundle.js:67:596)
at k(file: src/webpack/bootstrap:750:0)
at n(file: src/webpack/bootstrap:43:0)
at r(file: src/webpack/bootstrap:30:0)
at anonymous(file: src/$_lazy_route_resource lazy namespace object:4:31)
at evaluate([native code])
at moduleEvaluation([native code])
at [native code]
at asyncFunctionResume([native code])
at [native code]
at promiseReactionJob([native code])
NativeScript caught signal 6.
Native Stack:
1   0x100d8fbe1 sig_handler(int)
2   0x7fff51c005fd _sigtramp
3   0x7fff51af4f39 itoa64
4   0x7fff51af0b7c abort
5   0x7fff4f9f7858 abort_message
6   0x7fff4f9f6cad std::__terminate(void (*)())
7   0x7fff4f9f940b __cxa_get_exception_ptr
8   0x7fff4f9f93d2 __cxxabiv1::exception_cleanup_func(_Unwind_Reason_Code, _Unwind_Exception*)
9   0x7fff50ba8ad6 _objc_exception_destructor(void*)
10  0x100d3f56f NativeScript::reportFatalErrorBeforeShutdown(JSC::ExecState*, JSC::Exception*, bool)
11  0x100d90f94 -[TNSRuntime executeModule:referredBy:]
12  0x1005d0093 main
13  0x7fff51a231fd start
JS Stack:

This is my package.json:

{
    "nativescript": {
        "id": "com.mydomain.myapp",
        "tns-ios": {
            "version": "6.5.1"
        },
        "tns-android": {
            "version": "6.5.1"
        }
    },
    "description": "NativeScript Application",
    "license": "SEE LICENSE IN <your-license-filename>",
    "repository": "<fill-your-repository-here>",
    "dependencies": {
        "@angular/common": "~8.2.1",
        "@angular/compiler": "~8.2.1",
        "@angular/core": "~8.2.1",
        "@angular/forms": "~8.2.1",
        "@angular/platform-browser": "~8.2.1",
        "@angular/platform-browser-dynamic": "~8.2.1",
        "@angular/router": "~8.2.1",
        "@nstudio/nativescript-checkbox": "~1.0.0",
        "@nstudio/nativescript-loading-indicator": "~3.0.4",
        "@proplugins/nativescript-dom": "^2.2.0",
        "@proplugins/nativescript-globalevents": "^1.4.0",
        "@proplugins/nativescript-orientation": "^2.4.0",
        "moment": "~2.24.0",
        "nativescript": "^6.7.4",
        "nativescript-angular": "~8.21.0",
        "nativescript-appversion": "~1.4.4",
        "nativescript-background-http": "~4.2.1",
        "nativescript-badge-button": "^0.1.2",
        "nativescript-barcodescanner": "~3.4.2",
        "nativescript-camera": "~4.5.0",
        "nativescript-directions": "~1.3.1",
        "nativescript-drawingpad": "~3.1.0",
        "nativescript-drop-down": "~5.0.4",
        "nativescript-email": "~1.6.0",
        "nativescript-feedback": "~1.3.12",
        "nativescript-geolocation": "~5.1.0",
        "nativescript-imagepicker": "~7.1.0",
        "nativescript-inappbrowser": "~2.3.0",
        "nativescript-iqkeyboardmanager": "~1.5.1",
        "nativescript-mediafilepicker": "~3.0.1",
        "nativescript-modal-datetimepicker": "~1.2.2",
        "nativescript-numeric-keyboard": "~4.3.1",
        "nativescript-pdf-view": "~2.1.0",
        "nativescript-phone": "~1.4.1",
        "nativescript-photo-editor": "~1.1.0",
        "nativescript-store-update": "^1.0.2",
        "nativescript-theme-core": "~1.0.6",
        "nativescript-ui-calendar": "~6.1.0",
        "nativescript-ui-chart": "~7.1.1",
        "nativescript-ui-listview": "~8.2.0",
        "nativescript-ui-sidedrawer": "~8.0.1",
        "nativescript-videoplayer": "~4.2.1",
        "nativescript-videorecorder": "~3.0.0-beta.6",
        "nativescript-webview-interface": "^1.4.3",
        "reflect-metadata": "~0.1.13",
        "rxjs": "~6.4.0",
        "tns-core-modules": "~6.5.2",
        "zone.js": "~0.9.1"
    },
    "devDependencies": {
        "@angular/compiler-cli": "~8.2.1",
        "@ngtools/webpack": "~8.2.1",
        "codelyzer": "~3.0.1",
        "nativescript-dev-webpack": "~1.5.0",
        "typescript": "~3.5.3"
    }
}