Skip to content

INPUT crash #99

@chrisws

Description

@chrisws
Contributor

Issue found in android crash logs:

  #00  pc 0000000000021f6c  /system/lib64/libc.so (abort+116)
  #01  pc 000000000006fc6c  /system/lib64/libc.so (__stack_chk_fail+20)
  #02  pc 00000000000b8344  /data/app/net.sourceforge.smallbasic-AKl9cJHknR7JoAfl8sAKbg==/lib/arm64/libsmallbasic.so (v_input2var+416)
  #03  pc 0000000000080418  /data/app/net.sourceforge.smallbasic-AKl9cJHknR7JoAfl8sAKbg==/lib/arm64/libsmallbasic.so (cmd_input+1120)
  #04  pc 0000000000093114  /data/app/net.sourceforge.smallbasic-AKl9cJHknR7JoAfl8sAKbg==/lib/arm64/libsmallbasic.so (bc_loop+1560)

This was replicated with:

v = "111111111111111111111111111111111111111111111111111111111111111111111111111"
sinput v; k
print k

It's a pity the android users generally don't tend to report issues other than give a low rating or uninstall, but fortunately in this case I was able to discover the cause :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @chrisws

        Issue actions

          INPUT crash · Issue #99 · smallbasic/SmallBASIC