-
Notifications
You must be signed in to change notification settings - Fork 293
Kernel crashes when using ibm db
Don Jayamanne edited this page May 3, 2022
·
1 revision
If a kernel crashes when using ibm-db
, this is indicative of some environment variables (such as DYLD_LIBRARY_PATH
) not having been configured for use by VS Code.
To resolve this issue ensure the environment variables as defined in the following documentation (https://github.com/ibmdb/python-ibmdb#installation) have been initialized. To define these env variable:
- Create a file named
.env
in the workspace folder of VS Code - Add the necessary env variable as follows:
DYLD_LIBRARY_PATH=<value> LD_LIBRARY_PATH=<value>
Originally filed here https://github.com/microsoft/vscode-jupyter/issues/9347
- Contribution
- Source Code Organization
- Coding Standards
- Profiling
- Coding Guidelines
- Component Governance
- Writing tests
- Kernels
- Intellisense
- Debugging
- IPyWidgets
- Extensibility
- Module Dependencies
- Errors thrown
- Jupyter API
- Variable fetching
- Import / Export
- React Webviews: Variable Viewer, Data Viewer, and Plot Viewer
- FAQ
- Kernel Crashes
- Jupyter issues in the Python Interactive Window or Notebook Editor
- Finding the code that is causing high CPU load in production
- How to install extensions from VSIX when using Remote VS Code
- How to connect to a jupyter server for running code in vscode.dev
- Jupyter Kernels and the Jupyter Extension