Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: blank screen after inputting data via UI in mysql connection #2141

Open
HughMyron opened this issue Apr 19, 2024 · 3 comments
Open

BUG: blank screen after inputting data via UI in mysql connection #2141

HughMyron opened this issue Apr 19, 2024 · 3 comments
Labels
need-more-info ❔ Debug logs or platform needed before we can look into this issue

Comments

@HughMyron
Copy link

HughMyron commented Apr 19, 2024

Describe the bug
After inputting data via the UI to a mysql table, when I clicked apply, I got a blank screen. This has only happened once.

To Reproduce
Steps to reproduce the behavior:

  1. open mysql table
  2. start inputting new inputs into a new record
  3. click apply
  4. See blank screen

Expected behavior
Data to save, UI to reflect new data

Screenshots / Gifs
beekeeper

Version Information (please complete the following information):

  • OS: [e.g. Windows/Mac/Ubuntu]: ubuntu
  • App Version [e.g. help -> About Beekeeper Studio]: 4.2.9
  • Database type and version: mysql 8

Additional context

  • I recently added a license key in this session. Session started as a free trial.
  • Refreshing doesn't work, help-> show dev tools is unresponsive, file->disconnect is unresponsive

uname -a
Linux gains 5.19.17-051917-generic #202210240939 SMP PREEMPT_DYNAMIC Mon Oct 24 09:43:01 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

logs from terminal: pastebin
nothing relevant in .config/.../logs

Only happened once so far, if I find what triggers this consistently I will document the repro steps.

Upon re-load, the data did not save. And the issue did not happen again when reattempting the same action.

@rathboma
Copy link
Collaborator

This appears to be an error with the Electron code. It isn't able to load anything from the bundle. Very strange. Please let me know if you see this again.

@rathboma rathboma added the need-more-info ❔ Debug logs or platform needed before we can look into this issue label Apr 19, 2024
@HughMyron
Copy link
Author

HughMyron commented Apr 20, 2024 via email

@HughMyron
Copy link
Author

HughMyron commented Apr 21, 2024

Happened again. I've been also randomly getting chrome SIGSEGV errors. "Something went wrong while displaying this webpage. Error code: SIGSEGV". Might be related.
pastebin of terminal: https://pastebin.com/REJGLD9Y

grep -i chrome /var/log/syslog output

Apr 21 13:15:51 gains google-chrome.desktop[34289]: [34283:34283:0421/131551.268659:ERROR:interface_endpoint_client.cc(707)] Message 0 rejected by interface blink.mojom.WidgetHost
Apr 21 13:27:51 gains google-chrome-beta.desktop[782714]: [0421/132751.261434:ERROR:directory_reader_posix.cc(43)] opendir /home/mp/.config/google-chrome-beta/Crash Reports/attachments/d363cc68-36d6-4342-a18b-4ed4c98faad4: No such file or directory (2)
Apr 21 13:27:51 gains kernel: [1737906.237723] traps: ServiceWorker t[3257007] general protection fault ip:556f1f00b770 sp:7f898f34efa0 error:0 in chrome[556f1ee4f000+aff4000]
Apr 21 14:06:42 gains google-chrome.desktop[34289]: [0421/140642.513838:ERROR:directory_reader_posix.cc(43)] opendir /home/mp/.config/google-chrome/Crash Reports/attachments/96aae35f-8dbf-48dd-a467-87b083dd6a68: No such file or directory (2)
Apr 21 14:06:42 gains kernel: [1740237.482210] chrome[3139316]: segfault at 520800000008 ip 000056245f1dc441 sp 00007ffeb93ccdb0 error 4 in chrome[56245e70d000+af1b000]
Apr 21 15:00:24 gains kernel: [1743459.196670] DedicatedWorker[3538621]: segfault at 28 ip 000056245ec18f30 sp 00007f2c1b8058d0 error 4 in chrome[56245e70d000+af1b000]
Apr 21 15:00:27 gains kernel: [1743462.362562] ThreadPoolForeg[3538789]: segfault at 2bd6000172f5 ip 000056245e945ddd sp 00007f2c77feeb70 error 4 in chrome[56245e70d000+af1b000]
Apr 21 18:15:58 gains [email protected][7237]: unable to update icon for chrome_status_icon_2
Apr 21 18:22:42 gains google-chrome.desktop[34289]: Fontconfig error: Cannot load default config file: No such file: (null)

I also see this in syslog

Apr 21 14:27:02 gains kernel: [1741457.252414] traps: beekeeper-studi[1144795] general protection fault ip:5650c6bcedf4 sp:7fff1e012fb0 error:0 in beekeeper-studio-bin[5650c55d2000+6aef000]

Note: this isn't a big issue to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-more-info ❔ Debug logs or platform needed before we can look into this issue
Projects
None yet
Development

No branches or pull requests

2 participants