[ 
https://issues.apache.org/jira/browse/BEAM-8242?focusedWorklogId=314606&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-314606
 ]

ASF GitHub Bot logged work on BEAM-8242:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Sep/19 19:46
            Start Date: 18/Sep/19 19:46
    Worklog Time Spent: 10m 
      Work Description: ianlancetaylor commented on issue #9585: [BEAM-8242] 
Support -buildmode=pie with unregistered Go functions
URL: https://github.com/apache/beam/pull/9585#issuecomment-532837597
 
 
   Thanks!
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 314606)
    Time Spent: 1.5h  (was: 1h 20m)

> 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: 1.5h
>  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)

Reply via email to