{"id":19935172,"url":"https://github.com/optimizely/browserstack-alpine-bug","last_synced_at":"2025-05-03T12:31:12.243Z","repository":{"id":71780163,"uuid":"92105575","full_name":"optimizely/browserstack-alpine-bug","owner":"optimizely","description":"Demonstrates an issue with BrowserstackLocal on alpine linux container","archived":true,"fork":false,"pushed_at":"2017-05-22T22:51:51.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-01T12:17:28.937Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/optimizely.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-22T22:40:19.000Z","updated_at":"2023-09-18T15:24:47.000Z","dependencies_parsed_at":"2023-06-10T10:00:07.458Z","dependency_job_id":null,"html_url":"https://github.com/optimizely/browserstack-alpine-bug","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimizely%2Fbrowserstack-alpine-bug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimizely%2Fbrowserstack-alpine-bug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimizely%2Fbrowserstack-alpine-bug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimizely%2Fbrowserstack-alpine-bug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/optimizely","download_url":"https://codeload.github.com/optimizely/browserstack-alpine-bug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252190777,"owners_count":21708954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T23:19:01.913Z","updated_at":"2025-05-03T12:31:12.225Z","avatar_url":"https://github.com/optimizely.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# browserstack-alpine-bug\n\nDemonstrates an issue with BrowserstackLocal on alpine linux container\n\n## Run\n```\n\u003e docker-compose up\n```\nOutputs the following, showing that the binary doesn't work properly on alpine:\n```\n...\ntest-alpine_1  | standard_init_linux.go:178: exec user process caused \"no such file or directory\"\nbrowserstackalpinebug_test-alpine_1 exited with code 1\ntest-debian_1  | BrowserStack Local version 6.8\nbrowserstackalpinebug_test-debian_1 exited with code 0\n```\nIn addition, `ldd` on the `BrowserstackLocal` file indicates a lot of errors:\n```\n~/.browserstack # ldd BrowserstackLocal\n        /lib64/ld-linux-x86-64.so.2 (0x5584955c9000)\n        libdl.so.2 =\u003e /lib64/ld-linux-x86-64.so.2 (0x5584955c9000)\n        librt.so.1 =\u003e /lib64/ld-linux-x86-64.so.2 (0x5584955c9000)\nError loading shared library libstdc++.so.6: No such file or directory (needed by BrowserstackLocal)\n        libm.so.6 =\u003e /lib64/ld-linux-x86-64.so.2 (0x5584955c9000)\nError loading shared library libgcc_s.so.1: No such file or directory (needed by BrowserstackLocal)\n        libpthread.so.0 =\u003e /lib64/ld-linux-x86-64.so.2 (0x5584955c9000)\n        libc.so.6 =\u003e /lib64/ld-linux-x86-64.so.2 (0x5584955c9000)\nError relocating BrowserstackLocal: _Znam: symbol not found\nError relocating BrowserstackLocal: _ZNSo3putEc: symbol not found\nError relocating BrowserstackLocal: _ZNSt14basic_ofstreamIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode: symbol not found\nError relocating BrowserstackLocal: _ZTv0_n24_NSoD1Ev: symbol not found\nError relocating BrowserstackLocal: _ZNSt14basic_ofstreamIcSt11char_traitsIcEED0Ev: symbol not found\nError relocating BrowserstackLocal: _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_: symbol not found\nError relocating BrowserstackLocal: _ZNSs12_M_leak_hardEv: symbol not found\nError relocating BrowserstackLocal: _ZNSt15basic_streambufIcSt11char_traitsIcEE9pbackfailEi: symbol not found\nError relocating BrowserstackLocal: _ZNSt13basic_filebufIcSt11char_traitsIcEE5closeEv: symbol not found\nError relocating BrowserstackLocal: _ZNSs6insertEmPKcm: symbol not found\nError relocating BrowserstackLocal: _ZNSt8ios_baseC2Ev: symbol not found\nError relocating BrowserstackLocal: _ZNSt15basic_streambufIcSt11char_traitsIcEE5imbueERKSt6locale: symbol not found\nError relocating BrowserstackLocal: _ZNSt15basic_streambufIcSt11char_traitsIcEE5uflowEv: symbol not found\nError relocating BrowserstackLocal: _ZNSt8ios_baseD2Ev: symbol not found\nError relocating BrowserstackLocal: _ZSt17__throw_bad_allocv: symbol not found\nError relocating BrowserstackLocal: _ZNSo9_M_insertIxEERSoT_: symbol not found\nError relocating BrowserstackLocal: _ZNSoD0Ev: symbol not found\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimizely%2Fbrowserstack-alpine-bug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foptimizely%2Fbrowserstack-alpine-bug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimizely%2Fbrowserstack-alpine-bug/lists"}