You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Robert Burke (Jira)" <ji...@apache.org> on 2019/09/18 18:29:00 UTC

[jira] [Assigned] (BEAM-8242) Go: unregistered Go functions fail when using -buildmode=pie

     [ https://issues.apache.org/jira/browse/BEAM-8242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Burke reassigned BEAM-8242:
----------------------------------

    Assignee: Robert Burke

> Go: unregistered Go functions fail when using -buildmode=pie
> ------------------------------------------------------------
>
>                 Key: BEAM-8242
>                 URL: https://issues.apache.org/jira/browse/BEAM-8242
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-go
>    Affects Versions: 2.15.0
>         Environment: GNU/Linux
>            Reporter: Ian Lance Taylor
>            Assignee: Robert Burke
>            Priority: Major
>   Original Estimate: 0h
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> If a Go program is built with -buildmode=pie, the code that transfers an unregistered function fails.  It looks up the symbol in the symbol table, but that is not the location of the function at execution time.  This causes a program crash when calling the function.
> I have a patch for this problem that I will send shortly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)